Shades of Lavender Rose #F2ADEC
Tints of Lavender Rose #F2ADEC
RGB
CMYK
RGB Variations
Color information
#F2ADEC (or 0xF2ADEC) is known color: Lavender Rose. HEX triplet: F2, AD and EC. RGB value is (242,173,236). Sum of RGB (Red+Green+Blue) = 242+173+236=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADEC is #0D5213. Grayscale: #C8C8C8. Windows color (decimal): -872980 or 15511026. OLE color: 15511026.
HSL color Cylindrical-coordinate representation of color #F2ADEC: hue angle of 305.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADEC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 236 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.05 |
| HSL | 305.22º | 0.73% | 0.81% | - |
| HSV(B) | 305.22º | 0.29% | 0.95% | - |
| XYZ | 66.7 | 54.82 | 86.42 | - |
| YUV | 200.81 | 147.86 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 236 | 0 | 0.29 | 0.02 | 0.05 | 305.22 | 0.73 | 0.81 |
| Hex | F2 | AD | EC | 0 | 1D | 2 | 5 | 131 | 49 | 51 |
| Octal | 362 | 255 | 354 | 0 | 35 | 2 | 5 | 461 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11101100 | 0 | 11101 | 10 | 101 | 100110001 | 1001001 | 1010001 |
Color Harmonies of #F2ADEC
Complementary color
Monochromatic Colors of #F2ADEC
Black with #F2ADEC
Text Example
Text Example
White with #F2ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADEC; }
p { color: rgb(242,173,236); }
H1.HeaderClassName
{
color: #F2ADEC;
}
.AnyTagClassName
{
color: #F2ADEC;
}
</style>
background-color css
<style>
a { background-color: #F2ADEC; }
a { background-color: rgb(242,173,236); }
div.DivClassName
{
background-color: #F2ADEC;
}
.BgClassName
{
background-color: #F2ADEC;
}
</style>
border-color css
<style>
span { border-color: #F2ADEC; }
span { border-color: rgb(242,173,236); }
td.TdClassName
{
border-color: #F2ADEC;
}
.TagClassName
{
border-color: #F2ADEC;
}
</style>