Shades of Illusion #FC90B8
Tints of Illusion #FC90B8
RGB
CMYK
RGB Variations
Color information
#FC90B8 (or 0xFC90B8) is known color: Illusion. HEX triplet: FC, 90 and B8. RGB value is (252,144,184). Sum of RGB (Red+Green+Blue) = 252+144+184=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90B8 is #036F47. Grayscale: #B4B4B4. Windows color (decimal): -225096 or 12095740. OLE color: 12095740.
HSL color Cylindrical-coordinate representation of color #FC90B8: hue angle of 337.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90B8 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 184 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.01 |
| HSL | 337.78º | 0.95% | 0.78% | - |
| HSV(B) | 337.78º | 0.43% | 0.99% | - |
| XYZ | 58.77 | 44.1 | 50.76 | - |
| YUV | 180.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 184 | 0 | 0.43 | 0.27 | 0.01 | 337.78 | 0.95 | 0.78 |
| Hex | FC | 90 | B8 | 0 | 2B | 1B | 1 | 152 | 5F | 4E |
| Octal | 374 | 220 | 270 | 0 | 53 | 33 | 1 | 522 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10111000 | 0 | 101011 | 11011 | 1 | 101010010 | 1011111 | 1001110 |
Color Harmonies of #FC90B8
Complementary color
Monochromatic Colors of #FC90B8
Black with #FC90B8
Text Example
Text Example
White with #FC90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90B8; }
p { color: rgb(252,144,184); }
H1.HeaderClassName
{
color: #FC90B8;
}
.AnyTagClassName
{
color: #FC90B8;
}
</style>
background-color css
<style>
a { background-color: #FC90B8; }
a { background-color: rgb(252,144,184); }
div.DivClassName
{
background-color: #FC90B8;
}
.BgClassName
{
background-color: #FC90B8;
}
</style>
border-color css
<style>
span { border-color: #FC90B8; }
span { border-color: rgb(252,144,184); }
td.TdClassName
{
border-color: #FC90B8;
}
.TagClassName
{
border-color: #FC90B8;
}
</style>