Shades of Lavender Rose #F2ADDE
Tints of Lavender Rose #F2ADDE
RGB
CMYK
RGB Variations
Color information
#F2ADDE (or 0xF2ADDE) is known color: Lavender Rose. HEX triplet: F2, AD and DE. RGB value is (242,173,222). Sum of RGB (Red+Green+Blue) = 242+173+222=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADDE is #0D5221. Grayscale: #C7C7C7. Windows color (decimal): -872994 or 14593522. OLE color: 14593522.
HSL color Cylindrical-coordinate representation of color #F2ADDE: hue angle of 317.39º 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 #F2ADDE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 222 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.05 |
| HSL | 317.39º | 0.73% | 0.81% | - |
| HSV(B) | 317.39º | 0.29% | 0.95% | - |
| XYZ | 64.75 | 54.04 | 76.13 | - |
| YUV | 199.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 222 | 0 | 0.29 | 0.08 | 0.05 | 317.39 | 0.73 | 0.81 |
| Hex | F2 | AD | DE | 0 | 1D | 8 | 5 | 13D | 49 | 51 |
| Octal | 362 | 255 | 336 | 0 | 35 | 10 | 5 | 475 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11011110 | 0 | 11101 | 1000 | 101 | 100111101 | 1001001 | 1010001 |
Color Harmonies of #F2ADDE
Complementary color
Monochromatic Colors of #F2ADDE
Black with #F2ADDE
Text Example
Text Example
White with #F2ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADDE; }
p { color: rgb(242,173,222); }
H1.HeaderClassName
{
color: #F2ADDE;
}
.AnyTagClassName
{
color: #F2ADDE;
}
</style>
background-color css
<style>
a { background-color: #F2ADDE; }
a { background-color: rgb(242,173,222); }
div.DivClassName
{
background-color: #F2ADDE;
}
.BgClassName
{
background-color: #F2ADDE;
}
</style>
border-color css
<style>
span { border-color: #F2ADDE; }
span { border-color: rgb(242,173,222); }
td.TdClassName
{
border-color: #F2ADDE;
}
.TagClassName
{
border-color: #F2ADDE;
}
</style>