Shades of Lavender Rose #F0A6DA
Tints of Lavender Rose #F0A6DA
RGB
CMYK
RGB Variations
Color information
#F0A6DA (or 0xF0A6DA) is known color: Lavender Rose. HEX triplet: F0, A6 and DA. RGB value is (240,166,218). Sum of RGB (Red+Green+Blue) = 240+166+218=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6DA is #0F5925. Grayscale: #C1C1C1. Windows color (decimal): -1005862 or 14329584. OLE color: 14329584.
HSL color Cylindrical-coordinate representation of color #F0A6DA: hue angle of 317.84º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A6DA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 218 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.06 |
| HSL | 317.84º | 0.71% | 0.8% | - |
| HSV(B) | 317.84º | 0.31% | 0.94% | - |
| XYZ | 62.23 | 50.86 | 72.87 | - |
| YUV | 194.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 218 | 0 | 0.31 | 0.09 | 0.06 | 317.84 | 0.71 | 0.8 |
| Hex | F0 | A6 | DA | 0 | 1F | 9 | 6 | 13E | 47 | 50 |
| Octal | 360 | 246 | 332 | 0 | 37 | 11 | 6 | 476 | 107 | 120 |
| Binary | 11110000 | 10100110 | 11011010 | 0 | 11111 | 1001 | 110 | 100111110 | 1000111 | 1010000 |
Color Harmonies of #F0A6DA
Complementary color
Monochromatic Colors of #F0A6DA
Black with #F0A6DA
Text Example
Text Example
White with #F0A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6DA; }
p { color: rgb(240,166,218); }
H1.HeaderClassName
{
color: #F0A6DA;
}
.AnyTagClassName
{
color: #F0A6DA;
}
</style>
background-color css
<style>
a { background-color: #F0A6DA; }
a { background-color: rgb(240,166,218); }
div.DivClassName
{
background-color: #F0A6DA;
}
.BgClassName
{
background-color: #F0A6DA;
}
</style>
border-color css
<style>
span { border-color: #F0A6DA; }
span { border-color: rgb(240,166,218); }
td.TdClassName
{
border-color: #F0A6DA;
}
.TagClassName
{
border-color: #F0A6DA;
}
</style>