HEX: #FAEBCE
RGB: (250,235,206)
#FAEBCE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FAEBCE ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #FAEBCE wird in RGB als (250,235,206) definiert.
RGB: (250,235,206) (98%,92%,81%)
R 250 von 255 = 98%
G 235 von 255 = 92%
B 206 von 255 = 81%
R + G + B ~ 90%. #FAEBCE helle Farbe.
R + G + B =
250 + 235 + 206 = 691 (100%)
R 250 von 691 ~ 36.18%
G 235 von 691 ~ 34.01%
B 206 von 691 ~ 29.81%
Die Farbe #FAEBCE wird in CMYK als (0,6,18,2) definiert.
CMYK: (0,6,18,2) C0M6Y18K2 (0%,6%,18%,2%) (0.00/0.06/0.18/0.02)
FA | EB | CE | |
---|---|---|---|
RGB | 250 | 235 | 206 |
HSL | 40° | 81.48% | 89.41% |
HSB/HSV | 40° | 17.60% | 98.04% |
CMYK | 0.00% | 6.00% | 17.60% |
1.96% |
Hexadezimal | FA | EB | CE |
Dezimal | 250 | 235 | 206 |
Binär | 11111010 | 11101011 | 11001110 |
Oktal | 372 | 353 | 316 |
Beispiele css- und html für Elemente in der Farbe #FAEBCE. Bitte benutzen Sie auch rgb(250,235,206) statt hex-Code.
.myTextColor { color: #FAEBCE; }
<p style="color:#FAEBCE">This sample text font color is #FAEBCE.</p>
Die Farbe dieses Textes ist #FAEBCE.
.myBgColor { background-color: #FAEBCE; }
<div style="background-color:#FAEBCE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FAEBCE.
.myBorderColor { border: 1px solid #FAEBCE; }
<div style="border:3px solid #FAEBCE">Div</div>
Die Grenzen von diesem div sind in Farbe #FAEBCE.
.myOpacity80 { color: #FAEBCE; opacity: 0.8; }
<p style="color:#FAEBCE;opacity:0.8;">80%</p>
Text in Farbe #FAEBCE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAEBCE;}
<p style="text-shadow: 3px 3px 1px #FAEBCE">Text here.</p>
Dieser Text hat den Schatten in Farbe #FAEBCE.
.textShadow {text-shadow: 3px 3px 1px #FAEBCE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAEBCE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FAEBCE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAEBCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAEBCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAEBCE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FAEBCE; -webkit-box-shadow: 1px 1px 3px 2px #FAEBCE; box-shadow: 1px 1px 3px 2px #FAEBCE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FAEBCE; -webkit-box-shadow: 1px 1px 3px 2px #FAEBCE; box-shadow:1px 1px 3px 2px #FAEBCE;">
Div content here</div>
Dieser Text ist in der Farbe #FAEBCE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FAEBCE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FAEBCE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FAEBCE.