Shades of Lavender Rose #F2ABEF
Tints of Lavender Rose #F2ABEF
RGB
CMYK
RGB Variations
Color information
#F2ABEF (or 0xF2ABEF) is known color: Lavender Rose. HEX triplet: F2, AB and EF. RGB value is (242,171,239). Sum of RGB (Red+Green+Blue) = 242+171+239=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEF is #0D5410. Grayscale: #C7C7C7. Windows color (decimal): -873489 or 15707122. OLE color: 15707122.
HSL color Cylindrical-coordinate representation of color #F2ABEF: hue angle of 302.54º 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 #F2ABEF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 239 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.05 |
| HSL | 302.54º | 0.73% | 0.81% | - |
| HSV(B) | 302.54º | 0.29% | 0.95% | - |
| XYZ | 66.76 | 54.24 | 88.61 | - |
| YUV | 199.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 239 | 0 | 0.29 | 0.01 | 0.05 | 302.54 | 0.73 | 0.81 |
| Hex | F2 | AB | EF | 0 | 1D | 1 | 5 | 12F | 49 | 51 |
| Octal | 362 | 253 | 357 | 0 | 35 | 1 | 5 | 457 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11101111 | 0 | 11101 | 1 | 101 | 100101111 | 1001001 | 1010001 |
Color Harmonies of #F2ABEF
Complementary color
Monochromatic Colors of #F2ABEF
Black with #F2ABEF
Text Example
Text Example
White with #F2ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABEF; }
p { color: rgb(242,171,239); }
H1.HeaderClassName
{
color: #F2ABEF;
}
.AnyTagClassName
{
color: #F2ABEF;
}
</style>
background-color css
<style>
a { background-color: #F2ABEF; }
a { background-color: rgb(242,171,239); }
div.DivClassName
{
background-color: #F2ABEF;
}
.BgClassName
{
background-color: #F2ABEF;
}
</style>
border-color css
<style>
span { border-color: #F2ABEF; }
span { border-color: rgb(242,171,239); }
td.TdClassName
{
border-color: #F2ABEF;
}
.TagClassName
{
border-color: #F2ABEF;
}
</style>