Shades of Lavender Rose #FCACE8
Tints of Lavender Rose #FCACE8
RGB
CMYK
RGB Variations
Color information
#FCACE8 (or 0xFCACE8) is known color: Lavender Rose. HEX triplet: FC, AC and E8. RGB value is (252,172,232). Sum of RGB (Red+Green+Blue) = 252+172+232=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACE8 is #035317. Grayscale: #CACACA. Windows color (decimal): -217880 or 15248636. OLE color: 15248636.
HSL color Cylindrical-coordinate representation of color #FCACE8: hue angle of 315º 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 #FCACE8 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 232 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.01 |
| HSL | 315º | 0.93% | 0.83% | - |
| HSV(B) | 315º | 0.32% | 0.99% | - |
| XYZ | 69.46 | 56.03 | 83.5 | - |
| YUV | 202.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 232 | 0 | 0.32 | 0.08 | 0.01 | 315 | 0.93 | 0.83 |
| Hex | FC | AC | E8 | 0 | 20 | 8 | 1 | 13B | 5D | 53 |
| Octal | 374 | 254 | 350 | 0 | 40 | 10 | 1 | 473 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11101000 | 0 | 100000 | 1000 | 1 | 100111011 | 1011101 | 1010011 |
Color Harmonies of #FCACE8
Complementary color
Monochromatic Colors of #FCACE8
Black with #FCACE8
Text Example
Text Example
White with #FCACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE8; }
p { color: rgb(252,172,232); }
H1.HeaderClassName
{
color: #FCACE8;
}
.AnyTagClassName
{
color: #FCACE8;
}
</style>
background-color css
<style>
a { background-color: #FCACE8; }
a { background-color: rgb(252,172,232); }
div.DivClassName
{
background-color: #FCACE8;
}
.BgClassName
{
background-color: #FCACE8;
}
</style>
border-color css
<style>
span { border-color: #FCACE8; }
span { border-color: rgb(252,172,232); }
td.TdClassName
{
border-color: #FCACE8;
}
.TagClassName
{
border-color: #FCACE8;
}
</style>