Shades of Lavender Pink #F9AFCC
Tints of Lavender Pink #F9AFCC
RGB
CMYK
RGB Variations
Color information
#F9AFCC (or 0xF9AFCC) is known color: Lavender Pink. HEX triplet: F9, AF and CC. RGB value is (249,175,204). Sum of RGB (Red+Green+Blue) = 249+175+204=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFCC is #065033. Grayscale: #C8C8C8. Windows color (decimal): -413748 or 13414393. OLE color: 13414393.
HSL color Cylindrical-coordinate representation of color #F9AFCC: hue angle of 336.49º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFCC is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 204 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.02 |
| HSL | 336.49º | 0.86% | 0.83% | - |
| HSV(B) | 336.49º | 0.3% | 0.98% | - |
| XYZ | 65.3 | 55.16 | 64.33 | - |
| YUV | 200.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 204 | 0 | 0.30 | 0.18 | 0.02 | 336.49 | 0.86 | 0.83 |
| Hex | F9 | AF | CC | 0 | 1E | 12 | 2 | 150 | 56 | 53 |
| Octal | 371 | 257 | 314 | 0 | 36 | 22 | 2 | 520 | 126 | 123 |
| Binary | 11111001 | 10101111 | 11001100 | 0 | 11110 | 10010 | 10 | 101010000 | 1010110 | 1010011 |
Color Harmonies of #F9AFCC
Complementary color
Monochromatic Colors of #F9AFCC
Black with #F9AFCC
Text Example
Text Example
White with #F9AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AFCC; }
p { color: rgb(249,175,204); }
H1.HeaderClassName
{
color: #F9AFCC;
}
.AnyTagClassName
{
color: #F9AFCC;
}
</style>
background-color css
<style>
a { background-color: #F9AFCC; }
a { background-color: rgb(249,175,204); }
div.DivClassName
{
background-color: #F9AFCC;
}
.BgClassName
{
background-color: #F9AFCC;
}
</style>
border-color css
<style>
span { border-color: #F9AFCC; }
span { border-color: rgb(249,175,204); }
td.TdClassName
{
border-color: #F9AFCC;
}
.TagClassName
{
border-color: #F9AFCC;
}
</style>