Shades of Violet #FC9BFF
Tints of Violet #FC9BFF
RGB
CMYK
RGB Variations
Color information
#FC9BFF (or 0xFC9BFF) is known color: Violet. HEX triplet: FC, 9B and FF. RGB value is (252,155,255). Sum of RGB (Red+Green+Blue) = 252+155+255=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 155 (60.94% from 255 or 23.41% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BFF is #036400. Grayscale: #C3C3C3. Windows color (decimal): -222209 or 16751612. OLE color: 16751612.
HSL color Cylindrical-coordinate representation of color #FC9BFF: hue angle of 298.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9BFF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 155 | 255 | - |
| CMYK | 0.01 | 0.39 | 0 | 0 |
| HSL | 298.2º | 1% | 0.8% | - |
| HSV(B) | 298.2º | 0.39% | 1% | - |
| XYZ | 69.92 | 51.36 | 100.84 | - |
| YUV | 195.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 255 | 0.01 | 0.39 | 0 | 0 | 298.2 | 1 | 0.8 |
| Hex | FC | 9B | FF | 1 | 27 | 0 | 0 | 12A | 64 | 50 |
| Octal | 374 | 233 | 377 | 1 | 47 | 0 | 0 | 452 | 144 | 120 |
| Binary | 11111100 | 10011011 | 11111111 | 1 | 100111 | 0 | 0 | 100101010 | 1100100 | 1010000 |
Color Harmonies of #FC9BFF
Complementary color
Monochromatic Colors of #FC9BFF
Black with #FC9BFF
Text Example
Text Example
White with #FC9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BFF; }
p { color: rgb(252,155,255); }
H1.HeaderClassName
{
color: #FC9BFF;
}
.AnyTagClassName
{
color: #FC9BFF;
}
</style>
background-color css
<style>
a { background-color: #FC9BFF; }
a { background-color: rgb(252,155,255); }
div.DivClassName
{
background-color: #FC9BFF;
}
.BgClassName
{
background-color: #FC9BFF;
}
</style>
border-color css
<style>
span { border-color: #FC9BFF; }
span { border-color: rgb(252,155,255); }
td.TdClassName
{
border-color: #FC9BFF;
}
.TagClassName
{
border-color: #FC9BFF;
}
</style>