Shades of Lavender Rose #F0A0D7
Tints of Lavender Rose #F0A0D7
RGB
CMYK
RGB Variations
Color information
#F0A0D7 (or 0xF0A0D7) is known color: Lavender Rose. HEX triplet: F0, A0 and D7. RGB value is (240,160,215). Sum of RGB (Red+Green+Blue) = 240+160+215=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0D7 is #0F5F28. Grayscale: #BEBEBE. Windows color (decimal): -1007401 or 14131440. OLE color: 14131440.
HSL color Cylindrical-coordinate representation of color #F0A0D7: hue angle of 318.75º 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 #F0A0D7 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 215 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.06 |
| HSL | 318.75º | 0.73% | 0.78% | - |
| HSV(B) | 318.75º | 0.33% | 0.94% | - |
| XYZ | 60.77 | 48.57 | 70.46 | - |
| YUV | 190.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 215 | 0 | 0.33 | 0.10 | 0.06 | 318.75 | 0.73 | 0.78 |
| Hex | F0 | A0 | D7 | 0 | 21 | A | 6 | 13F | 49 | 4E |
| Octal | 360 | 240 | 327 | 0 | 41 | 12 | 6 | 477 | 111 | 116 |
| Binary | 11110000 | 10100000 | 11010111 | 0 | 100001 | 1010 | 110 | 100111111 | 1001001 | 1001110 |
Color Harmonies of #F0A0D7
Complementary color
Monochromatic Colors of #F0A0D7
Black with #F0A0D7
Text Example
Text Example
White with #F0A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0D7; }
p { color: rgb(240,160,215); }
H1.HeaderClassName
{
color: #F0A0D7;
}
.AnyTagClassName
{
color: #F0A0D7;
}
</style>
background-color css
<style>
a { background-color: #F0A0D7; }
a { background-color: rgb(240,160,215); }
div.DivClassName
{
background-color: #F0A0D7;
}
.BgClassName
{
background-color: #F0A0D7;
}
</style>
border-color css
<style>
span { border-color: #F0A0D7; }
span { border-color: rgb(240,160,215); }
td.TdClassName
{
border-color: #F0A0D7;
}
.TagClassName
{
border-color: #F0A0D7;
}
</style>