Shades of Lavender Pink #F0AFCF
Tints of Lavender Pink #F0AFCF
RGB
CMYK
RGB Variations
Color information
#F0AFCF (or 0xF0AFCF) is known color: Lavender Pink. HEX triplet: F0, AF and CF. RGB value is (240,175,207). Sum of RGB (Red+Green+Blue) = 240+175+207=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCF is #0F5030. Grayscale: #C6C6C6. Windows color (decimal): -1003569 or 13610992. OLE color: 13610992.
HSL color Cylindrical-coordinate representation of color #F0AFCF: hue angle of 330.46º 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 #F0AFCF is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 207 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.06 |
| HSL | 330.46º | 0.68% | 0.81% | - |
| HSV(B) | 330.46º | 0.27% | 0.94% | - |
| XYZ | 62.53 | 53.69 | 66.1 | - |
| YUV | 198.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 207 | 0 | 0.27 | 0.14 | 0.06 | 330.46 | 0.68 | 0.81 |
| Hex | F0 | AF | CF | 0 | 1B | E | 6 | 14A | 44 | 51 |
| Octal | 360 | 257 | 317 | 0 | 33 | 16 | 6 | 512 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11001111 | 0 | 11011 | 1110 | 110 | 101001010 | 1000100 | 1010001 |
Color Harmonies of #F0AFCF
Complementary color
Monochromatic Colors of #F0AFCF
Black with #F0AFCF
Text Example
Text Example
White with #F0AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFCF; }
p { color: rgb(240,175,207); }
H1.HeaderClassName
{
color: #F0AFCF;
}
.AnyTagClassName
{
color: #F0AFCF;
}
</style>
background-color css
<style>
a { background-color: #F0AFCF; }
a { background-color: rgb(240,175,207); }
div.DivClassName
{
background-color: #F0AFCF;
}
.BgClassName
{
background-color: #F0AFCF;
}
</style>
border-color css
<style>
span { border-color: #F0AFCF; }
span { border-color: rgb(240,175,207); }
td.TdClassName
{
border-color: #F0AFCF;
}
.TagClassName
{
border-color: #F0AFCF;
}
</style>