Shades of Illusion #FC9BAC
Tints of Illusion #FC9BAC
RGB
CMYK
RGB Variations
Color information
#FC9BAC (or 0xFC9BAC) is known color: Illusion. HEX triplet: FC, 9B and AC. RGB value is (252,155,172). Sum of RGB (Red+Green+Blue) = 252+155+172=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BAC is #036453. Grayscale: #B9B9B9. Windows color (decimal): -222292 or 11312124. OLE color: 11312124.
HSL color Cylindrical-coordinate representation of color #FC9BAC: hue angle of 349.48º 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 #FC9BAC is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 172 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.01 |
| HSL | 349.48º | 0.94% | 0.8% | - |
| HSV(B) | 349.48º | 0.38% | 0.99% | - |
| XYZ | 59.31 | 47.12 | 45 | - |
| YUV | 185.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 172 | 0 | 0.38 | 0.32 | 0.01 | 349.48 | 0.94 | 0.8 |
| Hex | FC | 9B | AC | 0 | 26 | 20 | 1 | 15D | 5E | 50 |
| Octal | 374 | 233 | 254 | 0 | 46 | 40 | 1 | 535 | 136 | 120 |
| Binary | 11111100 | 10011011 | 10101100 | 0 | 100110 | 100000 | 1 | 101011101 | 1011110 | 1010000 |
Color Harmonies of #FC9BAC
Complementary color
Monochromatic Colors of #FC9BAC
Black with #FC9BAC
Text Example
Text Example
White with #FC9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BAC; }
p { color: rgb(252,155,172); }
H1.HeaderClassName
{
color: #FC9BAC;
}
.AnyTagClassName
{
color: #FC9BAC;
}
</style>
background-color css
<style>
a { background-color: #FC9BAC; }
a { background-color: rgb(252,155,172); }
div.DivClassName
{
background-color: #FC9BAC;
}
.BgClassName
{
background-color: #FC9BAC;
}
</style>
border-color css
<style>
span { border-color: #FC9BAC; }
span { border-color: rgb(252,155,172); }
td.TdClassName
{
border-color: #FC9BAC;
}
.TagClassName
{
border-color: #FC9BAC;
}
</style>