Shades of Lavender Rose #F0A7DA
Tints of Lavender Rose #F0A7DA
RGB
CMYK
RGB Variations
Color information
#F0A7DA (or 0xF0A7DA) is known color: Lavender Rose. HEX triplet: F0, A7 and DA. RGB value is (240,167,218). Sum of RGB (Red+Green+Blue) = 240+167+218=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7DA is #0F5825. Grayscale: #C2C2C2. Windows color (decimal): -1005606 or 14329840. OLE color: 14329840.
HSL color Cylindrical-coordinate representation of color #F0A7DA: hue angle of 318.08º degrees, saturation: 0.71, 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 #F0A7DA is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 218 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.06 |
| HSL | 318.08º | 0.71% | 0.8% | - |
| HSV(B) | 318.08º | 0.3% | 0.94% | - |
| XYZ | 62.41 | 51.22 | 72.93 | - |
| YUV | 194.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 218 | 0 | 0.30 | 0.09 | 0.06 | 318.08 | 0.71 | 0.8 |
| Hex | F0 | A7 | DA | 0 | 1E | 9 | 6 | 13E | 47 | 50 |
| Octal | 360 | 247 | 332 | 0 | 36 | 11 | 6 | 476 | 107 | 120 |
| Binary | 11110000 | 10100111 | 11011010 | 0 | 11110 | 1001 | 110 | 100111110 | 1000111 | 1010000 |
Color Harmonies of #F0A7DA
Complementary color
Monochromatic Colors of #F0A7DA
Black with #F0A7DA
Text Example
Text Example
White with #F0A7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A7DA; }
p { color: rgb(240,167,218); }
H1.HeaderClassName
{
color: #F0A7DA;
}
.AnyTagClassName
{
color: #F0A7DA;
}
</style>
background-color css
<style>
a { background-color: #F0A7DA; }
a { background-color: rgb(240,167,218); }
div.DivClassName
{
background-color: #F0A7DA;
}
.BgClassName
{
background-color: #F0A7DA;
}
</style>
border-color css
<style>
span { border-color: #F0A7DA; }
span { border-color: rgb(240,167,218); }
td.TdClassName
{
border-color: #F0A7DA;
}
.TagClassName
{
border-color: #F0A7DA;
}
</style>