Shades of Lavender Rose #F2A0DD
Tints of Lavender Rose #F2A0DD
RGB
CMYK
RGB Variations
Color information
#F2A0DD (or 0xF2A0DD) is known color: Lavender Rose. HEX triplet: F2, A0 and DD. RGB value is (242,160,221). Sum of RGB (Red+Green+Blue) = 242+160+221=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0DD is #0D5F22. Grayscale: #BFBFBF. Windows color (decimal): -876323 or 14524658. OLE color: 14524658.
HSL color Cylindrical-coordinate representation of color #F2A0DD: hue angle of 315.37º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0DD is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 221 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.05 |
| HSL | 315.37º | 0.76% | 0.79% | - |
| HSV(B) | 315.37º | 0.34% | 0.95% | - |
| XYZ | 62.24 | 49.24 | 74.63 | - |
| YUV | 191.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 221 | 0 | 0.34 | 0.09 | 0.05 | 315.37 | 0.76 | 0.79 |
| Hex | F2 | A0 | DD | 0 | 22 | 9 | 5 | 13B | 4C | 4F |
| Octal | 362 | 240 | 335 | 0 | 42 | 11 | 5 | 473 | 114 | 117 |
| Binary | 11110010 | 10100000 | 11011101 | 0 | 100010 | 1001 | 101 | 100111011 | 1001100 | 1001111 |
Color Harmonies of #F2A0DD
Complementary color
Monochromatic Colors of #F2A0DD
Black with #F2A0DD
Text Example
Text Example
White with #F2A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A0DD; }
p { color: rgb(242,160,221); }
H1.HeaderClassName
{
color: #F2A0DD;
}
.AnyTagClassName
{
color: #F2A0DD;
}
</style>
background-color css
<style>
a { background-color: #F2A0DD; }
a { background-color: rgb(242,160,221); }
div.DivClassName
{
background-color: #F2A0DD;
}
.BgClassName
{
background-color: #F2A0DD;
}
</style>
border-color css
<style>
span { border-color: #F2A0DD; }
span { border-color: rgb(242,160,221); }
td.TdClassName
{
border-color: #F2A0DD;
}
.TagClassName
{
border-color: #F2A0DD;
}
</style>