Shades of Lavender Rose #F2A3DD
Tints of Lavender Rose #F2A3DD
RGB
CMYK
RGB Variations
Color information
#F2A3DD (or 0xF2A3DD) is known color: Lavender Rose. HEX triplet: F2, A3 and DD. RGB value is (242,163,221). Sum of RGB (Red+Green+Blue) = 242+163+221=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3DD is #0D5C22. Grayscale: #C1C1C1. Windows color (decimal): -875555 or 14525426. OLE color: 14525426.
HSL color Cylindrical-coordinate representation of color #F2A3DD: hue angle of 315.95º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3DD is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 221 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.05 |
| HSL | 315.95º | 0.75% | 0.79% | - |
| HSV(B) | 315.95º | 0.33% | 0.95% | - |
| XYZ | 62.77 | 50.29 | 74.81 | - |
| YUV | 193.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 221 | 0 | 0.33 | 0.09 | 0.05 | 315.95 | 0.75 | 0.79 |
| Hex | F2 | A3 | DD | 0 | 21 | 9 | 5 | 13C | 4B | 4F |
| Octal | 362 | 243 | 335 | 0 | 41 | 11 | 5 | 474 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11011101 | 0 | 100001 | 1001 | 101 | 100111100 | 1001011 | 1001111 |
Color Harmonies of #F2A3DD
Complementary color
Monochromatic Colors of #F2A3DD
Black with #F2A3DD
Text Example
Text Example
White with #F2A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3DD; }
p { color: rgb(242,163,221); }
H1.HeaderClassName
{
color: #F2A3DD;
}
.AnyTagClassName
{
color: #F2A3DD;
}
</style>
background-color css
<style>
a { background-color: #F2A3DD; }
a { background-color: rgb(242,163,221); }
div.DivClassName
{
background-color: #F2A3DD;
}
.BgClassName
{
background-color: #F2A3DD;
}
</style>
border-color css
<style>
span { border-color: #F2A3DD; }
span { border-color: rgb(242,163,221); }
td.TdClassName
{
border-color: #F2A3DD;
}
.TagClassName
{
border-color: #F2A3DD;
}
</style>