HEX: #F9ABBD
RGB: (249,171,189)
#F9ABBD enthält hauptsächlich rote Farbe. Für #F9ABBD ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #F9ABBD wird in RGB als (249,171,189) definiert.
RGB: (249,171,189) (98%,67%,74%)
R 249 von 255 = 98%
G 171 von 255 = 67%
B 189 von 255 = 74%
R + G + B ~ 80%. #F9ABBD ziemlich helle Farbe.
R + G + B =
249 + 171 + 189 = 609 (100%)
R 249 von 609 ~ 40.89%
G 171 von 609 ~ 28.08%
B 189 von 609 ~ 31.03%
Die Farbe #F9ABBD wird in CMYK als (0,31,24,2) definiert.
CMYK: (0,31,24,2) C0M31Y24K2 (0%,31%,24%,2%) (0.00/0.31/0.24/0.02)
F9 | AB | BD | |
---|---|---|---|
RGB | 249 | 171 | 189 |
HSL | 346° | 86.67% | 82.35% |
HSB/HSV | 346° | 31.33% | 97.65% |
CMYK | 0.00% | 31.33% | 24.10% |
2.35% |
Hexadezimal | F9 | AB | BD |
Dezimal | 249 | 171 | 189 |
Binär | 11111001 | 10101011 | 10111101 |
Oktal | 371 | 253 | 275 |
Beispiele css- und html für Elemente in der Farbe #F9ABBD. Bitte benutzen Sie auch rgb(249,171,189) statt hex-Code.
.myTextColor { color: #F9ABBD; }
<p style="color:#F9ABBD">This sample text font color is #F9ABBD.</p>
Die Farbe dieses Textes ist #F9ABBD.
.myBgColor { background-color: #F9ABBD; }
<div style="background-color:#F9ABBD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F9ABBD.
.myBorderColor { border: 1px solid #F9ABBD; }
<div style="border:3px solid #F9ABBD">Div</div>
Die Grenzen von diesem div sind in Farbe #F9ABBD.
.myOpacity80 { color: #F9ABBD; opacity: 0.8; }
<p style="color:#F9ABBD;opacity:0.8;">80%</p>
Text in Farbe #F9ABBD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9ABBD;}
<p style="text-shadow: 3px 3px 1px #F9ABBD">Text here.</p>
Dieser Text hat den Schatten in Farbe #F9ABBD.
.textShadow {text-shadow: 3px 3px 1px #F9ABBD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9ABBD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F9ABBD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9ABBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9ABBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9ABBD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F9ABBD; -webkit-box-shadow: 1px 1px 3px 2px #F9ABBD; box-shadow: 1px 1px 3px 2px #F9ABBD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F9ABBD; -webkit-box-shadow: 1px 1px 3px 2px #F9ABBD; box-shadow:1px 1px 3px 2px #F9ABBD;">
Div content here</div>
Dieser Text ist in der Farbe #F9ABBD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F9ABBD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F9ABBD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F9ABBD.