Shades of Lavender Rose #F0A0D6
Tints of Lavender Rose #F0A0D6
RGB
CMYK
RGB Variations
Color information
#F0A0D6 (or 0xF0A0D6) is known color: Lavender Rose. HEX triplet: F0, A0 and D6. RGB value is (240,160,214). Sum of RGB (Red+Green+Blue) = 240+160+214=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0D6 is #0F5F29. Grayscale: #BDBDBD. Windows color (decimal): -1007402 or 14065904. OLE color: 14065904.
HSL color Cylindrical-coordinate representation of color #F0A0D6: hue angle of 319.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0D6 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 214 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.06 |
| HSL | 319.5º | 0.73% | 0.78% | - |
| HSV(B) | 319.5º | 0.33% | 0.94% | - |
| XYZ | 60.64 | 48.52 | 69.79 | - |
| YUV | 190.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 214 | 0 | 0.33 | 0.11 | 0.06 | 319.5 | 0.73 | 0.78 |
| Hex | F0 | A0 | D6 | 0 | 21 | B | 6 | 140 | 49 | 4E |
| Octal | 360 | 240 | 326 | 0 | 41 | 13 | 6 | 500 | 111 | 116 |
| Binary | 11110000 | 10100000 | 11010110 | 0 | 100001 | 1011 | 110 | 101000000 | 1001001 | 1001110 |
Color Harmonies of #F0A0D6
Complementary color
Monochromatic Colors of #F0A0D6
Black with #F0A0D6
Text Example
Text Example
White with #F0A0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0D6; }
p { color: rgb(240,160,214); }
H1.HeaderClassName
{
color: #F0A0D6;
}
.AnyTagClassName
{
color: #F0A0D6;
}
</style>
background-color css
<style>
a { background-color: #F0A0D6; }
a { background-color: rgb(240,160,214); }
div.DivClassName
{
background-color: #F0A0D6;
}
.BgClassName
{
background-color: #F0A0D6;
}
</style>
border-color css
<style>
span { border-color: #F0A0D6; }
span { border-color: rgb(240,160,214); }
td.TdClassName
{
border-color: #F0A0D6;
}
.TagClassName
{
border-color: #F0A0D6;
}
</style>