Shades of Lavender Rose #FCACF0
Tints of Lavender Rose #FCACF0
RGB
CMYK
RGB Variations
Color information
#FCACF0 (or 0xFCACF0) is known color: Lavender Rose. HEX triplet: FC, AC and F0. RGB value is (252,172,240). Sum of RGB (Red+Green+Blue) = 252+172+240=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF0 is #03530F. Grayscale: #CBCBCB. Windows color (decimal): -217872 or 15772924. OLE color: 15772924.
HSL color Cylindrical-coordinate representation of color #FCACF0: hue angle of 309º 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 #FCACF0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 240 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.01 |
| HSL | 309º | 0.93% | 0.83% | - |
| HSV(B) | 309º | 0.32% | 0.99% | - |
| XYZ | 70.63 | 56.49 | 89.62 | - |
| YUV | 203.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 240 | 0 | 0.32 | 0.05 | 0.01 | 309 | 0.93 | 0.83 |
| Hex | FC | AC | F0 | 0 | 20 | 5 | 1 | 135 | 5D | 53 |
| Octal | 374 | 254 | 360 | 0 | 40 | 5 | 1 | 465 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11110000 | 0 | 100000 | 101 | 1 | 100110101 | 1011101 | 1010011 |
Color Harmonies of #FCACF0
Complementary color
Monochromatic Colors of #FCACF0
Black with #FCACF0
Text Example
Text Example
White with #FCACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACF0; }
p { color: rgb(252,172,240); }
H1.HeaderClassName
{
color: #FCACF0;
}
.AnyTagClassName
{
color: #FCACF0;
}
</style>
background-color css
<style>
a { background-color: #FCACF0; }
a { background-color: rgb(252,172,240); }
div.DivClassName
{
background-color: #FCACF0;
}
.BgClassName
{
background-color: #FCACF0;
}
</style>
border-color css
<style>
span { border-color: #FCACF0; }
span { border-color: rgb(252,172,240); }
td.TdClassName
{
border-color: #FCACF0;
}
.TagClassName
{
border-color: #FCACF0;
}
</style>