Shades of Lavender Rose #FCABE5
Tints of Lavender Rose #FCABE5
RGB
CMYK
RGB Variations
Color information
#FCABE5 (or 0xFCABE5) is known color: Lavender Rose. HEX triplet: FC, AB and E5. RGB value is (252,171,229). Sum of RGB (Red+Green+Blue) = 252+171+229=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 171 (67.19% from 255 or 26.23% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABE5 is #03541A. Grayscale: #C9C9C9. Windows color (decimal): -218139 or 15051772. OLE color: 15051772.
HSL color Cylindrical-coordinate representation of color #FCABE5: hue angle of 317.04º 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 #FCABE5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 229 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.01 |
| HSL | 317.04º | 0.93% | 0.83% | - |
| HSV(B) | 317.04º | 0.32% | 0.99% | - |
| XYZ | 68.85 | 55.48 | 81.21 | - |
| YUV | 201.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 229 | 0 | 0.32 | 0.09 | 0.01 | 317.04 | 0.93 | 0.83 |
| Hex | FC | AB | E5 | 0 | 20 | 9 | 1 | 13D | 5D | 53 |
| Octal | 374 | 253 | 345 | 0 | 40 | 11 | 1 | 475 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11100101 | 0 | 100000 | 1001 | 1 | 100111101 | 1011101 | 1010011 |
Color Harmonies of #FCABE5
Complementary color
Monochromatic Colors of #FCABE5
Black with #FCABE5
Text Example
Text Example
White with #FCABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABE5; }
p { color: rgb(252,171,229); }
H1.HeaderClassName
{
color: #FCABE5;
}
.AnyTagClassName
{
color: #FCABE5;
}
</style>
background-color css
<style>
a { background-color: #FCABE5; }
a { background-color: rgb(252,171,229); }
div.DivClassName
{
background-color: #FCABE5;
}
.BgClassName
{
background-color: #FCABE5;
}
</style>
border-color css
<style>
span { border-color: #FCABE5; }
span { border-color: rgb(252,171,229); }
td.TdClassName
{
border-color: #FCABE5;
}
.TagClassName
{
border-color: #FCABE5;
}
</style>