Shades of Violet #FC99FB
Tints of Violet #FC99FB
RGB
CMYK
RGB Variations
Color information
#FC99FB (or 0xFC99FB) is known color: Violet. HEX triplet: FC, 99 and FB. RGB value is (252,153,251). Sum of RGB (Red+Green+Blue) = 252+153+251=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 153 (60.16% from 255 or 23.32% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99FB is #036604. Grayscale: #C1C1C1. Windows color (decimal): -222725 or 16488956. OLE color: 16488956.
HSL color Cylindrical-coordinate representation of color #FC99FB: hue angle of 300.61º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99FB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 251 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.01 |
| HSL | 300.61º | 0.94% | 0.79% | - |
| HSV(B) | 300.61º | 0.39% | 0.99% | - |
| XYZ | 68.95 | 50.44 | 97.37 | - |
| YUV | 193.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 251 | 0 | 0.39 | 0.00 | 0.01 | 300.61 | 0.94 | 0.79 |
| Hex | FC | 99 | FB | 0 | 27 | 0 | 1 | 12D | 5E | 4F |
| Octal | 374 | 231 | 373 | 0 | 47 | 0 | 1 | 455 | 136 | 117 |
| Binary | 11111100 | 10011001 | 11111011 | 0 | 100111 | 0 | 1 | 100101101 | 1011110 | 1001111 |
Color Harmonies of #FC99FB
Complementary color
Monochromatic Colors of #FC99FB
Black with #FC99FB
Text Example
Text Example
White with #FC99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99FB; }
p { color: rgb(252,153,251); }
H1.HeaderClassName
{
color: #FC99FB;
}
.AnyTagClassName
{
color: #FC99FB;
}
</style>
background-color css
<style>
a { background-color: #FC99FB; }
a { background-color: rgb(252,153,251); }
div.DivClassName
{
background-color: #FC99FB;
}
.BgClassName
{
background-color: #FC99FB;
}
</style>
border-color css
<style>
span { border-color: #FC99FB; }
span { border-color: rgb(252,153,251); }
td.TdClassName
{
border-color: #FC99FB;
}
.TagClassName
{
border-color: #FC99FB;
}
</style>