HEX: #F5ABE2
RGB: (245,171,226)
#F5ABE2 enthält hauptsächlich rote und blaue Farbe. Für #F5ABE2 ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #F5ABE2 wird in RGB als (245,171,226) definiert.
RGB: (245,171,226) (96%,67%,89%)
R 245 von 255 = 96%
G 171 von 255 = 67%
B 226 von 255 = 89%
R + G + B ~ 84%. #F5ABE2 ziemlich helle Farbe.
R + G + B =
245 + 171 + 226 = 642 (100%)
R 245 von 642 ~ 38.16%
G 171 von 642 ~ 26.64%
B 226 von 642 ~ 35.2%
Die Farbe #F5ABE2 wird in CMYK als (0,30,8,4) definiert.
CMYK: (0,30,8,4) C0M30Y8K4 (0%,30%,8%,4%) (0.00/0.30/0.08/0.04)
F5 | AB | E2 | |
---|---|---|---|
RGB | 245 | 171 | 226 |
HSL | 315° | 78.72% | 81.57% |
HSB/HSV | 315° | 30.20% | 96.08% |
CMYK | 0.00% | 30.20% | 7.76% |
3.92% |
Hexadezimal | F5 | AB | E2 |
Dezimal | 245 | 171 | 226 |
Binär | 11110101 | 10101011 | 11100010 |
Oktal | 365 | 253 | 342 |
Beispiele css- und html für Elemente in der Farbe #F5ABE2. Bitte benutzen Sie auch rgb(245,171,226) statt hex-Code.
.myTextColor { color: #F5ABE2; }
<p style="color:#F5ABE2">This sample text font color is #F5ABE2.</p>
Die Farbe dieses Textes ist #F5ABE2.
.myBgColor { background-color: #F5ABE2; }
<div style="background-color:#F5ABE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F5ABE2.
.myBorderColor { border: 1px solid #F5ABE2; }
<div style="border:3px solid #F5ABE2">Div</div>
Die Grenzen von diesem div sind in Farbe #F5ABE2.
.myOpacity80 { color: #F5ABE2; opacity: 0.8; }
<p style="color:#F5ABE2;opacity:0.8;">80%</p>
Text in Farbe #F5ABE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5ABE2;}
<p style="text-shadow: 3px 3px 1px #F5ABE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #F5ABE2.
.textShadow {text-shadow: 3px 3px 1px #F5ABE2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5ABE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F5ABE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5ABE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5ABE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5ABE2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F5ABE2; -webkit-box-shadow: 1px 1px 3px 2px #F5ABE2; box-shadow: 1px 1px 3px 2px #F5ABE2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F5ABE2; -webkit-box-shadow: 1px 1px 3px 2px #F5ABE2; box-shadow:1px 1px 3px 2px #F5ABE2;">
Div content here</div>
Dieser Text ist in der Farbe #F5ABE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F5ABE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F5ABE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F5ABE2.