HEX: #F6ABFB
RGB: (246,171,251)
#F6ABFB enthält hauptsächlich rote und blaue Farbe. Für #F6ABFB ist eine «websichere» Webfarbe #FF99FF (oder kurz #F9F).
Die Farbe #F6ABFB wird in RGB als (246,171,251) definiert.
RGB: (246,171,251)
(96%, 67%, 98%)
R 246 von 255 = 96%
G 171 von 255 = 67%
B 251 von 255 = 98%
R + G + B ~ 87%. #F6ABFB helle Farbe.
R + G + B = 246 + 171 + 251 = 668 (100%)
R 246 von 668 ~ 36.83%
G 171 von 668 ~ 25.6%
B 251 von 668 ~ 37.57'%
Die Farbe #F6ABFB wird in CMYK als (2,32,0,2) definiert.
CMYK: (2,32,0,2)
C2M32Y0K2 (2%, 32%, 0%, 2%)
(0.02 / 0.32 / 0.00 / 0.02)
Farbe #F6ABFB in den populären Farbmodellen.
F6 | AB | FB | |
---|---|---|---|
RGB | 246 | 171 | 251 |
HSL | 296° | 90.91% | 82.75% |
HSB/HSV | 296° | 31.87% | 98.43% |
CMYK | 1.99% | 31.87% | 0.00% |
1.57% |
Die Farbe #F6ABFB in den populären Zahlensystemen.
Hexadezimal | F6 | AB | FB |
Dezimal | 246 | 171 | 251 |
Binär | 11110110 | 10101011 | 11111011 |
Oktal | 366 | 253 | 373 |
Dunkle Töne der Farbe #F6ABFB
Helle Töne der Farbe #F6ABFB
Beispiele css- und html für Elemente in der Farbe #F6ABFB. Bitte benutzen Sie auch rgb(246,171,251) statt hex-Code.
.myTextColor { color: #F6ABFB; }
<p style="color:#F6ABFB">This sample text font color is #F6ABFB.</p>
Die Farbe dieses Textes ist #F6ABFB.
.myBgColor { background-color: #F6ABFB; }
<div style="background-color:#F6ABFB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6ABFB.
.myBorderColor { border: 1px solid #F6ABFB; }
<div style="border:3px solid #F6ABFB">Div</div>
Die Grenzen von diesem div sind in Farbe #F6ABFB.
.myOpacity80 { color: #F6ABFB; opacity: 0.8; }
<p style="color:#F6ABFB;opacity:0.8;">80%</p>
Text in Farbe #F6ABFB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6ABFB;}
<p style="text-shadow: 3px 3px 1px #F6ABFB">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6ABFB.
.textShadow {text-shadow: 3px 3px 1px #F6ABFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6ABFB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6ABFB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6ABFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6ABFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6ABFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6ABFB;
-webkit-box-shadow: 1px 1px 3px 2px #F6ABFB;
box-shadow: 1px 1px 3px 2px #F6ABFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6ABFB; -webkit-box-shadow: 1px 1px 3px 2px #F6ABFB; box-shadow:1px 1px 3px 2px #F6ABFB;">
Div content here
</div>
Dieser Text ist in der Farbe #F6ABFB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6ABFB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6ABFB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6ABFB.
Kontrastfarbe für #hex ist #095404.