Shades of Lavender Rose #FCABEF
Tints of Lavender Rose #FCABEF
RGB
CMYK
RGB Variations
Color information
#FCABEF (or 0xFCABEF) is known color: Lavender Rose. HEX triplet: FC, AB and EF. RGB value is (252,171,239). Sum of RGB (Red+Green+Blue) = 252+171+239=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 171 (67.19% from 255 or 25.83% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABEF is #035410. Grayscale: #CACACA. Windows color (decimal): -218129 or 15707132. OLE color: 15707132.
HSL color Cylindrical-coordinate representation of color #FCABEF: hue angle of 309.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABEF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 239 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.01 |
| HSL | 309.63º | 0.93% | 0.83% | - |
| HSV(B) | 309.63º | 0.32% | 0.99% | - |
| XYZ | 70.29 | 56.05 | 88.78 | - |
| YUV | 202.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 239 | 0 | 0.32 | 0.05 | 0.01 | 309.63 | 0.93 | 0.83 |
| Hex | FC | AB | EF | 0 | 20 | 5 | 1 | 136 | 5D | 53 |
| Octal | 374 | 253 | 357 | 0 | 40 | 5 | 1 | 466 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11101111 | 0 | 100000 | 101 | 1 | 100110110 | 1011101 | 1010011 |
Color Harmonies of #FCABEF
Complementary color
Monochromatic Colors of #FCABEF
Black with #FCABEF
Text Example
Text Example
White with #FCABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABEF; }
p { color: rgb(252,171,239); }
H1.HeaderClassName
{
color: #FCABEF;
}
.AnyTagClassName
{
color: #FCABEF;
}
</style>
background-color css
<style>
a { background-color: #FCABEF; }
a { background-color: rgb(252,171,239); }
div.DivClassName
{
background-color: #FCABEF;
}
.BgClassName
{
background-color: #FCABEF;
}
</style>
border-color css
<style>
span { border-color: #FCABEF; }
span { border-color: rgb(252,171,239); }
td.TdClassName
{
border-color: #FCABEF;
}
.TagClassName
{
border-color: #FCABEF;
}
</style>