Shades of Lavender Pink #F9A2CF
Tints of Lavender Pink #F9A2CF
RGB
CMYK
RGB Variations
Color information
#F9A2CF (or 0xF9A2CF) is known color: Lavender Pink. HEX triplet: F9, A2 and CF. RGB value is (249,162,207). Sum of RGB (Red+Green+Blue) = 249+162+207=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2CF is #065D30. Grayscale: #C1C1C1. Windows color (decimal): -417073 or 13607673. OLE color: 13607673.
HSL color Cylindrical-coordinate representation of color #F9A2CF: hue angle of 328.97º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 207 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.02 |
| HSL | 328.97º | 0.88% | 0.81% | - |
| HSV(B) | 328.97º | 0.35% | 0.98% | - |
| XYZ | 63.25 | 50.49 | 65.44 | - |
| YUV | 193.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 207 | 0 | 0.35 | 0.17 | 0.02 | 328.97 | 0.88 | 0.81 |
| Hex | F9 | A2 | CF | 0 | 23 | 11 | 2 | 149 | 58 | 51 |
| Octal | 371 | 242 | 317 | 0 | 43 | 21 | 2 | 511 | 130 | 121 |
| Binary | 11111001 | 10100010 | 11001111 | 0 | 100011 | 10001 | 10 | 101001001 | 1011000 | 1010001 |
Color Harmonies of #F9A2CF
Complementary color
Monochromatic Colors of #F9A2CF
Black with #F9A2CF
Text Example
Text Example
White with #F9A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A2CF; }
p { color: rgb(249,162,207); }
H1.HeaderClassName
{
color: #F9A2CF;
}
.AnyTagClassName
{
color: #F9A2CF;
}
</style>
background-color css
<style>
a { background-color: #F9A2CF; }
a { background-color: rgb(249,162,207); }
div.DivClassName
{
background-color: #F9A2CF;
}
.BgClassName
{
background-color: #F9A2CF;
}
</style>
border-color css
<style>
span { border-color: #F9A2CF; }
span { border-color: rgb(249,162,207); }
td.TdClassName
{
border-color: #F9A2CF;
}
.TagClassName
{
border-color: #F9A2CF;
}
</style>