HEX: #F0ABDD
RGB: (240,171,221)
#F0ABDD enthält hauptsächlich rote und blaue Farbe. Für #F0ABDD ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #F0ABDD wird in RGB als (240,171,221) definiert.
RGB: (240,171,221)
(94%, 67%, 87%)
R 240 von 255 = 94%
G 171 von 255 = 67%
B 221 von 255 = 87%
R + G + B ~ 83%. #F0ABDD ziemlich helle Farbe.
R + G + B = 240 + 171 + 221 = 632 (100%)
R 240 von 632 ~ 37.97%
G 171 von 632 ~ 27.06%
B 221 von 632 ~ 34.97'%
Die Farbe #F0ABDD wird in CMYK als (0,29,8,6) definiert.
CMYK: (0,29,8,6)
C0M29Y8K6 (0%, 29%, 8%, 6%)
(0.00 / 0.29 / 0.08 / 0.06)
Farbe #F0ABDD in den populären Farbmodellen.
F0 | AB | DD | |
---|---|---|---|
RGB | 240 | 171 | 221 |
HSL | 317° | 69.70% | 80.59% |
HSB/HSV | 317° | 28.75% | 94.12% |
CMYK | 0.00% | 28.75% | 7.92% |
5.88% |
Die Farbe #F0ABDD in den populären Zahlensystemen.
Hexadezimal | F0 | AB | DD |
Dezimal | 240 | 171 | 221 |
Binär | 11110000 | 10101011 | 11011101 |
Oktal | 360 | 253 | 335 |
Dunkle Töne der Farbe #F0ABDD
Helle Töne der Farbe #F0ABDD
Beispiele css- und html für Elemente in der Farbe #F0ABDD. Bitte benutzen Sie auch rgb(240,171,221) statt hex-Code.
.myTextColor { color: #F0ABDD; }
<p style="color:#F0ABDD">This sample text font color is #F0ABDD.</p>
Die Farbe dieses Textes ist #F0ABDD.
.myBgColor { background-color: #F0ABDD; }
<div style="background-color:#F0ABDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F0ABDD.
.myBorderColor { border: 1px solid #F0ABDD; }
<div style="border:3px solid #F0ABDD">Div</div>
Die Grenzen von diesem div sind in Farbe #F0ABDD.
.myOpacity80 { color: #F0ABDD; opacity: 0.8; }
<p style="color:#F0ABDD;opacity:0.8;">80%</p>
Text in Farbe #F0ABDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0ABDD;}
<p style="text-shadow: 3px 3px 1px #F0ABDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #F0ABDD.
.textShadow {text-shadow: 3px 3px 1px #F0ABDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0ABDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F0ABDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0ABDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0ABDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0ABDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0ABDD;
-webkit-box-shadow: 1px 1px 3px 2px #F0ABDD;
box-shadow: 1px 1px 3px 2px #F0ABDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0ABDD; -webkit-box-shadow: 1px 1px 3px 2px #F0ABDD; box-shadow:1px 1px 3px 2px #F0ABDD;">
Div content here
</div>
Dieser Text ist in der Farbe #F0ABDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F0ABDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F0ABDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F0ABDD.
Kontrastfarbe für #hex ist #0F5422.