Shades of Lavender Rose #F0A9ED
Tints of Lavender Rose #F0A9ED
RGB
CMYK
RGB Variations
Color information
#F0A9ED (or 0xF0A9ED) is known color: Lavender Rose. HEX triplet: F0, A9 and ED. RGB value is (240,169,237). Sum of RGB (Red+Green+Blue) = 240+169+237=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 169 (66.41% from 255 or 26.16% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9ED is #0F5612. Grayscale: #C5C5C5. Windows color (decimal): -1005075 or 15575536. OLE color: 15575536.
HSL color Cylindrical-coordinate representation of color #F0A9ED: hue angle of 302.54º degrees, saturation: 0.7, 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 #F0A9ED is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 237 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.06 |
| HSL | 302.54º | 0.7% | 0.8% | - |
| HSV(B) | 302.54º | 0.3% | 0.94% | - |
| XYZ | 65.41 | 53.02 | 86.91 | - |
| YUV | 197.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 237 | 0 | 0.30 | 0.01 | 0.06 | 302.54 | 0.7 | 0.8 |
| Hex | F0 | A9 | ED | 0 | 1E | 1 | 6 | 12F | 46 | 50 |
| Octal | 360 | 251 | 355 | 0 | 36 | 1 | 6 | 457 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11101101 | 0 | 11110 | 1 | 110 | 100101111 | 1000110 | 1010000 |
Color Harmonies of #F0A9ED
Complementary color
Monochromatic Colors of #F0A9ED
Black with #F0A9ED
Text Example
Text Example
White with #F0A9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9ED; }
p { color: rgb(240,169,237); }
H1.HeaderClassName
{
color: #F0A9ED;
}
.AnyTagClassName
{
color: #F0A9ED;
}
</style>
background-color css
<style>
a { background-color: #F0A9ED; }
a { background-color: rgb(240,169,237); }
div.DivClassName
{
background-color: #F0A9ED;
}
.BgClassName
{
background-color: #F0A9ED;
}
</style>
border-color css
<style>
span { border-color: #F0A9ED; }
span { border-color: rgb(240,169,237); }
td.TdClassName
{
border-color: #F0A9ED;
}
.TagClassName
{
border-color: #F0A9ED;
}
</style>