Shades of Lavender Rose #F2ABEE
Tints of Lavender Rose #F2ABEE
RGB
CMYK
RGB Variations
Color information
#F2ABEE (or 0xF2ABEE) is known color: Lavender Rose. HEX triplet: F2, AB and EE. RGB value is (242,171,238). Sum of RGB (Red+Green+Blue) = 242+171+238=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABEE is #0D5411. Grayscale: #C7C7C7. Windows color (decimal): -873490 or 15641586. OLE color: 15641586.
HSL color Cylindrical-coordinate representation of color #F2ABEE: hue angle of 303.38º 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 #F2ABEE is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 238 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.05 |
| HSL | 303.38º | 0.73% | 0.81% | - |
| HSV(B) | 303.38º | 0.29% | 0.95% | - |
| XYZ | 66.61 | 54.18 | 87.84 | - |
| YUV | 199.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 238 | 0 | 0.29 | 0.02 | 0.05 | 303.38 | 0.73 | 0.81 |
| Hex | F2 | AB | EE | 0 | 1D | 2 | 5 | 12F | 49 | 51 |
| Octal | 362 | 253 | 356 | 0 | 35 | 2 | 5 | 457 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11101110 | 0 | 11101 | 10 | 101 | 100101111 | 1001001 | 1010001 |
Color Harmonies of #F2ABEE
Complementary color
Monochromatic Colors of #F2ABEE
Black with #F2ABEE
Text Example
Text Example
White with #F2ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABEE; }
p { color: rgb(242,171,238); }
H1.HeaderClassName
{
color: #F2ABEE;
}
.AnyTagClassName
{
color: #F2ABEE;
}
</style>
background-color css
<style>
a { background-color: #F2ABEE; }
a { background-color: rgb(242,171,238); }
div.DivClassName
{
background-color: #F2ABEE;
}
.BgClassName
{
background-color: #F2ABEE;
}
</style>
border-color css
<style>
span { border-color: #F2ABEE; }
span { border-color: rgb(242,171,238); }
td.TdClassName
{
border-color: #F2ABEE;
}
.TagClassName
{
border-color: #F2ABEE;
}
</style>