Shades of Violet #FC9CFC
Tints of Violet #FC9CFC
RGB
CMYK
RGB Variations
Color information
#FC9CFC (or 0xFC9CFC) is known color: Violet. HEX triplet: FC, 9C and FC. RGB value is (252,156,252). Sum of RGB (Red+Green+Blue) = 252+156+252=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 156 (61.33% from 255 or 23.64% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CFC is #036303. Grayscale: #C3C3C3. Windows color (decimal): -221956 or 16555260. OLE color: 16555260.
HSL color Cylindrical-coordinate representation of color #FC9CFC: hue angle of 300º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CFC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 252 | - |
| CMYK | 0 | 0.38 | 0 | 0.01 |
| HSL | 300º | 0.94% | 0.8% | - |
| HSV(B) | 300º | 0.38% | 0.99% | - |
| XYZ | 69.6 | 51.5 | 98.37 | - |
| YUV | 195.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 252 | 0 | 0.38 | 0 | 0.01 | 300 | 0.94 | 0.8 |
| Hex | FC | 9C | FC | 0 | 26 | 0 | 1 | 12C | 5E | 50 |
| Octal | 374 | 234 | 374 | 0 | 46 | 0 | 1 | 454 | 136 | 120 |
| Binary | 11111100 | 10011100 | 11111100 | 0 | 100110 | 0 | 1 | 100101100 | 1011110 | 1010000 |
Color Harmonies of #FC9CFC
Complementary color
Monochromatic Colors of #FC9CFC
Black with #FC9CFC
Text Example
Text Example
White with #FC9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CFC; }
p { color: rgb(252,156,252); }
H1.HeaderClassName
{
color: #FC9CFC;
}
.AnyTagClassName
{
color: #FC9CFC;
}
</style>
background-color css
<style>
a { background-color: #FC9CFC; }
a { background-color: rgb(252,156,252); }
div.DivClassName
{
background-color: #FC9CFC;
}
.BgClassName
{
background-color: #FC9CFC;
}
</style>
border-color css
<style>
span { border-color: #FC9CFC; }
span { border-color: rgb(252,156,252); }
td.TdClassName
{
border-color: #FC9CFC;
}
.TagClassName
{
border-color: #FC9CFC;
}
</style>