Shades of Light Pink #F8A6B4
Tints of Light Pink #F8A6B4
RGB
CMYK
RGB Variations
Color information
#F8A6B4 (or 0xF8A6B4) is known color: Light Pink. HEX triplet: F8, A6 and B4. RGB value is (248,166,180). Sum of RGB (Red+Green+Blue) = 248+166+180=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6B4 is #07594B. Grayscale: #C0C0C0. Windows color (decimal): -481612 or 11839224. OLE color: 11839224.
HSL color Cylindrical-coordinate representation of color #F8A6B4: hue angle of 349.76º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6B4 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 180 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.03 |
| HSL | 349.76º | 0.85% | 0.81% | - |
| HSV(B) | 349.76º | 0.33% | 0.97% | - |
| XYZ | 60.59 | 50.52 | 49.74 | - |
| YUV | 192.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 180 | 0 | 0.33 | 0.27 | 0.03 | 349.76 | 0.85 | 0.81 |
| Hex | F8 | A6 | B4 | 0 | 21 | 1B | 3 | 15E | 55 | 51 |
| Octal | 370 | 246 | 264 | 0 | 41 | 33 | 3 | 536 | 125 | 121 |
| Binary | 11111000 | 10100110 | 10110100 | 0 | 100001 | 11011 | 11 | 101011110 | 1010101 | 1010001 |
Color Harmonies of #F8A6B4
Complementary color
Monochromatic Colors of #F8A6B4
Black with #F8A6B4
Text Example
Text Example
White with #F8A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6B4; }
p { color: rgb(248,166,180); }
H1.HeaderClassName
{
color: #F8A6B4;
}
.AnyTagClassName
{
color: #F8A6B4;
}
</style>
background-color css
<style>
a { background-color: #F8A6B4; }
a { background-color: rgb(248,166,180); }
div.DivClassName
{
background-color: #F8A6B4;
}
.BgClassName
{
background-color: #F8A6B4;
}
</style>
border-color css
<style>
span { border-color: #F8A6B4; }
span { border-color: rgb(248,166,180); }
td.TdClassName
{
border-color: #F8A6B4;
}
.TagClassName
{
border-color: #F8A6B4;
}
</style>