Shades of Illusion #FC93BA
Tints of Illusion #FC93BA
RGB
CMYK
RGB Variations
Color information
#FC93BA (or 0xFC93BA) is known color: Illusion. HEX triplet: FC, 93 and BA. RGB value is (252,147,186). Sum of RGB (Red+Green+Blue) = 252+147+186=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC93BA is #036C45. Grayscale: #B6B6B6. Windows color (decimal): -224326 or 12227580. OLE color: 12227580.
HSL color Cylindrical-coordinate representation of color #FC93BA: hue angle of 337.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93BA is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 186 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.01 |
| HSL | 337.71º | 0.95% | 0.78% | - |
| HSV(B) | 337.71º | 0.42% | 0.99% | - |
| XYZ | 59.44 | 45.11 | 52.03 | - |
| YUV | 182.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 186 | 0 | 0.42 | 0.26 | 0.01 | 337.71 | 0.95 | 0.78 |
| Hex | FC | 93 | BA | 0 | 2A | 1A | 1 | 152 | 5F | 4E |
| Octal | 374 | 223 | 272 | 0 | 52 | 32 | 1 | 522 | 137 | 116 |
| Binary | 11111100 | 10010011 | 10111010 | 0 | 101010 | 11010 | 1 | 101010010 | 1011111 | 1001110 |
Color Harmonies of #FC93BA
Complementary color
Monochromatic Colors of #FC93BA
Black with #FC93BA
Text Example
Text Example
White with #FC93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93BA; }
p { color: rgb(252,147,186); }
H1.HeaderClassName
{
color: #FC93BA;
}
.AnyTagClassName
{
color: #FC93BA;
}
</style>
background-color css
<style>
a { background-color: #FC93BA; }
a { background-color: rgb(252,147,186); }
div.DivClassName
{
background-color: #FC93BA;
}
.BgClassName
{
background-color: #FC93BA;
}
</style>
border-color css
<style>
span { border-color: #FC93BA; }
span { border-color: rgb(252,147,186); }
td.TdClassName
{
border-color: #FC93BA;
}
.TagClassName
{
border-color: #FC93BA;
}
</style>