HEX: #F1D5EF
RGB: (241,213,239)
#F1D5EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F1D5EF ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F1D5EF wird in RGB als (241,213,239) definiert.
RGB: (241,213,239) (95%,84%,94%)
R 241 von 255 = 95%
G 213 von 255 = 84%
B 239 von 255 = 94%
R + G + B ~ 91%. #F1D5EF helle Farbe.
R + G + B =
241 + 213 + 239 = 693 (100%)
R 241 von 693 ~ 34.78%
G 213 von 693 ~ 30.74%
B 239 von 693 ~ 34.49%
Die Farbe #F1D5EF wird in CMYK als (0,12,1,5) definiert.
CMYK: (0,12,1,5) C0M12Y1K5 (0%,12%,1%,5%) (0.00/0.12/0.01/0.05)
F1 | D5 | EF | |
---|---|---|---|
RGB | 241 | 213 | 239 |
HSL | 304° | 50.00% | 89.02% |
HSB/HSV | 304° | 11.62% | 94.51% |
CMYK | 0.00% | 11.62% | 0.83% |
5.49% |
Hexadezimal | F1 | D5 | EF |
Dezimal | 241 | 213 | 239 |
Binär | 11110001 | 11010101 | 11101111 |
Oktal | 361 | 325 | 357 |
Beispiele css- und html für Elemente in der Farbe #F1D5EF. Bitte benutzen Sie auch rgb(241,213,239) statt hex-Code.
.myTextColor { color: #F1D5EF; }
<p style="color:#F1D5EF">This sample text font color is #F1D5EF.</p>
Die Farbe dieses Textes ist #F1D5EF.
.myBgColor { background-color: #F1D5EF; }
<div style="background-color:#F1D5EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F1D5EF.
.myBorderColor { border: 1px solid #F1D5EF; }
<div style="border:3px solid #F1D5EF">Div</div>
Die Grenzen von diesem div sind in Farbe #F1D5EF.
.myOpacity80 { color: #F1D5EF; opacity: 0.8; }
<p style="color:#F1D5EF;opacity:0.8;">80%</p>
Text in Farbe #F1D5EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1D5EF;}
<p style="text-shadow: 3px 3px 1px #F1D5EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #F1D5EF.
.textShadow {text-shadow: 3px 3px 1px #F1D5EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1D5EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F1D5EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1D5EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1D5EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1D5EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F1D5EF; -webkit-box-shadow: 1px 1px 3px 2px #F1D5EF; box-shadow: 1px 1px 3px 2px #F1D5EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F1D5EF; -webkit-box-shadow: 1px 1px 3px 2px #F1D5EF; box-shadow:1px 1px 3px 2px #F1D5EF;">
Div content here</div>
Dieser Text ist in der Farbe #F1D5EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F1D5EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F1D5EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F1D5EF.