Shades of Violet #FC9EFF
Tints of Violet #FC9EFF
RGB
CMYK
RGB Variations
Color information
#FC9EFF (or 0xFC9EFF) is known color: Violet. HEX triplet: FC, 9E and FF. RGB value is (252,158,255). Sum of RGB (Red+Green+Blue) = 252+158+255=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 158 (62.11% from 255 or 23.76% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EFF is #036100. Grayscale: #C4C4C4. Windows color (decimal): -221441 or 16752380. OLE color: 16752380.
HSL color Cylindrical-coordinate representation of color #FC9EFF: hue angle of 298.14º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9EFF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 158 | 255 | - |
| CMYK | 0.01 | 0.38 | 0 | 0 |
| HSL | 298.14º | 1% | 0.81% | - |
| HSV(B) | 298.14º | 0.38% | 1% | - |
| XYZ | 70.42 | 52.37 | 101 | - |
| YUV | 197.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 255 | 0.01 | 0.38 | 0 | 0 | 298.14 | 1 | 0.81 |
| Hex | FC | 9E | FF | 1 | 26 | 0 | 0 | 12A | 64 | 51 |
| Octal | 374 | 236 | 377 | 1 | 46 | 0 | 0 | 452 | 144 | 121 |
| Binary | 11111100 | 10011110 | 11111111 | 1 | 100110 | 0 | 0 | 100101010 | 1100100 | 1010001 |
Color Harmonies of #FC9EFF
Complementary color
Monochromatic Colors of #FC9EFF
Black with #FC9EFF
Text Example
Text Example
White with #FC9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EFF; }
p { color: rgb(252,158,255); }
H1.HeaderClassName
{
color: #FC9EFF;
}
.AnyTagClassName
{
color: #FC9EFF;
}
</style>
background-color css
<style>
a { background-color: #FC9EFF; }
a { background-color: rgb(252,158,255); }
div.DivClassName
{
background-color: #FC9EFF;
}
.BgClassName
{
background-color: #FC9EFF;
}
</style>
border-color css
<style>
span { border-color: #FC9EFF; }
span { border-color: rgb(252,158,255); }
td.TdClassName
{
border-color: #FC9EFF;
}
.TagClassName
{
border-color: #FC9EFF;
}
</style>