HEX: #F6C4FD
RGB: (246,196,253)
#F6C4FD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #F6C4FD ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #F6C4FD wird in RGB als (246,196,253) definiert.
RGB: (246,196,253) (96%,77%,99%)
R 246 von 255 = 96%
G 196 von 255 = 77%
B 253 von 255 = 99%
R + G + B ~ 91%. #F6C4FD helle Farbe.
R + G + B =
246 + 196 + 253 = 695 (100%)
R 246 von 695 ~ 35.4%
G 196 von 695 ~ 28.2%
B 253 von 695 ~ 36.4%
Die Farbe #F6C4FD wird in CMYK als (3,23,0,1) definiert.
CMYK: (3,23,0,1) C3M23Y0K1 (3%,23%,0%,1%) (0.03/0.23/0.00/0.01)
F6 | C4 | FD | |
---|---|---|---|
RGB | 246 | 196 | 253 |
HSL | 293° | 93.44% | 88.04% |
HSB/HSV | 293° | 22.53% | 99.22% |
CMYK | 2.77% | 22.53% | 0.00% |
0.78% |
Hexadezimal | F6 | C4 | FD |
Dezimal | 246 | 196 | 253 |
Binär | 11110110 | 11000100 | 11111101 |
Oktal | 366 | 304 | 375 |
Beispiele css- und html für Elemente in der Farbe #F6C4FD. Bitte benutzen Sie auch rgb(246,196,253) statt hex-Code.
.myTextColor { color: #F6C4FD; }
<p style="color:#F6C4FD">This sample text font color is #F6C4FD.</p>
Die Farbe dieses Textes ist #F6C4FD.
.myBgColor { background-color: #F6C4FD; }
<div style="background-color:#F6C4FD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6C4FD.
.myBorderColor { border: 1px solid #F6C4FD; }
<div style="border:3px solid #F6C4FD">Div</div>
Die Grenzen von diesem div sind in Farbe #F6C4FD.
.myOpacity80 { color: #F6C4FD; opacity: 0.8; }
<p style="color:#F6C4FD;opacity:0.8;">80%</p>
Text in Farbe #F6C4FD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6C4FD;}
<p style="text-shadow: 3px 3px 1px #F6C4FD">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6C4FD.
.textShadow {text-shadow: 3px 3px 1px #F6C4FD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6C4FD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6C4FD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6C4FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6C4FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6C4FD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6C4FD; -webkit-box-shadow: 1px 1px 3px 2px #F6C4FD; box-shadow: 1px 1px 3px 2px #F6C4FD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6C4FD; -webkit-box-shadow: 1px 1px 3px 2px #F6C4FD; box-shadow:1px 1px 3px 2px #F6C4FD;">
Div content here</div>
Dieser Text ist in der Farbe #F6C4FD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6C4FD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6C4FD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6C4FD.