Shades of Lavender Rose #F2ABEB
Tints of Lavender Rose #F2ABEB
RGB
CMYK
RGB Variations
Color information
#F2ABEB (or 0xF2ABEB) is known color: Lavender Rose. HEX triplet: F2, AB and EB. RGB value is (242,171,235). Sum of RGB (Red+Green+Blue) = 242+171+235=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEB is #0D5414. Grayscale: #C7C7C7. Windows color (decimal): -873493 or 15444978. OLE color: 15444978.
HSL color Cylindrical-coordinate representation of color #F2ABEB: hue angle of 305.92º 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 #F2ABEB is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 235 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.05 |
| HSL | 305.92º | 0.73% | 0.81% | - |
| HSV(B) | 305.92º | 0.29% | 0.95% | - |
| XYZ | 66.18 | 54 | 85.53 | - |
| YUV | 199.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 235 | 0 | 0.29 | 0.03 | 0.05 | 305.92 | 0.73 | 0.81 |
| Hex | F2 | AB | EB | 0 | 1D | 3 | 5 | 132 | 49 | 51 |
| Octal | 362 | 253 | 353 | 0 | 35 | 3 | 5 | 462 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11101011 | 0 | 11101 | 11 | 101 | 100110010 | 1001001 | 1010001 |
Color Harmonies of #F2ABEB
Complementary color
Monochromatic Colors of #F2ABEB
Black with #F2ABEB
Text Example
Text Example
White with #F2ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABEB; }
p { color: rgb(242,171,235); }
H1.HeaderClassName
{
color: #F2ABEB;
}
.AnyTagClassName
{
color: #F2ABEB;
}
</style>
background-color css
<style>
a { background-color: #F2ABEB; }
a { background-color: rgb(242,171,235); }
div.DivClassName
{
background-color: #F2ABEB;
}
.BgClassName
{
background-color: #F2ABEB;
}
</style>
border-color css
<style>
span { border-color: #F2ABEB; }
span { border-color: rgb(242,171,235); }
td.TdClassName
{
border-color: #F2ABEB;
}
.TagClassName
{
border-color: #F2ABEB;
}
</style>