Shades of Lavender Rose #F4ABEC
Tints of Lavender Rose #F4ABEC
RGB
CMYK
RGB Variations
Color information
#F4ABEC (or 0xF4ABEC) is known color: Lavender Rose. HEX triplet: F4, AB and EC. RGB value is (244,171,236). Sum of RGB (Red+Green+Blue) = 244+171+236=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ABEC is #0B5413. Grayscale: #C8C8C8. Windows color (decimal): -742420 or 15510516. OLE color: 15510516.
HSL color Cylindrical-coordinate representation of color #F4ABEC: hue angle of 306.58º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABEC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 236 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.04 |
| HSL | 306.58º | 0.77% | 0.81% | - |
| HSV(B) | 306.58º | 0.3% | 0.96% | - |
| XYZ | 67.01 | 54.42 | 86.33 | - |
| YUV | 200.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 236 | 0 | 0.30 | 0.03 | 0.04 | 306.58 | 0.77 | 0.81 |
| Hex | F4 | AB | EC | 0 | 1E | 3 | 4 | 133 | 4D | 51 |
| Octal | 364 | 253 | 354 | 0 | 36 | 3 | 4 | 463 | 115 | 121 |
| Binary | 11110100 | 10101011 | 11101100 | 0 | 11110 | 11 | 100 | 100110011 | 1001101 | 1010001 |
Color Harmonies of #F4ABEC
Complementary color
Monochromatic Colors of #F4ABEC
Black with #F4ABEC
Text Example
Text Example
White with #F4ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ABEC; }
p { color: rgb(244,171,236); }
H1.HeaderClassName
{
color: #F4ABEC;
}
.AnyTagClassName
{
color: #F4ABEC;
}
</style>
background-color css
<style>
a { background-color: #F4ABEC; }
a { background-color: rgb(244,171,236); }
div.DivClassName
{
background-color: #F4ABEC;
}
.BgClassName
{
background-color: #F4ABEC;
}
</style>
border-color css
<style>
span { border-color: #F4ABEC; }
span { border-color: rgb(244,171,236); }
td.TdClassName
{
border-color: #F4ABEC;
}
.TagClassName
{
border-color: #F4ABEC;
}
</style>