Shades of Lavender Rose #FCACE6
Tints of Lavender Rose #FCACE6
RGB
CMYK
RGB Variations
Color information
#FCACE6 (or 0xFCACE6) is known color: Lavender Rose. HEX triplet: FC, AC and E6. RGB value is (252,172,230). Sum of RGB (Red+Green+Blue) = 252+172+230=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACE6 is #035319. Grayscale: #CACACA. Windows color (decimal): -217882 or 15117564. OLE color: 15117564.
HSL color Cylindrical-coordinate representation of color #FCACE6: hue angle of 316.5º 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 #FCACE6 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 230 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.01 |
| HSL | 316.5º | 0.93% | 0.83% | - |
| HSV(B) | 316.5º | 0.32% | 0.99% | - |
| XYZ | 69.18 | 55.91 | 82.01 | - |
| YUV | 202.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 230 | 0 | 0.32 | 0.09 | 0.01 | 316.5 | 0.93 | 0.83 |
| Hex | FC | AC | E6 | 0 | 20 | 9 | 1 | 13C | 5D | 53 |
| Octal | 374 | 254 | 346 | 0 | 40 | 11 | 1 | 474 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11100110 | 0 | 100000 | 1001 | 1 | 100111100 | 1011101 | 1010011 |
Color Harmonies of #FCACE6
Complementary color
Monochromatic Colors of #FCACE6
Black with #FCACE6
Text Example
Text Example
White with #FCACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE6; }
p { color: rgb(252,172,230); }
H1.HeaderClassName
{
color: #FCACE6;
}
.AnyTagClassName
{
color: #FCACE6;
}
</style>
background-color css
<style>
a { background-color: #FCACE6; }
a { background-color: rgb(252,172,230); }
div.DivClassName
{
background-color: #FCACE6;
}
.BgClassName
{
background-color: #FCACE6;
}
</style>
border-color css
<style>
span { border-color: #FCACE6; }
span { border-color: rgb(252,172,230); }
td.TdClassName
{
border-color: #FCACE6;
}
.TagClassName
{
border-color: #FCACE6;
}
</style>