Shades of Illusion #FC98BA
Tints of Illusion #FC98BA
RGB
CMYK
RGB Variations
Color information
#FC98BA (or 0xFC98BA) is known color: Illusion. HEX triplet: FC, 98 and BA. RGB value is (252,152,186). Sum of RGB (Red+Green+Blue) = 252+152+186=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98BA is #036745. Grayscale: #B9B9B9. Windows color (decimal): -223046 or 12228860. OLE color: 12228860.
HSL color Cylindrical-coordinate representation of color #FC98BA: hue angle of 339.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC98BA is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 186 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.01 |
| HSL | 339.6º | 0.94% | 0.79% | - |
| HSV(B) | 339.6º | 0.4% | 0.99% | - |
| XYZ | 60.24 | 46.7 | 52.29 | - |
| YUV | 185.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 186 | 0 | 0.40 | 0.26 | 0.01 | 339.6 | 0.94 | 0.79 |
| Hex | FC | 98 | BA | 0 | 28 | 1A | 1 | 154 | 5E | 4F |
| Octal | 374 | 230 | 272 | 0 | 50 | 32 | 1 | 524 | 136 | 117 |
| Binary | 11111100 | 10011000 | 10111010 | 0 | 101000 | 11010 | 1 | 101010100 | 1011110 | 1001111 |
Color Harmonies of #FC98BA
Complementary color
Monochromatic Colors of #FC98BA
Black with #FC98BA
Text Example
Text Example
White with #FC98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC98BA; }
p { color: rgb(252,152,186); }
H1.HeaderClassName
{
color: #FC98BA;
}
.AnyTagClassName
{
color: #FC98BA;
}
</style>
background-color css
<style>
a { background-color: #FC98BA; }
a { background-color: rgb(252,152,186); }
div.DivClassName
{
background-color: #FC98BA;
}
.BgClassName
{
background-color: #FC98BA;
}
</style>
border-color css
<style>
span { border-color: #FC98BA; }
span { border-color: rgb(252,152,186); }
td.TdClassName
{
border-color: #FC98BA;
}
.TagClassName
{
border-color: #FC98BA;
}
</style>