Shades of Illusion #FC8CB2
Tints of Illusion #FC8CB2
RGB
CMYK
RGB Variations
Color information
#FC8CB2 (or 0xFC8CB2) is known color: Illusion. HEX triplet: FC, 8C and B2. RGB value is (252,140,178). Sum of RGB (Red+Green+Blue) = 252+140+178=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CB2 is #03734D. Grayscale: #B1B1B1. Windows color (decimal): -226126 or 11701500. OLE color: 11701500.
HSL color Cylindrical-coordinate representation of color #FC8CB2: hue angle of 339.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CB2 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 178 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.01 |
| HSL | 339.64º | 0.95% | 0.77% | - |
| HSV(B) | 339.64º | 0.44% | 0.99% | - |
| XYZ | 57.56 | 42.67 | 47.32 | - |
| YUV | 177.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 178 | 0 | 0.44 | 0.29 | 0.01 | 339.64 | 0.95 | 0.77 |
| Hex | FC | 8C | B2 | 0 | 2C | 1D | 1 | 154 | 5F | 4D |
| Octal | 374 | 214 | 262 | 0 | 54 | 35 | 1 | 524 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10110010 | 0 | 101100 | 11101 | 1 | 101010100 | 1011111 | 1001101 |
Color Harmonies of #FC8CB2
Complementary color
Monochromatic Colors of #FC8CB2
Black with #FC8CB2
Text Example
Text Example
White with #FC8CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CB2; }
p { color: rgb(252,140,178); }
H1.HeaderClassName
{
color: #FC8CB2;
}
.AnyTagClassName
{
color: #FC8CB2;
}
</style>
background-color css
<style>
a { background-color: #FC8CB2; }
a { background-color: rgb(252,140,178); }
div.DivClassName
{
background-color: #FC8CB2;
}
.BgClassName
{
background-color: #FC8CB2;
}
</style>
border-color css
<style>
span { border-color: #FC8CB2; }
span { border-color: rgb(252,140,178); }
td.TdClassName
{
border-color: #FC8CB2;
}
.TagClassName
{
border-color: #FC8CB2;
}
</style>