Shades of Lavender Rose #F0AEED
Tints of Lavender Rose #F0AEED
RGB
CMYK
RGB Variations
Color information
#F0AEED (or 0xF0AEED) is known color: Lavender Rose. HEX triplet: F0, AE and ED. RGB value is (240,174,237). Sum of RGB (Red+Green+Blue) = 240+174+237=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AEED is #0F5112. Grayscale: #C8C8C8. Windows color (decimal): -1003795 or 15576816. OLE color: 15576816.
HSL color Cylindrical-coordinate representation of color #F0AEED: hue angle of 302.73º degrees, saturation: 0.69, 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 #F0AEED is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 237 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.06 |
| HSL | 302.73º | 0.69% | 0.81% | - |
| HSV(B) | 302.73º | 0.28% | 0.94% | - |
| XYZ | 66.36 | 54.91 | 87.22 | - |
| YUV | 200.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 237 | 0 | 0.28 | 0.01 | 0.06 | 302.73 | 0.69 | 0.81 |
| Hex | F0 | AE | ED | 0 | 1C | 1 | 6 | 12F | 45 | 51 |
| Octal | 360 | 256 | 355 | 0 | 34 | 1 | 6 | 457 | 105 | 121 |
| Binary | 11110000 | 10101110 | 11101101 | 0 | 11100 | 1 | 110 | 100101111 | 1000101 | 1010001 |
Color Harmonies of #F0AEED
Complementary color
Monochromatic Colors of #F0AEED
Black with #F0AEED
Text Example
Text Example
White with #F0AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AEED; }
p { color: rgb(240,174,237); }
H1.HeaderClassName
{
color: #F0AEED;
}
.AnyTagClassName
{
color: #F0AEED;
}
</style>
background-color css
<style>
a { background-color: #F0AEED; }
a { background-color: rgb(240,174,237); }
div.DivClassName
{
background-color: #F0AEED;
}
.BgClassName
{
background-color: #F0AEED;
}
</style>
border-color css
<style>
span { border-color: #F0AEED; }
span { border-color: rgb(240,174,237); }
td.TdClassName
{
border-color: #F0AEED;
}
.TagClassName
{
border-color: #F0AEED;
}
</style>