Shades of Lavender Rose #FCACE5
Tints of Lavender Rose #FCACE5
RGB
CMYK
RGB Variations
Color information
#FCACE5 (or 0xFCACE5) is known color: Lavender Rose. HEX triplet: FC, AC and E5. RGB value is (252,172,229). Sum of RGB (Red+Green+Blue) = 252+172+229=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACE5 is #03531A. Grayscale: #CACACA. Windows color (decimal): -217883 or 15052028. OLE color: 15052028.
HSL color Cylindrical-coordinate representation of color #FCACE5: hue angle of 317.25º 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 #FCACE5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 229 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.01 |
| HSL | 317.25º | 0.93% | 0.83% | - |
| HSV(B) | 317.25º | 0.32% | 0.99% | - |
| XYZ | 69.04 | 55.86 | 81.27 | - |
| YUV | 202.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 229 | 0 | 0.32 | 0.09 | 0.01 | 317.25 | 0.93 | 0.83 |
| Hex | FC | AC | E5 | 0 | 20 | 9 | 1 | 13D | 5D | 53 |
| Octal | 374 | 254 | 345 | 0 | 40 | 11 | 1 | 475 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11100101 | 0 | 100000 | 1001 | 1 | 100111101 | 1011101 | 1010011 |
Color Harmonies of #FCACE5
Complementary color
Monochromatic Colors of #FCACE5
Black with #FCACE5
Text Example
Text Example
White with #FCACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE5; }
p { color: rgb(252,172,229); }
H1.HeaderClassName
{
color: #FCACE5;
}
.AnyTagClassName
{
color: #FCACE5;
}
</style>
background-color css
<style>
a { background-color: #FCACE5; }
a { background-color: rgb(252,172,229); }
div.DivClassName
{
background-color: #FCACE5;
}
.BgClassName
{
background-color: #FCACE5;
}
</style>
border-color css
<style>
span { border-color: #FCACE5; }
span { border-color: rgb(252,172,229); }
td.TdClassName
{
border-color: #FCACE5;
}
.TagClassName
{
border-color: #FCACE5;
}
</style>