Shades of Lavender Rose #F0A9DD
Tints of Lavender Rose #F0A9DD
RGB
CMYK
RGB Variations
Color information
#F0A9DD (or 0xF0A9DD) is known color: Lavender Rose. HEX triplet: F0, A9 and DD. RGB value is (240,169,221). Sum of RGB (Red+Green+Blue) = 240+169+221=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9DD is #0F5622. Grayscale: #C4C4C4. Windows color (decimal): -1005091 or 14526960. OLE color: 14526960.
HSL color Cylindrical-coordinate representation of color #F0A9DD: hue angle of 316.06º 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 #F0A9DD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 221 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.06 |
| HSL | 316.06º | 0.7% | 0.8% | - |
| HSV(B) | 316.06º | 0.3% | 0.94% | - |
| XYZ | 63.17 | 52.12 | 75.14 | - |
| YUV | 196.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 221 | 0 | 0.30 | 0.08 | 0.06 | 316.06 | 0.7 | 0.8 |
| Hex | F0 | A9 | DD | 0 | 1E | 8 | 6 | 13C | 46 | 50 |
| Octal | 360 | 251 | 335 | 0 | 36 | 10 | 6 | 474 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11011101 | 0 | 11110 | 1000 | 110 | 100111100 | 1000110 | 1010000 |
Color Harmonies of #F0A9DD
Complementary color
Monochromatic Colors of #F0A9DD
Black with #F0A9DD
Text Example
Text Example
White with #F0A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9DD; }
p { color: rgb(240,169,221); }
H1.HeaderClassName
{
color: #F0A9DD;
}
.AnyTagClassName
{
color: #F0A9DD;
}
</style>
background-color css
<style>
a { background-color: #F0A9DD; }
a { background-color: rgb(240,169,221); }
div.DivClassName
{
background-color: #F0A9DD;
}
.BgClassName
{
background-color: #F0A9DD;
}
</style>
border-color css
<style>
span { border-color: #F0A9DD; }
span { border-color: rgb(240,169,221); }
td.TdClassName
{
border-color: #F0A9DD;
}
.TagClassName
{
border-color: #F0A9DD;
}
</style>