Shades of Lavender Rose #FCACE9
Tints of Lavender Rose #FCACE9
RGB
CMYK
RGB Variations
Color information
#FCACE9 (or 0xFCACE9) is known color: Lavender Rose. HEX triplet: FC, AC and E9. RGB value is (252,172,233). Sum of RGB (Red+Green+Blue) = 252+172+233=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACE9 is #035316. Grayscale: #CACACA. Windows color (decimal): -217879 or 15314172. OLE color: 15314172.
HSL color Cylindrical-coordinate representation of color #FCACE9: hue angle of 314.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 #FCACE9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 233 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.01 |
| HSL | 314.25º | 0.93% | 0.83% | - |
| HSV(B) | 314.25º | 0.32% | 0.99% | - |
| XYZ | 69.61 | 56.08 | 84.25 | - |
| YUV | 202.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 233 | 0 | 0.32 | 0.08 | 0.01 | 314.25 | 0.93 | 0.83 |
| Hex | FC | AC | E9 | 0 | 20 | 8 | 1 | 13A | 5D | 53 |
| Octal | 374 | 254 | 351 | 0 | 40 | 10 | 1 | 472 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11101001 | 0 | 100000 | 1000 | 1 | 100111010 | 1011101 | 1010011 |
Color Harmonies of #FCACE9
Complementary color
Monochromatic Colors of #FCACE9
Black with #FCACE9
Text Example
Text Example
White with #FCACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE9; }
p { color: rgb(252,172,233); }
H1.HeaderClassName
{
color: #FCACE9;
}
.AnyTagClassName
{
color: #FCACE9;
}
</style>
background-color css
<style>
a { background-color: #FCACE9; }
a { background-color: rgb(252,172,233); }
div.DivClassName
{
background-color: #FCACE9;
}
.BgClassName
{
background-color: #FCACE9;
}
</style>
border-color css
<style>
span { border-color: #FCACE9; }
span { border-color: rgb(252,172,233); }
td.TdClassName
{
border-color: #FCACE9;
}
.TagClassName
{
border-color: #FCACE9;
}
</style>