Shades of Illusion #FC90B2
Tints of Illusion #FC90B2
RGB
CMYK
RGB Variations
Color information
#FC90B2 (or 0xFC90B2) is known color: Illusion. HEX triplet: FC, 90 and B2. RGB value is (252,144,178). Sum of RGB (Red+Green+Blue) = 252+144+178=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90B2 is #036F4D. Grayscale: #B4B4B4. Windows color (decimal): -225102 or 11702524. OLE color: 11702524.
HSL color Cylindrical-coordinate representation of color #FC90B2: hue angle of 341.11º 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 #FC90B2 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 178 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.01 |
| HSL | 341.11º | 0.95% | 0.78% | - |
| HSV(B) | 341.11º | 0.43% | 0.99% | - |
| XYZ | 58.15 | 43.86 | 47.52 | - |
| YUV | 180.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 178 | 0 | 0.43 | 0.29 | 0.01 | 341.11 | 0.95 | 0.78 |
| Hex | FC | 90 | B2 | 0 | 2B | 1D | 1 | 155 | 5F | 4E |
| Octal | 374 | 220 | 262 | 0 | 53 | 35 | 1 | 525 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10110010 | 0 | 101011 | 11101 | 1 | 101010101 | 1011111 | 1001110 |
Color Harmonies of #FC90B2
Complementary color
Monochromatic Colors of #FC90B2
Black with #FC90B2
Text Example
Text Example
White with #FC90B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90B2; }
p { color: rgb(252,144,178); }
H1.HeaderClassName
{
color: #FC90B2;
}
.AnyTagClassName
{
color: #FC90B2;
}
</style>
background-color css
<style>
a { background-color: #FC90B2; }
a { background-color: rgb(252,144,178); }
div.DivClassName
{
background-color: #FC90B2;
}
.BgClassName
{
background-color: #FC90B2;
}
</style>
border-color css
<style>
span { border-color: #FC90B2; }
span { border-color: rgb(252,144,178); }
td.TdClassName
{
border-color: #FC90B2;
}
.TagClassName
{
border-color: #FC90B2;
}
</style>