Shades of Lavender Rose #F0A2DC
Tints of Lavender Rose #F0A2DC
RGB
CMYK
RGB Variations
Color information
#F0A2DC (or 0xF0A2DC) is known color: Lavender Rose. HEX triplet: F0, A2 and DC. RGB value is (240,162,220). Sum of RGB (Red+Green+Blue) = 240+162+220=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2DC is #0F5D23. Grayscale: #BFBFBF. Windows color (decimal): -1006884 or 14459632. OLE color: 14459632.
HSL color Cylindrical-coordinate representation of color #F0A2DC: hue angle of 315.38º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A2DC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 220 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.06 |
| HSL | 315.38º | 0.72% | 0.79% | - |
| HSV(B) | 315.38º | 0.33% | 0.94% | - |
| XYZ | 61.77 | 49.53 | 74.02 | - |
| YUV | 191.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 220 | 0 | 0.32 | 0.08 | 0.06 | 315.38 | 0.72 | 0.79 |
| Hex | F0 | A2 | DC | 0 | 20 | 8 | 6 | 13B | 48 | 4F |
| Octal | 360 | 242 | 334 | 0 | 40 | 10 | 6 | 473 | 110 | 117 |
| Binary | 11110000 | 10100010 | 11011100 | 0 | 100000 | 1000 | 110 | 100111011 | 1001000 | 1001111 |
Color Harmonies of #F0A2DC
Complementary color
Monochromatic Colors of #F0A2DC
Black with #F0A2DC
Text Example
Text Example
White with #F0A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A2DC; }
p { color: rgb(240,162,220); }
H1.HeaderClassName
{
color: #F0A2DC;
}
.AnyTagClassName
{
color: #F0A2DC;
}
</style>
background-color css
<style>
a { background-color: #F0A2DC; }
a { background-color: rgb(240,162,220); }
div.DivClassName
{
background-color: #F0A2DC;
}
.BgClassName
{
background-color: #F0A2DC;
}
</style>
border-color css
<style>
span { border-color: #F0A2DC; }
span { border-color: rgb(240,162,220); }
td.TdClassName
{
border-color: #F0A2DC;
}
.TagClassName
{
border-color: #F0A2DC;
}
</style>