Shades of Lavender Rose #F2ABEC
Tints of Lavender Rose #F2ABEC
RGB
CMYK
RGB Variations
Color information
#F2ABEC (or 0xF2ABEC) is known color: Lavender Rose. HEX triplet: F2, AB and EC. RGB value is (242,171,236). Sum of RGB (Red+Green+Blue) = 242+171+236=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEC is #0D5413. Grayscale: #C7C7C7. Windows color (decimal): -873492 or 15510514. OLE color: 15510514.
HSL color Cylindrical-coordinate representation of color #F2ABEC: hue angle of 305.07º 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 #F2ABEC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 236 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.05 |
| HSL | 305.07º | 0.73% | 0.81% | - |
| HSV(B) | 305.07º | 0.29% | 0.95% | - |
| XYZ | 66.32 | 54.06 | 86.3 | - |
| YUV | 199.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 236 | 0 | 0.29 | 0.02 | 0.05 | 305.07 | 0.73 | 0.81 |
| Hex | F2 | AB | EC | 0 | 1D | 2 | 5 | 131 | 49 | 51 |
| Octal | 362 | 253 | 354 | 0 | 35 | 2 | 5 | 461 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11101100 | 0 | 11101 | 10 | 101 | 100110001 | 1001001 | 1010001 |
Color Harmonies of #F2ABEC
Complementary color
Monochromatic Colors of #F2ABEC
Black with #F2ABEC
Text Example
Text Example
White with #F2ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABEC; }
p { color: rgb(242,171,236); }
H1.HeaderClassName
{
color: #F2ABEC;
}
.AnyTagClassName
{
color: #F2ABEC;
}
</style>
background-color css
<style>
a { background-color: #F2ABEC; }
a { background-color: rgb(242,171,236); }
div.DivClassName
{
background-color: #F2ABEC;
}
.BgClassName
{
background-color: #F2ABEC;
}
</style>
border-color css
<style>
span { border-color: #F2ABEC; }
span { border-color: rgb(242,171,236); }
td.TdClassName
{
border-color: #F2ABEC;
}
.TagClassName
{
border-color: #F2ABEC;
}
</style>