Shades of Violet #FC9BFC
Tints of Violet #FC9BFC
RGB
CMYK
RGB Variations
Color information
#FC9BFC (or 0xFC9BFC) is known color: Violet. HEX triplet: FC, 9B and FC. RGB value is (252,155,252). Sum of RGB (Red+Green+Blue) = 252+155+252=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 155 (60.94% from 255 or 23.52% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC9BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BFC is #036403. Grayscale: #C2C2C2. Windows color (decimal): -222212 or 16555004. OLE color: 16555004.
HSL color Cylindrical-coordinate representation of color #FC9BFC: 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 #FC9BFC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 252 | - |
| CMYK | 0 | 0.38 | 0 | 0.01 |
| HSL | 300º | 0.94% | 0.8% | - |
| HSV(B) | 300º | 0.38% | 0.99% | - |
| XYZ | 69.44 | 51.17 | 98.31 | - |
| YUV | 195.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 252 | 0 | 0.38 | 0 | 0.01 | 300 | 0.94 | 0.8 |
| Hex | FC | 9B | FC | 0 | 26 | 0 | 1 | 12C | 5E | 50 |
| Octal | 374 | 233 | 374 | 0 | 46 | 0 | 1 | 454 | 136 | 120 |
| Binary | 11111100 | 10011011 | 11111100 | 0 | 100110 | 0 | 1 | 100101100 | 1011110 | 1010000 |
Color Harmonies of #FC9BFC
Complementary color
Monochromatic Colors of #FC9BFC
Black with #FC9BFC
Text Example
Text Example
White with #FC9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BFC; }
p { color: rgb(252,155,252); }
H1.HeaderClassName
{
color: #FC9BFC;
}
.AnyTagClassName
{
color: #FC9BFC;
}
</style>
background-color css
<style>
a { background-color: #FC9BFC; }
a { background-color: rgb(252,155,252); }
div.DivClassName
{
background-color: #FC9BFC;
}
.BgClassName
{
background-color: #FC9BFC;
}
</style>
border-color css
<style>
span { border-color: #FC9BFC; }
span { border-color: rgb(252,155,252); }
td.TdClassName
{
border-color: #FC9BFC;
}
.TagClassName
{
border-color: #FC9BFC;
}
</style>