Shades of Lavender Rose #FCACE0
Tints of Lavender Rose #FCACE0
RGB
CMYK
RGB Variations
Color information
#FCACE0 (or 0xFCACE0) is known color: Lavender Rose. HEX triplet: FC, AC and E0. RGB value is (252,172,224). Sum of RGB (Red+Green+Blue) = 252+172+224=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACE0 is #03531F. Grayscale: #C9C9C9. Windows color (decimal): -217888 or 14724348. OLE color: 14724348.
HSL color Cylindrical-coordinate representation of color #FCACE0: hue angle of 321º 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 #FCACE0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 224 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.01 |
| HSL | 321º | 0.93% | 0.83% | - |
| HSV(B) | 321º | 0.32% | 0.99% | - |
| XYZ | 68.35 | 55.58 | 77.65 | - |
| YUV | 201.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 224 | 0 | 0.32 | 0.11 | 0.01 | 321 | 0.93 | 0.83 |
| Hex | FC | AC | E0 | 0 | 20 | B | 1 | 141 | 5D | 53 |
| Octal | 374 | 254 | 340 | 0 | 40 | 13 | 1 | 501 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11100000 | 0 | 100000 | 1011 | 1 | 101000001 | 1011101 | 1010011 |
Color Harmonies of #FCACE0
Complementary color
Monochromatic Colors of #FCACE0
Black with #FCACE0
Text Example
Text Example
White with #FCACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE0; }
p { color: rgb(252,172,224); }
H1.HeaderClassName
{
color: #FCACE0;
}
.AnyTagClassName
{
color: #FCACE0;
}
</style>
background-color css
<style>
a { background-color: #FCACE0; }
a { background-color: rgb(252,172,224); }
div.DivClassName
{
background-color: #FCACE0;
}
.BgClassName
{
background-color: #FCACE0;
}
</style>
border-color css
<style>
span { border-color: #FCACE0; }
span { border-color: rgb(252,172,224); }
td.TdClassName
{
border-color: #FCACE0;
}
.TagClassName
{
border-color: #FCACE0;
}
</style>