Shades of Lavender Rose #F2ADE4
Tints of Lavender Rose #F2ADE4
RGB
CMYK
RGB Variations
Color information
#F2ADE4 (or 0xF2ADE4) is known color: Lavender Rose. HEX triplet: F2, AD and E4. RGB value is (242,173,228). Sum of RGB (Red+Green+Blue) = 242+173+228=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADE4 is #0D521B. Grayscale: #C7C7C7. Windows color (decimal): -872988 or 14986738. OLE color: 14986738.
HSL color Cylindrical-coordinate representation of color #F2ADE4: hue angle of 312.17º 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 #F2ADE4 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 228 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.05 |
| HSL | 312.17º | 0.73% | 0.81% | - |
| HSV(B) | 312.17º | 0.29% | 0.95% | - |
| XYZ | 65.57 | 54.37 | 80.44 | - |
| YUV | 199.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 228 | 0 | 0.29 | 0.06 | 0.05 | 312.17 | 0.73 | 0.81 |
| Hex | F2 | AD | E4 | 0 | 1D | 6 | 5 | 138 | 49 | 51 |
| Octal | 362 | 255 | 344 | 0 | 35 | 6 | 5 | 470 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11100100 | 0 | 11101 | 110 | 101 | 100111000 | 1001001 | 1010001 |
Color Harmonies of #F2ADE4
Complementary color
Monochromatic Colors of #F2ADE4
Black with #F2ADE4
Text Example
Text Example
White with #F2ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADE4; }
p { color: rgb(242,173,228); }
H1.HeaderClassName
{
color: #F2ADE4;
}
.AnyTagClassName
{
color: #F2ADE4;
}
</style>
background-color css
<style>
a { background-color: #F2ADE4; }
a { background-color: rgb(242,173,228); }
div.DivClassName
{
background-color: #F2ADE4;
}
.BgClassName
{
background-color: #F2ADE4;
}
</style>
border-color css
<style>
span { border-color: #F2ADE4; }
span { border-color: rgb(242,173,228); }
td.TdClassName
{
border-color: #F2ADE4;
}
.TagClassName
{
border-color: #F2ADE4;
}
</style>