Shades of Lavender Rose #F2ADE2
Tints of Lavender Rose #F2ADE2
RGB
CMYK
RGB Variations
Color information
#F2ADE2 (or 0xF2ADE2) is known color: Lavender Rose. HEX triplet: F2, AD and E2. RGB value is (242,173,226). Sum of RGB (Red+Green+Blue) = 242+173+226=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADE2 is #0D521D. Grayscale: #C7C7C7. Windows color (decimal): -872990 or 14855666. OLE color: 14855666.
HSL color Cylindrical-coordinate representation of color #F2ADE2: hue angle of 313.91º 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 #F2ADE2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 226 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.05 |
| HSL | 313.91º | 0.73% | 0.81% | - |
| HSV(B) | 313.91º | 0.29% | 0.95% | - |
| XYZ | 65.29 | 54.26 | 78.98 | - |
| YUV | 199.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 226 | 0 | 0.29 | 0.07 | 0.05 | 313.91 | 0.73 | 0.81 |
| Hex | F2 | AD | E2 | 0 | 1D | 7 | 5 | 13A | 49 | 51 |
| Octal | 362 | 255 | 342 | 0 | 35 | 7 | 5 | 472 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11100010 | 0 | 11101 | 111 | 101 | 100111010 | 1001001 | 1010001 |
Color Harmonies of #F2ADE2
Complementary color
Monochromatic Colors of #F2ADE2
Black with #F2ADE2
Text Example
Text Example
White with #F2ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADE2; }
p { color: rgb(242,173,226); }
H1.HeaderClassName
{
color: #F2ADE2;
}
.AnyTagClassName
{
color: #F2ADE2;
}
</style>
background-color css
<style>
a { background-color: #F2ADE2; }
a { background-color: rgb(242,173,226); }
div.DivClassName
{
background-color: #F2ADE2;
}
.BgClassName
{
background-color: #F2ADE2;
}
</style>
border-color css
<style>
span { border-color: #F2ADE2; }
span { border-color: rgb(242,173,226); }
td.TdClassName
{
border-color: #F2ADE2;
}
.TagClassName
{
border-color: #F2ADE2;
}
</style>