HEX: #F6A993
RGB: (246,169,147)
#F6A993 enthält hauptsächlich rote Farbe. Für #F6A993 ist eine «websichere» Webfarbe #FF9999 (oder kurz #F99).
Die Farbe #F6A993 wird in RGB als (246,169,147) definiert.
RGB: (246,169,147) (96%,66%,58%)
R 246 von 255 = 96%
G 169 von 255 = 66%
B 147 von 255 = 58%
R + G + B ~ 73%. #F6A993 ziemlich helle Farbe.
R + G + B =
246 + 169 + 147 = 562 (100%)
R 246 von 562 ~ 43.77%
G 169 von 562 ~ 30.07%
B 147 von 562 ~ 26.16%
Die Farbe #F6A993 wird in CMYK als (0,31,40,4) definiert.
CMYK: (0,31,40,4) C0M31Y40K4 (0%,31%,40%,4%) (0.00/0.31/0.40/0.04)
F6 | A9 | 93 | |
---|---|---|---|
RGB | 246 | 169 | 147 |
HSL | 13° | 84.62% | 77.06% |
HSB/HSV | 13° | 40.24% | 96.47% |
CMYK | 0.00% | 31.30% | 40.24% |
3.53% |
Hexadezimal | F6 | A9 | 93 |
Dezimal | 246 | 169 | 147 |
Binär | 11110110 | 10101001 | 10010011 |
Oktal | 366 | 251 | 223 |
Beispiele css- und html für Elemente in der Farbe #F6A993. Bitte benutzen Sie auch rgb(246,169,147) statt hex-Code.
.myTextColor { color: #F6A993; }
<p style="color:#F6A993">This sample text font color is #F6A993.</p>
Die Farbe dieses Textes ist #F6A993.
.myBgColor { background-color: #F6A993; }
<div style="background-color:#F6A993">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F6A993.
.myBorderColor { border: 1px solid #F6A993; }
<div style="border:3px solid #F6A993">Div</div>
Die Grenzen von diesem div sind in Farbe #F6A993.
.myOpacity80 { color: #F6A993; opacity: 0.8; }
<p style="color:#F6A993;opacity:0.8;">80%</p>
Text in Farbe #F6A993 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6A993;}
<p style="text-shadow: 3px 3px 1px #F6A993">Text here.</p>
Dieser Text hat den Schatten in Farbe #F6A993.
.textShadow {text-shadow: 3px 3px 1px #F6A993, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6A993, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F6A993 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6A993, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6A993, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6A993 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F6A993; -webkit-box-shadow: 1px 1px 3px 2px #F6A993; box-shadow: 1px 1px 3px 2px #F6A993; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F6A993; -webkit-box-shadow: 1px 1px 3px 2px #F6A993; box-shadow:1px 1px 3px 2px #F6A993;">
Div content here</div>
Dieser Text ist in der Farbe #F6A993 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F6A993 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F6A993.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F6A993.