Shades of Lavender Rose #FCACF6
Tints of Lavender Rose #FCACF6
RGB
CMYK
RGB Variations
Color information
#FCACF6 (or 0xFCACF6) is known color: Lavender Rose. HEX triplet: FC, AC and F6. RGB value is (252,172,246). Sum of RGB (Red+Green+Blue) = 252+172+246=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 172 (67.58% from 255 or 25.67% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF6 is #035309. Grayscale: #CCCCCC. Windows color (decimal): -217866 or 16166140. OLE color: 16166140.
HSL color Cylindrical-coordinate representation of color #FCACF6: hue angle of 304.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 #FCACF6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 246 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.01 |
| HSL | 304.5º | 0.93% | 0.83% | - |
| HSV(B) | 304.5º | 0.32% | 0.99% | - |
| XYZ | 71.53 | 56.85 | 94.39 | - |
| YUV | 204.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 246 | 0 | 0.32 | 0.02 | 0.01 | 304.5 | 0.93 | 0.83 |
| Hex | FC | AC | F6 | 0 | 20 | 2 | 1 | 130 | 5D | 53 |
| Octal | 374 | 254 | 366 | 0 | 40 | 2 | 1 | 460 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11110110 | 0 | 100000 | 10 | 1 | 100110000 | 1011101 | 1010011 |
Color Harmonies of #FCACF6
Complementary color
Monochromatic Colors of #FCACF6
Black with #FCACF6
Text Example
Text Example
White with #FCACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACF6; }
p { color: rgb(252,172,246); }
H1.HeaderClassName
{
color: #FCACF6;
}
.AnyTagClassName
{
color: #FCACF6;
}
</style>
background-color css
<style>
a { background-color: #FCACF6; }
a { background-color: rgb(252,172,246); }
div.DivClassName
{
background-color: #FCACF6;
}
.BgClassName
{
background-color: #FCACF6;
}
</style>
border-color css
<style>
span { border-color: #FCACF6; }
span { border-color: rgb(252,172,246); }
td.TdClassName
{
border-color: #FCACF6;
}
.TagClassName
{
border-color: #FCACF6;
}
</style>