Shades of Lavender Rose #FCACE3
Tints of Lavender Rose #FCACE3
RGB
CMYK
RGB Variations
Color information
#FCACE3 (or 0xFCACE3) is known color: Lavender Rose. HEX triplet: FC, AC and E3. RGB value is (252,172,227). Sum of RGB (Red+Green+Blue) = 252+172+227=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACE3 is #03531C. Grayscale: #CACACA. Windows color (decimal): -217885 or 14920956. OLE color: 14920956.
HSL color Cylindrical-coordinate representation of color #FCACE3: hue angle of 318.75º 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 #FCACE3 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 227 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.01 |
| HSL | 318.75º | 0.93% | 0.83% | - |
| HSV(B) | 318.75º | 0.32% | 0.99% | - |
| XYZ | 68.76 | 55.75 | 79.81 | - |
| YUV | 202.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 227 | 0 | 0.32 | 0.10 | 0.01 | 318.75 | 0.93 | 0.83 |
| Hex | FC | AC | E3 | 0 | 20 | A | 1 | 13F | 5D | 53 |
| Octal | 374 | 254 | 343 | 0 | 40 | 12 | 1 | 477 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11100011 | 0 | 100000 | 1010 | 1 | 100111111 | 1011101 | 1010011 |
Color Harmonies of #FCACE3
Complementary color
Monochromatic Colors of #FCACE3
Black with #FCACE3
Text Example
Text Example
White with #FCACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE3; }
p { color: rgb(252,172,227); }
H1.HeaderClassName
{
color: #FCACE3;
}
.AnyTagClassName
{
color: #FCACE3;
}
</style>
background-color css
<style>
a { background-color: #FCACE3; }
a { background-color: rgb(252,172,227); }
div.DivClassName
{
background-color: #FCACE3;
}
.BgClassName
{
background-color: #FCACE3;
}
</style>
border-color css
<style>
span { border-color: #FCACE3; }
span { border-color: rgb(252,172,227); }
td.TdClassName
{
border-color: #FCACE3;
}
.TagClassName
{
border-color: #FCACE3;
}
</style>