Shades of Lavender Rose #F2ABEA
Tints of Lavender Rose #F2ABEA
RGB
CMYK
RGB Variations
Color information
#F2ABEA (or 0xF2ABEA) is known color: Lavender Rose. HEX triplet: F2, AB and EA. RGB value is (242,171,234). Sum of RGB (Red+Green+Blue) = 242+171+234=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEA is #0D5415. Grayscale: #C7C7C7. Windows color (decimal): -873494 or 15379442. OLE color: 15379442.
HSL color Cylindrical-coordinate representation of color #F2ABEA: hue angle of 306.76º 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 #F2ABEA is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 234 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.05 |
| HSL | 306.76º | 0.73% | 0.81% | - |
| HSV(B) | 306.76º | 0.29% | 0.95% | - |
| XYZ | 66.03 | 53.94 | 84.77 | - |
| YUV | 199.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 234 | 0 | 0.29 | 0.03 | 0.05 | 306.76 | 0.73 | 0.81 |
| Hex | F2 | AB | EA | 0 | 1D | 3 | 5 | 133 | 49 | 51 |
| Octal | 362 | 253 | 352 | 0 | 35 | 3 | 5 | 463 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11101010 | 0 | 11101 | 11 | 101 | 100110011 | 1001001 | 1010001 |
Color Harmonies of #F2ABEA
Complementary color
Monochromatic Colors of #F2ABEA
Black with #F2ABEA
Text Example
Text Example
White with #F2ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABEA; }
p { color: rgb(242,171,234); }
H1.HeaderClassName
{
color: #F2ABEA;
}
.AnyTagClassName
{
color: #F2ABEA;
}
</style>
background-color css
<style>
a { background-color: #F2ABEA; }
a { background-color: rgb(242,171,234); }
div.DivClassName
{
background-color: #F2ABEA;
}
.BgClassName
{
background-color: #F2ABEA;
}
</style>
border-color css
<style>
span { border-color: #F2ABEA; }
span { border-color: rgb(242,171,234); }
td.TdClassName
{
border-color: #F2ABEA;
}
.TagClassName
{
border-color: #F2ABEA;
}
</style>