Shades of Lavender Rose #FCABEA
Tints of Lavender Rose #FCABEA
RGB
CMYK
RGB Variations
Color information
#FCABEA (or 0xFCABEA) is known color: Lavender Rose. HEX triplet: FC, AB and EA. RGB value is (252,171,234). Sum of RGB (Red+Green+Blue) = 252+171+234=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABEA is #035415. Grayscale: #CACACA. Windows color (decimal): -218134 or 15379452. OLE color: 15379452.
HSL color Cylindrical-coordinate representation of color #FCABEA: hue angle of 313.33º 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 #FCABEA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 234 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.01 |
| HSL | 313.33º | 0.93% | 0.83% | - |
| HSV(B) | 313.33º | 0.32% | 0.99% | - |
| XYZ | 69.56 | 55.76 | 84.94 | - |
| YUV | 202.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 234 | 0 | 0.32 | 0.07 | 0.01 | 313.33 | 0.93 | 0.83 |
| Hex | FC | AB | EA | 0 | 20 | 7 | 1 | 139 | 5D | 53 |
| Octal | 374 | 253 | 352 | 0 | 40 | 7 | 1 | 471 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11101010 | 0 | 100000 | 111 | 1 | 100111001 | 1011101 | 1010011 |
Color Harmonies of #FCABEA
Complementary color
Monochromatic Colors of #FCABEA
Black with #FCABEA
Text Example
Text Example
White with #FCABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABEA; }
p { color: rgb(252,171,234); }
H1.HeaderClassName
{
color: #FCABEA;
}
.AnyTagClassName
{
color: #FCABEA;
}
</style>
background-color css
<style>
a { background-color: #FCABEA; }
a { background-color: rgb(252,171,234); }
div.DivClassName
{
background-color: #FCABEA;
}
.BgClassName
{
background-color: #FCABEA;
}
</style>
border-color css
<style>
span { border-color: #FCABEA; }
span { border-color: rgb(252,171,234); }
td.TdClassName
{
border-color: #FCABEA;
}
.TagClassName
{
border-color: #FCABEA;
}
</style>