Shades of Violet #FCA0FF
Tints of Violet #FCA0FF
RGB
CMYK
RGB Variations
Color information
#FCA0FF (or 0xFCA0FF) is known color: Violet. HEX triplet: FC, A0 and FF. RGB value is (252,160,255). Sum of RGB (Red+Green+Blue) = 252+160+255=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 160 (62.89% from 255 or 23.99% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA0FF is #035F00. Grayscale: #C6C6C6. Windows color (decimal): -220929 or 16752892. OLE color: 16752892.
HSL color Cylindrical-coordinate representation of color #FCA0FF: hue angle of 298.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0FF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 160 | 255 | - |
| CMYK | 0.01 | 0.37 | 0 | 0 |
| HSL | 298.11º | 1% | 0.81% | - |
| HSV(B) | 298.11º | 0.37% | 1% | - |
| XYZ | 70.77 | 53.06 | 101.12 | - |
| YUV | 198.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 255 | 0.01 | 0.37 | 0 | 0 | 298.11 | 1 | 0.81 |
| Hex | FC | A0 | FF | 1 | 25 | 0 | 0 | 12A | 64 | 51 |
| Octal | 374 | 240 | 377 | 1 | 45 | 0 | 0 | 452 | 144 | 121 |
| Binary | 11111100 | 10100000 | 11111111 | 1 | 100101 | 0 | 0 | 100101010 | 1100100 | 1010001 |
Color Harmonies of #FCA0FF
Complementary color
Monochromatic Colors of #FCA0FF
Black with #FCA0FF
Text Example
Text Example
White with #FCA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0FF; }
p { color: rgb(252,160,255); }
H1.HeaderClassName
{
color: #FCA0FF;
}
.AnyTagClassName
{
color: #FCA0FF;
}
</style>
background-color css
<style>
a { background-color: #FCA0FF; }
a { background-color: rgb(252,160,255); }
div.DivClassName
{
background-color: #FCA0FF;
}
.BgClassName
{
background-color: #FCA0FF;
}
</style>
border-color css
<style>
span { border-color: #FCA0FF; }
span { border-color: rgb(252,160,255); }
td.TdClassName
{
border-color: #FCA0FF;
}
.TagClassName
{
border-color: #FCA0FF;
}
</style>