Shades of Lavender Rose #F2ADF0
Tints of Lavender Rose #F2ADF0
RGB
CMYK
RGB Variations
Color information
#F2ADF0 (or 0xF2ADF0) is known color: Lavender Rose. HEX triplet: F2, AD and F0. RGB value is (242,173,240). Sum of RGB (Red+Green+Blue) = 242+173+240=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADF0 is #0D520F. Grayscale: #C9C9C9. Windows color (decimal): -872976 or 15773170. OLE color: 15773170.
HSL color Cylindrical-coordinate representation of color #F2ADF0: hue angle of 301.74º 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 #F2ADF0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 240 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.05 |
| HSL | 301.74º | 0.73% | 0.81% | - |
| HSV(B) | 301.74º | 0.29% | 0.95% | - |
| XYZ | 67.29 | 55.06 | 89.52 | - |
| YUV | 201.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 240 | 0 | 0.29 | 0.01 | 0.05 | 301.74 | 0.73 | 0.81 |
| Hex | F2 | AD | F0 | 0 | 1D | 1 | 5 | 12E | 49 | 51 |
| Octal | 362 | 255 | 360 | 0 | 35 | 1 | 5 | 456 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11110000 | 0 | 11101 | 1 | 101 | 100101110 | 1001001 | 1010001 |
Color Harmonies of #F2ADF0
Complementary color
Monochromatic Colors of #F2ADF0
Black with #F2ADF0
Text Example
Text Example
White with #F2ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADF0; }
p { color: rgb(242,173,240); }
H1.HeaderClassName
{
color: #F2ADF0;
}
.AnyTagClassName
{
color: #F2ADF0;
}
</style>
background-color css
<style>
a { background-color: #F2ADF0; }
a { background-color: rgb(242,173,240); }
div.DivClassName
{
background-color: #F2ADF0;
}
.BgClassName
{
background-color: #F2ADF0;
}
</style>
border-color css
<style>
span { border-color: #F2ADF0; }
span { border-color: rgb(242,173,240); }
td.TdClassName
{
border-color: #F2ADF0;
}
.TagClassName
{
border-color: #F2ADF0;
}
</style>