Shades of Lavender Rose #F0AFED
Tints of Lavender Rose #F0AFED
RGB
CMYK
RGB Variations
Color information
#F0AFED (or 0xF0AFED) is known color: Lavender Rose. HEX triplet: F0, AF and ED. RGB value is (240,175,237). Sum of RGB (Red+Green+Blue) = 240+175+237=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFED is #0F5012. Grayscale: #C9C9C9. Windows color (decimal): -1003539 or 15577072. OLE color: 15577072.
HSL color Cylindrical-coordinate representation of color #F0AFED: hue angle of 302.77º 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 #F0AFED is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 237 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.06 |
| HSL | 302.77º | 0.68% | 0.81% | - |
| HSV(B) | 302.77º | 0.27% | 0.94% | - |
| XYZ | 66.55 | 55.3 | 87.29 | - |
| YUV | 201.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 237 | 0 | 0.27 | 0.01 | 0.06 | 302.77 | 0.68 | 0.81 |
| Hex | F0 | AF | ED | 0 | 1B | 1 | 6 | 12F | 44 | 51 |
| Octal | 360 | 257 | 355 | 0 | 33 | 1 | 6 | 457 | 104 | 121 |
| Binary | 11110000 | 10101111 | 11101101 | 0 | 11011 | 1 | 110 | 100101111 | 1000100 | 1010001 |
Color Harmonies of #F0AFED
Complementary color
Monochromatic Colors of #F0AFED
Black with #F0AFED
Text Example
Text Example
White with #F0AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFED; }
p { color: rgb(240,175,237); }
H1.HeaderClassName
{
color: #F0AFED;
}
.AnyTagClassName
{
color: #F0AFED;
}
</style>
background-color css
<style>
a { background-color: #F0AFED; }
a { background-color: rgb(240,175,237); }
div.DivClassName
{
background-color: #F0AFED;
}
.BgClassName
{
background-color: #F0AFED;
}
</style>
border-color css
<style>
span { border-color: #F0AFED; }
span { border-color: rgb(240,175,237); }
td.TdClassName
{
border-color: #F0AFED;
}
.TagClassName
{
border-color: #F0AFED;
}
</style>