Shades of Lavender Pink #F0AFDA
Tints of Lavender Pink #F0AFDA
RGB
CMYK
RGB Variations
Color information
#F0AFDA (or 0xF0AFDA) is known color: Lavender Pink. HEX triplet: F0, AF and DA. RGB value is (240,175,218). Sum of RGB (Red+Green+Blue) = 240+175+218=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFDA is #0F5025. Grayscale: #C7C7C7. Windows color (decimal): -1003558 or 14331888. OLE color: 14331888.
HSL color Cylindrical-coordinate representation of color #F0AFDA: hue angle of 320.31º 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 #F0AFDA is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 218 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.06 |
| HSL | 320.31º | 0.68% | 0.81% | - |
| HSV(B) | 320.31º | 0.27% | 0.94% | - |
| XYZ | 63.92 | 54.25 | 73.43 | - |
| YUV | 199.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 218 | 0 | 0.27 | 0.09 | 0.06 | 320.31 | 0.68 | 0.81 |
| Hex | F0 | AF | DA | 0 | 1B | 9 | 6 | 140 | 44 | 51 |
| Octal | 360 | 257 | 332 | 0 | 33 | 11 | 6 | 500 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11011010 | 0 | 11011 | 1001 | 110 | 101000000 | 1000100 | 1010001 |
Color Harmonies of #F0AFDA
Complementary color
Monochromatic Colors of #F0AFDA
Black with #F0AFDA
Text Example
Text Example
White with #F0AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFDA; }
p { color: rgb(240,175,218); }
H1.HeaderClassName
{
color: #F0AFDA;
}
.AnyTagClassName
{
color: #F0AFDA;
}
</style>
background-color css
<style>
a { background-color: #F0AFDA; }
a { background-color: rgb(240,175,218); }
div.DivClassName
{
background-color: #F0AFDA;
}
.BgClassName
{
background-color: #F0AFDA;
}
</style>
border-color css
<style>
span { border-color: #F0AFDA; }
span { border-color: rgb(240,175,218); }
td.TdClassName
{
border-color: #F0AFDA;
}
.TagClassName
{
border-color: #F0AFDA;
}
</style>