Shades of Lavender Rose #F0A8ED
Tints of Lavender Rose #F0A8ED
RGB
CMYK
RGB Variations
Color information
#F0A8ED (or 0xF0A8ED) is known color: Lavender Rose. HEX triplet: F0, A8 and ED. RGB value is (240,168,237). Sum of RGB (Red+Green+Blue) = 240+168+237=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A8ED is #0F5712. Grayscale: #C5C5C5. Windows color (decimal): -1005331 or 15575280. OLE color: 15575280.
HSL color Cylindrical-coordinate representation of color #F0A8ED: hue angle of 302.5º 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 #F0A8ED is Cyan = 0, Magento = 0.3, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 237 | - |
| CMYK | 0 | 0.3 | 0.01 | 0.06 |
| HSL | 302.5º | 0.71% | 0.8% | - |
| HSV(B) | 302.5º | 0.3% | 0.94% | - |
| XYZ | 65.22 | 52.64 | 86.84 | - |
| YUV | 197.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 237 | 0 | 0.3 | 0.01 | 0.06 | 302.5 | 0.71 | 0.8 |
| Hex | F0 | A8 | ED | 0 | 1E | 1 | 6 | 12E | 47 | 50 |
| Octal | 360 | 250 | 355 | 0 | 36 | 1 | 6 | 456 | 107 | 120 |
| Binary | 11110000 | 10101000 | 11101101 | 0 | 11110 | 1 | 110 | 100101110 | 1000111 | 1010000 |
Color Harmonies of #F0A8ED
Complementary color
Monochromatic Colors of #F0A8ED
Black with #F0A8ED
Text Example
Text Example
White with #F0A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A8ED; }
p { color: rgb(240,168,237); }
H1.HeaderClassName
{
color: #F0A8ED;
}
.AnyTagClassName
{
color: #F0A8ED;
}
</style>
background-color css
<style>
a { background-color: #F0A8ED; }
a { background-color: rgb(240,168,237); }
div.DivClassName
{
background-color: #F0A8ED;
}
.BgClassName
{
background-color: #F0A8ED;
}
</style>
border-color css
<style>
span { border-color: #F0A8ED; }
span { border-color: rgb(240,168,237); }
td.TdClassName
{
border-color: #F0A8ED;
}
.TagClassName
{
border-color: #F0A8ED;
}
</style>