HEX: #FDCADD
RGB: (253,202,221)
#FDCADD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #FDCADD ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #FDCADD wird in RGB als (253,202,221) definiert.
RGB: (253,202,221)
(99%, 79%, 87%)
R 253 von 255 = 99%
G 202 von 255 = 79%
B 221 von 255 = 87%
R + G + B ~ 88%. #FDCADD helle Farbe.
R + G + B = 253 + 202 + 221 = 676 (100%)
R 253 von 676 ~ 37.43%
G 202 von 676 ~ 29.88%
B 221 von 676 ~ 32.69'%
Die Farbe #FDCADD wird in CMYK als (0,20,13,1) definiert.
CMYK: (0,20,13,1) C0M20Y13K1 (0%,20%,13%,1%) (0.00/0.20/0.13/0.01)
Farbe #FDCADD in den populären Farbmodellen.
FD | CA | DD | |
---|---|---|---|
RGB | 253 | 202 | 221 |
HSL | 338° | 92.73% | 89.22% |
HSB/HSV | 338° | 20.16% | 99.22% |
CMYK | 0.00% | 20.16% | 12.65% |
0.78% |
Die Farbe #FDCADD in den populären Zahlensystemen.
Hexadezimal | FD | CA | DD |
Dezimal | 253 | 202 | 221 |
Binär | 11111101 | 11001010 | 11011101 |
Oktal | 375 | 312 | 335 |
Dunkle Töne der Farbe #FDCADD
Helle Töne der Farbe #FDCADD
Beispiele css- und html für Elemente in der Farbe #FDCADD. Bitte benutzen Sie auch rgb(253,202,221) statt hex-Code.
.myTextColor { color: #FDCADD; }
<p style="color:#FDCADD">This sample text font color is #FDCADD.</p>
Die Farbe dieses Textes ist #FDCADD.
.myBgColor { background-color: #FDCADD; }
<div style="background-color:#FDCADD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #FDCADD.
.myBorderColor { border: 1px solid #FDCADD; }
<div style="border:3px solid #FDCADD">Div</div>
Die Grenzen von diesem div sind in Farbe #FDCADD.
.myOpacity80 { color: #FDCADD; opacity: 0.8; }
<p style="color:#FDCADD;opacity:0.8;">80%</p>
Text in Farbe #FDCADD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FDCADD;}
<p style="text-shadow: 3px 3px 1px #FDCADD">Text here.</p>
Dieser Text hat den Schatten in Farbe #FDCADD.
.textShadow {text-shadow: 3px 3px 1px #FDCADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FDCADD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #FDCADD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FDCADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FDCADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FDCADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FDCADD;
-webkit-box-shadow: 1px 1px 3px 2px #FDCADD;
box-shadow: 1px 1px 3px 2px #FDCADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FDCADD; -webkit-box-shadow: 1px 1px 3px 2px #FDCADD; box-shadow:1px 1px 3px 2px #FDCADD;">
Div content here
</div>
Dieser Text ist in der Farbe #FDCADD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #FDCADD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #FDCADD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #FDCADD.
Kontrastfarbe für #hex ist #023522.