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