Shades of Lavender Pink #F9A8CE
Tints of Lavender Pink #F9A8CE
RGB
CMYK
RGB Variations
Color information
#F9A8CE (or 0xF9A8CE) is known color: Lavender Pink. HEX triplet: F9, A8 and CE. RGB value is (249,168,206). Sum of RGB (Red+Green+Blue) = 249+168+206=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8CE is #065731. Grayscale: #C4C4C4. Windows color (decimal): -415538 or 13543673. OLE color: 13543673.
HSL color Cylindrical-coordinate representation of color #F9A8CE: hue angle of 331.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A8CE is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 206 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.02 |
| HSL | 331.85º | 0.87% | 0.82% | - |
| HSV(B) | 331.85º | 0.33% | 0.98% | - |
| XYZ | 64.21 | 52.6 | 65.16 | - |
| YUV | 196.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 206 | 0 | 0.33 | 0.17 | 0.02 | 331.85 | 0.87 | 0.82 |
| Hex | F9 | A8 | CE | 0 | 21 | 11 | 2 | 14C | 57 | 52 |
| Octal | 371 | 250 | 316 | 0 | 41 | 21 | 2 | 514 | 127 | 122 |
| Binary | 11111001 | 10101000 | 11001110 | 0 | 100001 | 10001 | 10 | 101001100 | 1010111 | 1010010 |
Color Harmonies of #F9A8CE
Complementary color
Monochromatic Colors of #F9A8CE
Black with #F9A8CE
Text Example
Text Example
White with #F9A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A8CE; }
p { color: rgb(249,168,206); }
H1.HeaderClassName
{
color: #F9A8CE;
}
.AnyTagClassName
{
color: #F9A8CE;
}
</style>
background-color css
<style>
a { background-color: #F9A8CE; }
a { background-color: rgb(249,168,206); }
div.DivClassName
{
background-color: #F9A8CE;
}
.BgClassName
{
background-color: #F9A8CE;
}
</style>
border-color css
<style>
span { border-color: #F9A8CE; }
span { border-color: rgb(249,168,206); }
td.TdClassName
{
border-color: #F9A8CE;
}
.TagClassName
{
border-color: #F9A8CE;
}
</style>