Shades of Lavender Rose #F0A9DF
Tints of Lavender Rose #F0A9DF
RGB
CMYK
RGB Variations
Color information
#F0A9DF (or 0xF0A9DF) is known color: Lavender Rose. HEX triplet: F0, A9 and DF. RGB value is (240,169,223). Sum of RGB (Red+Green+Blue) = 240+169+223=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9DF is #0F5620. Grayscale: #C4C4C4. Windows color (decimal): -1005089 or 14658032. OLE color: 14658032.
HSL color Cylindrical-coordinate representation of color #F0A9DF: hue angle of 314.37º 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 #F0A9DF is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 223 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.06 |
| HSL | 314.37º | 0.7% | 0.8% | - |
| HSV(B) | 314.37º | 0.3% | 0.94% | - |
| XYZ | 63.44 | 52.23 | 76.55 | - |
| YUV | 196.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 223 | 0 | 0.30 | 0.07 | 0.06 | 314.37 | 0.7 | 0.8 |
| Hex | F0 | A9 | DF | 0 | 1E | 7 | 6 | 13A | 46 | 50 |
| Octal | 360 | 251 | 337 | 0 | 36 | 7 | 6 | 472 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11011111 | 0 | 11110 | 111 | 110 | 100111010 | 1000110 | 1010000 |
Color Harmonies of #F0A9DF
Complementary color
Monochromatic Colors of #F0A9DF
Black with #F0A9DF
Text Example
Text Example
White with #F0A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9DF; }
p { color: rgb(240,169,223); }
H1.HeaderClassName
{
color: #F0A9DF;
}
.AnyTagClassName
{
color: #F0A9DF;
}
</style>
background-color css
<style>
a { background-color: #F0A9DF; }
a { background-color: rgb(240,169,223); }
div.DivClassName
{
background-color: #F0A9DF;
}
.BgClassName
{
background-color: #F0A9DF;
}
</style>
border-color css
<style>
span { border-color: #F0A9DF; }
span { border-color: rgb(240,169,223); }
td.TdClassName
{
border-color: #F0A9DF;
}
.TagClassName
{
border-color: #F0A9DF;
}
</style>