Shades of Lavender Rose #FCACF4
Tints of Lavender Rose #FCACF4
RGB
CMYK
RGB Variations
Color information
#FCACF4 (or 0xFCACF4) is known color: Lavender Rose. HEX triplet: FC, AC and F4. RGB value is (252,172,244). Sum of RGB (Red+Green+Blue) = 252+172+244=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 172 (67.58% from 255 or 25.75% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF4 is #03530B. Grayscale: #CBCBCB. Windows color (decimal): -217868 or 16035068. OLE color: 16035068.
HSL color Cylindrical-coordinate representation of color #FCACF4: hue angle of 306º 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 #FCACF4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 244 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.01 |
| HSL | 306º | 0.93% | 0.83% | - |
| HSV(B) | 306º | 0.32% | 0.99% | - |
| XYZ | 71.23 | 56.73 | 92.78 | - |
| YUV | 204.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 244 | 0 | 0.32 | 0.03 | 0.01 | 306 | 0.93 | 0.83 |
| Hex | FC | AC | F4 | 0 | 20 | 3 | 1 | 132 | 5D | 53 |
| Octal | 374 | 254 | 364 | 0 | 40 | 3 | 1 | 462 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11110100 | 0 | 100000 | 11 | 1 | 100110010 | 1011101 | 1010011 |
Color Harmonies of #FCACF4
Complementary color
Monochromatic Colors of #FCACF4
Black with #FCACF4
Text Example
Text Example
White with #FCACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACF4; }
p { color: rgb(252,172,244); }
H1.HeaderClassName
{
color: #FCACF4;
}
.AnyTagClassName
{
color: #FCACF4;
}
</style>
background-color css
<style>
a { background-color: #FCACF4; }
a { background-color: rgb(252,172,244); }
div.DivClassName
{
background-color: #FCACF4;
}
.BgClassName
{
background-color: #FCACF4;
}
</style>
border-color css
<style>
span { border-color: #FCACF4; }
span { border-color: rgb(252,172,244); }
td.TdClassName
{
border-color: #FCACF4;
}
.TagClassName
{
border-color: #FCACF4;
}
</style>