Shades of Lavender Rose #F2ADED
Tints of Lavender Rose #F2ADED
RGB
CMYK
RGB Variations
Color information
#F2ADED (or 0xF2ADED) is known color: Lavender Rose. HEX triplet: F2, AD and ED. RGB value is (242,173,237). Sum of RGB (Red+Green+Blue) = 242+173+237=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADED is #0D5212. Grayscale: #C8C8C8. Windows color (decimal): -872979 or 15576562. OLE color: 15576562.
HSL color Cylindrical-coordinate representation of color #F2ADED: hue angle of 304.35º 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 #F2ADED is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 237 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.05 |
| HSL | 304.35º | 0.73% | 0.81% | - |
| HSV(B) | 304.35º | 0.29% | 0.95% | - |
| XYZ | 66.85 | 54.88 | 87.19 | - |
| YUV | 200.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 237 | 0 | 0.29 | 0.02 | 0.05 | 304.35 | 0.73 | 0.81 |
| Hex | F2 | AD | ED | 0 | 1D | 2 | 5 | 130 | 49 | 51 |
| Octal | 362 | 255 | 355 | 0 | 35 | 2 | 5 | 460 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11101101 | 0 | 11101 | 10 | 101 | 100110000 | 1001001 | 1010001 |
Color Harmonies of #F2ADED
Complementary color
Monochromatic Colors of #F2ADED
Black with #F2ADED
Text Example
Text Example
White with #F2ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADED; }
p { color: rgb(242,173,237); }
H1.HeaderClassName
{
color: #F2ADED;
}
.AnyTagClassName
{
color: #F2ADED;
}
</style>
background-color css
<style>
a { background-color: #F2ADED; }
a { background-color: rgb(242,173,237); }
div.DivClassName
{
background-color: #F2ADED;
}
.BgClassName
{
background-color: #F2ADED;
}
</style>
border-color css
<style>
span { border-color: #F2ADED; }
span { border-color: rgb(242,173,237); }
td.TdClassName
{
border-color: #F2ADED;
}
.TagClassName
{
border-color: #F2ADED;
}
</style>