Shades of Lavender Pink #F0AFCC
Tints of Lavender Pink #F0AFCC
RGB
CMYK
RGB Variations
Color information
#F0AFCC (or 0xF0AFCC) is known color: Lavender Pink. HEX triplet: F0, AF and CC. RGB value is (240,175,204). Sum of RGB (Red+Green+Blue) = 240+175+204=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCC is #0F5033. Grayscale: #C5C5C5. Windows color (decimal): -1003572 or 13414384. OLE color: 13414384.
HSL color Cylindrical-coordinate representation of color #F0AFCC: hue angle of 333.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AFCC is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 204 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.06 |
| HSL | 333.23º | 0.68% | 0.81% | - |
| HSV(B) | 333.23º | 0.27% | 0.94% | - |
| XYZ | 62.16 | 53.54 | 64.19 | - |
| YUV | 197.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 204 | 0 | 0.27 | 0.15 | 0.06 | 333.23 | 0.68 | 0.81 |
| Hex | F0 | AF | CC | 0 | 1B | F | 6 | 14D | 44 | 51 |
| Octal | 360 | 257 | 314 | 0 | 33 | 17 | 6 | 515 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11001100 | 0 | 11011 | 1111 | 110 | 101001101 | 1000100 | 1010001 |
Color Harmonies of #F0AFCC
Complementary color
Monochromatic Colors of #F0AFCC
Black with #F0AFCC
Text Example
Text Example
White with #F0AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFCC; }
p { color: rgb(240,175,204); }
H1.HeaderClassName
{
color: #F0AFCC;
}
.AnyTagClassName
{
color: #F0AFCC;
}
</style>
background-color css
<style>
a { background-color: #F0AFCC; }
a { background-color: rgb(240,175,204); }
div.DivClassName
{
background-color: #F0AFCC;
}
.BgClassName
{
background-color: #F0AFCC;
}
</style>
border-color css
<style>
span { border-color: #F0AFCC; }
span { border-color: rgb(240,175,204); }
td.TdClassName
{
border-color: #F0AFCC;
}
.TagClassName
{
border-color: #F0AFCC;
}
</style>