Shades of Lavender Rose #F2ADE3
Tints of Lavender Rose #F2ADE3
RGB
CMYK
RGB Variations
Color information
#F2ADE3 (or 0xF2ADE3) is known color: Lavender Rose. HEX triplet: F2, AD and E3. RGB value is (242,173,227). Sum of RGB (Red+Green+Blue) = 242+173+227=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADE3 is #0D521C. Grayscale: #C7C7C7. Windows color (decimal): -872989 or 14921202. OLE color: 14921202.
HSL color Cylindrical-coordinate representation of color #F2ADE3: hue angle of 313.04º 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 #F2ADE3 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 227 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.05 |
| HSL | 313.04º | 0.73% | 0.81% | - |
| HSV(B) | 313.04º | 0.29% | 0.95% | - |
| XYZ | 65.43 | 54.31 | 79.71 | - |
| YUV | 199.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 227 | 0 | 0.29 | 0.06 | 0.05 | 313.04 | 0.73 | 0.81 |
| Hex | F2 | AD | E3 | 0 | 1D | 6 | 5 | 139 | 49 | 51 |
| Octal | 362 | 255 | 343 | 0 | 35 | 6 | 5 | 471 | 111 | 121 |
| Binary | 11110010 | 10101101 | 11100011 | 0 | 11101 | 110 | 101 | 100111001 | 1001001 | 1010001 |
Color Harmonies of #F2ADE3
Complementary color
Monochromatic Colors of #F2ADE3
Black with #F2ADE3
Text Example
Text Example
White with #F2ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADE3; }
p { color: rgb(242,173,227); }
H1.HeaderClassName
{
color: #F2ADE3;
}
.AnyTagClassName
{
color: #F2ADE3;
}
</style>
background-color css
<style>
a { background-color: #F2ADE3; }
a { background-color: rgb(242,173,227); }
div.DivClassName
{
background-color: #F2ADE3;
}
.BgClassName
{
background-color: #F2ADE3;
}
</style>
border-color css
<style>
span { border-color: #F2ADE3; }
span { border-color: rgb(242,173,227); }
td.TdClassName
{
border-color: #F2ADE3;
}
.TagClassName
{
border-color: #F2ADE3;
}
</style>