Shades of Lavender Rose #FCA6EC
Tints of Lavender Rose #FCA6EC
RGB
CMYK
RGB Variations
Color information
#FCA6EC (or 0xFCA6EC) is known color: Lavender Rose. HEX triplet: FC, A6 and EC. RGB value is (252,166,236). Sum of RGB (Red+Green+Blue) = 252+166+236=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6EC is #035913. Grayscale: #C7C7C7. Windows color (decimal): -219412 or 15509244. OLE color: 15509244.
HSL color Cylindrical-coordinate representation of color #FCA6EC: hue angle of 311.16º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6EC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 236 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.01 |
| HSL | 311.16º | 0.93% | 0.82% | - |
| HSV(B) | 311.16º | 0.34% | 0.99% | - |
| XYZ | 68.92 | 54.02 | 86.15 | - |
| YUV | 199.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 236 | 0 | 0.34 | 0.06 | 0.01 | 311.16 | 0.93 | 0.82 |
| Hex | FC | A6 | EC | 0 | 22 | 6 | 1 | 137 | 5D | 52 |
| Octal | 374 | 246 | 354 | 0 | 42 | 6 | 1 | 467 | 135 | 122 |
| Binary | 11111100 | 10100110 | 11101100 | 0 | 100010 | 110 | 1 | 100110111 | 1011101 | 1010010 |
Color Harmonies of #FCA6EC
Complementary color
Monochromatic Colors of #FCA6EC
Black with #FCA6EC
Text Example
Text Example
White with #FCA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6EC; }
p { color: rgb(252,166,236); }
H1.HeaderClassName
{
color: #FCA6EC;
}
.AnyTagClassName
{
color: #FCA6EC;
}
</style>
background-color css
<style>
a { background-color: #FCA6EC; }
a { background-color: rgb(252,166,236); }
div.DivClassName
{
background-color: #FCA6EC;
}
.BgClassName
{
background-color: #FCA6EC;
}
</style>
border-color css
<style>
span { border-color: #FCA6EC; }
span { border-color: rgb(252,166,236); }
td.TdClassName
{
border-color: #FCA6EC;
}
.TagClassName
{
border-color: #FCA6EC;
}
</style>