Shades of Lavender Pink #F8A9CE
Tints of Lavender Pink #F8A9CE
RGB
CMYK
RGB Variations
Color information
#F8A9CE (or 0xF8A9CE) is known color: Lavender Pink. HEX triplet: F8, A9 and CE. RGB value is (248,169,206). Sum of RGB (Red+Green+Blue) = 248+169+206=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9CE is #075631. Grayscale: #C4C4C4. Windows color (decimal): -480818 or 13543928. OLE color: 13543928.
HSL color Cylindrical-coordinate representation of color #F8A9CE: hue angle of 331.9º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9CE is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 206 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.03 |
| HSL | 331.9º | 0.85% | 0.82% | - |
| HSV(B) | 331.9º | 0.32% | 0.97% | - |
| XYZ | 64.04 | 52.79 | 65.21 | - |
| YUV | 196.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 206 | 0 | 0.32 | 0.17 | 0.03 | 331.9 | 0.85 | 0.82 |
| Hex | F8 | A9 | CE | 0 | 20 | 11 | 3 | 14C | 55 | 52 |
| Octal | 370 | 251 | 316 | 0 | 40 | 21 | 3 | 514 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11001110 | 0 | 100000 | 10001 | 11 | 101001100 | 1010101 | 1010010 |
Color Harmonies of #F8A9CE
Complementary color
Monochromatic Colors of #F8A9CE
Black with #F8A9CE
Text Example
Text Example
White with #F8A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9CE; }
p { color: rgb(248,169,206); }
H1.HeaderClassName
{
color: #F8A9CE;
}
.AnyTagClassName
{
color: #F8A9CE;
}
</style>
background-color css
<style>
a { background-color: #F8A9CE; }
a { background-color: rgb(248,169,206); }
div.DivClassName
{
background-color: #F8A9CE;
}
.BgClassName
{
background-color: #F8A9CE;
}
</style>
border-color css
<style>
span { border-color: #F8A9CE; }
span { border-color: rgb(248,169,206); }
td.TdClassName
{
border-color: #F8A9CE;
}
.TagClassName
{
border-color: #F8A9CE;
}
</style>