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