Shades of Lavender Rose #F0AFEC
Tints of Lavender Rose #F0AFEC
RGB
CMYK
RGB Variations
Color information
#F0AFEC (or 0xF0AFEC) is known color: Lavender Rose. HEX triplet: F0, AF and EC. RGB value is (240,175,236). Sum of RGB (Red+Green+Blue) = 240+175+236=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEC is #0F5013. Grayscale: #C9C9C9. Windows color (decimal): -1003540 or 15511536. OLE color: 15511536.
HSL color Cylindrical-coordinate representation of color #F0AFEC: hue angle of 303.69º 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 #F0AFEC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 236 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.06 |
| HSL | 303.69º | 0.68% | 0.81% | - |
| HSV(B) | 303.69º | 0.27% | 0.94% | - |
| XYZ | 66.41 | 55.24 | 86.52 | - |
| YUV | 201.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 236 | 0 | 0.27 | 0.02 | 0.06 | 303.69 | 0.68 | 0.81 |
| Hex | F0 | AF | EC | 0 | 1B | 2 | 6 | 130 | 44 | 51 |
| Octal | 360 | 257 | 354 | 0 | 33 | 2 | 6 | 460 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11101100 | 0 | 11011 | 10 | 110 | 100110000 | 1000100 | 1010001 |
Color Harmonies of #F0AFEC
Complementary color
Monochromatic Colors of #F0AFEC
Black with #F0AFEC
Text Example
Text Example
White with #F0AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFEC; }
p { color: rgb(240,175,236); }
H1.HeaderClassName
{
color: #F0AFEC;
}
.AnyTagClassName
{
color: #F0AFEC;
}
</style>
background-color css
<style>
a { background-color: #F0AFEC; }
a { background-color: rgb(240,175,236); }
div.DivClassName
{
background-color: #F0AFEC;
}
.BgClassName
{
background-color: #F0AFEC;
}
</style>
border-color css
<style>
span { border-color: #F0AFEC; }
span { border-color: rgb(240,175,236); }
td.TdClassName
{
border-color: #F0AFEC;
}
.TagClassName
{
border-color: #F0AFEC;
}
</style>