Shades of Lavender Rose #F0A9EA
Tints of Lavender Rose #F0A9EA
RGB
CMYK
RGB Variations
Color information
#F0A9EA (or 0xF0A9EA) is known color: Lavender Rose. HEX triplet: F0, A9 and EA. RGB value is (240,169,234). Sum of RGB (Red+Green+Blue) = 240+169+234=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9EA is #0F5615. Grayscale: #C5C5C5. Windows color (decimal): -1005078 or 15378928. OLE color: 15378928.
HSL color Cylindrical-coordinate representation of color #F0A9EA: hue angle of 305.07º 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 #F0A9EA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 234 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.06 |
| HSL | 305.07º | 0.7% | 0.8% | - |
| HSV(B) | 305.07º | 0.3% | 0.94% | - |
| XYZ | 64.97 | 52.84 | 84.62 | - |
| YUV | 197.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 234 | 0 | 0.30 | 0.02 | 0.06 | 305.07 | 0.7 | 0.8 |
| Hex | F0 | A9 | EA | 0 | 1E | 2 | 6 | 131 | 46 | 50 |
| Octal | 360 | 251 | 352 | 0 | 36 | 2 | 6 | 461 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11101010 | 0 | 11110 | 10 | 110 | 100110001 | 1000110 | 1010000 |
Color Harmonies of #F0A9EA
Complementary color
Monochromatic Colors of #F0A9EA
Black with #F0A9EA
Text Example
Text Example
White with #F0A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9EA; }
p { color: rgb(240,169,234); }
H1.HeaderClassName
{
color: #F0A9EA;
}
.AnyTagClassName
{
color: #F0A9EA;
}
</style>
background-color css
<style>
a { background-color: #F0A9EA; }
a { background-color: rgb(240,169,234); }
div.DivClassName
{
background-color: #F0A9EA;
}
.BgClassName
{
background-color: #F0A9EA;
}
</style>
border-color css
<style>
span { border-color: #F0A9EA; }
span { border-color: rgb(240,169,234); }
td.TdClassName
{
border-color: #F0A9EA;
}
.TagClassName
{
border-color: #F0A9EA;
}
</style>