HEX: #F6D7DF
RGB: (246,215,223)
#F6D7DF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6D7DF ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #F6D7DF wird in RGB als (246,215,223) definiert.
RGB: (246,215,223) (96%,84%,87%)
R 246 von 255 = 96%
G 215 von 255 = 84%
B 223 von 255 = 87%
R + G + B ~ 89%. #F6D7DF helle Farbe.
R + G + B =
246 + 215 + 223 = 684 (100%)
R 246 von 684 ~ 35.96%
G 215 von 684 ~ 31.43%
B 223 von 684 ~ 32.6%
Die Farbe #F6D7DF wird in CMYK als (0,13,9,4) definiert.
CMYK: (0,13,9,4) C0M13Y9K4 (0%,13%,9%,4%) (0.00/0.13/0.09/0.04)
F6 | D7 | DF | |
---|---|---|---|
RGB | 246 | 215 | 223 |
HSL | 345° | 63.27% | 90.39% |
HSB/HSV | 345° | 12.60% | 96.47% |
CMYK | 0.00% | 12.60% | 9.35% |
3.53% |
Hexadezimal | F6 | D7 | DF |
Dezimal | 246 | 215 | 223 |
Binär | 11110110 | 11010111 | 11011111 |
Oktal | 366 | 327 | 337 |
Beispiele css- und html für Elemente in der Farbe #F6D7DF. Bitte benutzen Sie auch rgb(246,215,223) statt hex-Code.
.myTextColor { color: #F6D7DF; }
<p style="color:#F6D7DF">This sample text font color is #F6D7DF.</p>
Die Farbe dieses Textes ist #F6D7DF.
.myBgColor { background-color: #F6D7DF; }
<div style="background-color:#F6D7DF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6D7DF.
.myBorderColor { border: 1px solid #F6D7DF; }
<div style="border:3px solid #F6D7DF">Div</div>
Die Grenzen von diesem div sind in Farbe #F6D7DF.
.myOpacity80 { color: #F6D7DF; opacity: 0.8; }
<p style="color:#F6D7DF;opacity:0.8;">80%</p>
Text in Farbe #F6D7DF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6D7DF;}
<p style="text-shadow: 3px 3px 1px #F6D7DF">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6D7DF.
.textShadow {text-shadow: 3px 3px 1px #F6D7DF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6D7DF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6D7DF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6D7DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6D7DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6D7DF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6D7DF; -webkit-box-shadow: 1px 1px 3px 2px #F6D7DF; box-shadow: 1px 1px 3px 2px #F6D7DF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6D7DF; -webkit-box-shadow: 1px 1px 3px 2px #F6D7DF; box-shadow:1px 1px 3px 2px #F6D7DF;">
Div content here</div>
Dieser Text ist in der Farbe #F6D7DF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6D7DF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6D7DF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6D7DF.