Shades of Lavender Rose #FCACF1
Tints of Lavender Rose #FCACF1
RGB
CMYK
RGB Variations
Color information
#FCACF1 (or 0xFCACF1) is known color: Lavender Rose. HEX triplet: FC, AC and F1. RGB value is (252,172,241). Sum of RGB (Red+Green+Blue) = 252+172+241=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF1 is #03530E. Grayscale: #CBCBCB. Windows color (decimal): -217871 or 15838460. OLE color: 15838460.
HSL color Cylindrical-coordinate representation of color #FCACF1: hue angle of 308.25º 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 #FCACF1 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 241 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.01 |
| HSL | 308.25º | 0.93% | 0.83% | - |
| HSV(B) | 308.25º | 0.32% | 0.99% | - |
| XYZ | 70.77 | 56.55 | 90.4 | - |
| YUV | 203.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 241 | 0 | 0.32 | 0.04 | 0.01 | 308.25 | 0.93 | 0.83 |
| Hex | FC | AC | F1 | 0 | 20 | 4 | 1 | 134 | 5D | 53 |
| Octal | 374 | 254 | 361 | 0 | 40 | 4 | 1 | 464 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11110001 | 0 | 100000 | 100 | 1 | 100110100 | 1011101 | 1010011 |
Color Harmonies of #FCACF1
Complementary color
Monochromatic Colors of #FCACF1
Black with #FCACF1
Text Example
Text Example
White with #FCACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACF1; }
p { color: rgb(252,172,241); }
H1.HeaderClassName
{
color: #FCACF1;
}
.AnyTagClassName
{
color: #FCACF1;
}
</style>
background-color css
<style>
a { background-color: #FCACF1; }
a { background-color: rgb(252,172,241); }
div.DivClassName
{
background-color: #FCACF1;
}
.BgClassName
{
background-color: #FCACF1;
}
</style>
border-color css
<style>
span { border-color: #FCACF1; }
span { border-color: rgb(252,172,241); }
td.TdClassName
{
border-color: #FCACF1;
}
.TagClassName
{
border-color: #FCACF1;
}
</style>