HEX: #FBF9DC
RGB: (251,249,220)
#FBF9DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FBF9DC ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #FBF9DC wird in RGB als (251,249,220) definiert.
RGB: (251,249,220) (98%,98%,86%)
R 251 von 255 = 98%
G 249 von 255 = 98%
B 220 von 255 = 86%
R + G + B ~ 94%. #FBF9DC helle Farbe.
R + G + B =
251 + 249 + 220 = 720 (100%)
R 251 von 720 ~ 34.86%
G 249 von 720 ~ 34.58%
B 220 von 720 ~ 30.56%
Die Farbe #FBF9DC wird in CMYK als (0,1,12,2) definiert.
CMYK: (0,1,12,2) C0M1Y12K2 (0%,1%,12%,2%) (0.00/0.01/0.12/0.02)
FB | F9 | DC | |
---|---|---|---|
RGB | 251 | 249 | 220 |
HSL | 56° | 79.49% | 92.35% |
HSB/HSV | 56° | 12.35% | 98.43% |
CMYK | 0.00% | 0.80% | 12.35% |
1.57% |
Hexadezimal | FB | F9 | DC |
Dezimal | 251 | 249 | 220 |
Binär | 11111011 | 11111001 | 11011100 |
Oktal | 373 | 371 | 334 |
Beispiele css- und html für Elemente in der Farbe #FBF9DC. Bitte benutzen Sie auch rgb(251,249,220) statt hex-Code.
.myTextColor { color: #FBF9DC; }
<p style="color:#FBF9DC">This sample text font color is #FBF9DC.</p>
Die Farbe dieses Textes ist #FBF9DC.
.myBgColor { background-color: #FBF9DC; }
<div style="background-color:#FBF9DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FBF9DC.
.myBorderColor { border: 1px solid #FBF9DC; }
<div style="border:3px solid #FBF9DC">Div</div>
Die Grenzen von diesem div sind in Farbe #FBF9DC.
.myOpacity80 { color: #FBF9DC; opacity: 0.8; }
<p style="color:#FBF9DC;opacity:0.8;">80%</p>
Text in Farbe #FBF9DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FBF9DC;}
<p style="text-shadow: 3px 3px 1px #FBF9DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #FBF9DC.
.textShadow {text-shadow: 3px 3px 1px #FBF9DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FBF9DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FBF9DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBF9DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FBF9DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FBF9DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #FBF9DC; -webkit-box-shadow: 1px 1px 3px 2px #FBF9DC; box-shadow: 1px 1px 3px 2px #FBF9DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #FBF9DC; -webkit-box-shadow: 1px 1px 3px 2px #FBF9DC; box-shadow:1px 1px 3px 2px #FBF9DC;">
Div content here</div>
Dieser Text ist in der Farbe #FBF9DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FBF9DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FBF9DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FBF9DC.