Shades of Lavender Rose #F0A8EC
Tints of Lavender Rose #F0A8EC
RGB
CMYK
RGB Variations
Color information
#F0A8EC (or 0xF0A8EC) is known color: Lavender Rose. HEX triplet: F0, A8 and EC. RGB value is (240,168,236). Sum of RGB (Red+Green+Blue) = 240+168+236=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8EC is #0F5713. Grayscale: #C5C5C5. Windows color (decimal): -1005332 or 15509744. OLE color: 15509744.
HSL color Cylindrical-coordinate representation of color #F0A8EC: hue angle of 303.33º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A8EC is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 236 | - |
| CMYK | 0 | 0.3 | 0.02 | 0.06 |
| HSL | 303.33º | 0.71% | 0.8% | - |
| HSV(B) | 303.33º | 0.3% | 0.94% | - |
| XYZ | 65.08 | 52.59 | 86.08 | - |
| YUV | 197.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 236 | 0 | 0.3 | 0.02 | 0.06 | 303.33 | 0.71 | 0.8 |
| Hex | F0 | A8 | EC | 0 | 1E | 2 | 6 | 12F | 47 | 50 |
| Octal | 360 | 250 | 354 | 0 | 36 | 2 | 6 | 457 | 107 | 120 |
| Binary | 11110000 | 10101000 | 11101100 | 0 | 11110 | 10 | 110 | 100101111 | 1000111 | 1010000 |
Color Harmonies of #F0A8EC
Complementary color
Monochromatic Colors of #F0A8EC
Black with #F0A8EC
Text Example
Text Example
White with #F0A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8EC; }
p { color: rgb(240,168,236); }
H1.HeaderClassName
{
color: #F0A8EC;
}
.AnyTagClassName
{
color: #F0A8EC;
}
</style>
background-color css
<style>
a { background-color: #F0A8EC; }
a { background-color: rgb(240,168,236); }
div.DivClassName
{
background-color: #F0A8EC;
}
.BgClassName
{
background-color: #F0A8EC;
}
</style>
border-color css
<style>
span { border-color: #F0A8EC; }
span { border-color: rgb(240,168,236); }
td.TdClassName
{
border-color: #F0A8EC;
}
.TagClassName
{
border-color: #F0A8EC;
}
</style>