Shades of Lavender Pink #F0AFD7
Tints of Lavender Pink #F0AFD7
RGB
CMYK
RGB Variations
Color information
#F0AFD7 (or 0xF0AFD7) is known color: Lavender Pink. HEX triplet: F0, AF and D7. RGB value is (240,175,215). Sum of RGB (Red+Green+Blue) = 240+175+215=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFD7 is #0F5028. Grayscale: #C6C6C6. Windows color (decimal): -1003561 or 14135280. OLE color: 14135280.
HSL color Cylindrical-coordinate representation of color #F0AFD7: hue angle of 323.08º 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 #F0AFD7 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 215 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.06 |
| HSL | 323.08º | 0.68% | 0.81% | - |
| HSV(B) | 323.08º | 0.27% | 0.94% | - |
| XYZ | 63.53 | 54.09 | 71.38 | - |
| YUV | 199 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 215 | 0 | 0.27 | 0.10 | 0.06 | 323.08 | 0.68 | 0.81 |
| Hex | F0 | AF | D7 | 0 | 1B | A | 6 | 143 | 44 | 51 |
| Octal | 360 | 257 | 327 | 0 | 33 | 12 | 6 | 503 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11010111 | 0 | 11011 | 1010 | 110 | 101000011 | 1000100 | 1010001 |
Color Harmonies of #F0AFD7
Complementary color
Monochromatic Colors of #F0AFD7
Black with #F0AFD7
Text Example
Text Example
White with #F0AFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFD7; }
p { color: rgb(240,175,215); }
H1.HeaderClassName
{
color: #F0AFD7;
}
.AnyTagClassName
{
color: #F0AFD7;
}
</style>
background-color css
<style>
a { background-color: #F0AFD7; }
a { background-color: rgb(240,175,215); }
div.DivClassName
{
background-color: #F0AFD7;
}
.BgClassName
{
background-color: #F0AFD7;
}
</style>
border-color css
<style>
span { border-color: #F0AFD7; }
span { border-color: rgb(240,175,215); }
td.TdClassName
{
border-color: #F0AFD7;
}
.TagClassName
{
border-color: #F0AFD7;
}
</style>