Shades of Lavender Rose #FCACE2
Tints of Lavender Rose #FCACE2
RGB
CMYK
RGB Variations
Color information
#FCACE2 (or 0xFCACE2) is known color: Lavender Rose. HEX triplet: FC, AC and E2. RGB value is (252,172,226). Sum of RGB (Red+Green+Blue) = 252+172+226=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACE2 is #03531D. Grayscale: #C9C9C9. Windows color (decimal): -217886 or 14855420. OLE color: 14855420.
HSL color Cylindrical-coordinate representation of color #FCACE2: hue angle of 319.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 #FCACE2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 226 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.01 |
| HSL | 319.5º | 0.93% | 0.83% | - |
| HSV(B) | 319.5º | 0.32% | 0.99% | - |
| XYZ | 68.62 | 55.69 | 79.08 | - |
| YUV | 202.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 226 | 0 | 0.32 | 0.10 | 0.01 | 319.5 | 0.93 | 0.83 |
| Hex | FC | AC | E2 | 0 | 20 | A | 1 | 140 | 5D | 53 |
| Octal | 374 | 254 | 342 | 0 | 40 | 12 | 1 | 500 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11100010 | 0 | 100000 | 1010 | 1 | 101000000 | 1011101 | 1010011 |
Color Harmonies of #FCACE2
Complementary color
Monochromatic Colors of #FCACE2
Black with #FCACE2
Text Example
Text Example
White with #FCACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE2; }
p { color: rgb(252,172,226); }
H1.HeaderClassName
{
color: #FCACE2;
}
.AnyTagClassName
{
color: #FCACE2;
}
</style>
background-color css
<style>
a { background-color: #FCACE2; }
a { background-color: rgb(252,172,226); }
div.DivClassName
{
background-color: #FCACE2;
}
.BgClassName
{
background-color: #FCACE2;
}
</style>
border-color css
<style>
span { border-color: #FCACE2; }
span { border-color: rgb(252,172,226); }
td.TdClassName
{
border-color: #FCACE2;
}
.TagClassName
{
border-color: #FCACE2;
}
</style>