Shades of Illusion #FC8DB4
Tints of Illusion #FC8DB4
RGB
CMYK
RGB Variations
Color information
#FC8DB4 (or 0xFC8DB4) is known color: Illusion. HEX triplet: FC, 8D and B4. RGB value is (252,141,180). Sum of RGB (Red+Green+Blue) = 252+141+180=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DB4 is #03724B. Grayscale: #B2B2B2. Windows color (decimal): -225868 or 11832828. OLE color: 11832828.
HSL color Cylindrical-coordinate representation of color #FC8DB4: hue angle of 338.92º 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 #FC8DB4 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 180 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.01 |
| HSL | 338.92º | 0.95% | 0.77% | - |
| HSV(B) | 338.92º | 0.44% | 0.99% | - |
| XYZ | 57.91 | 43.04 | 48.44 | - |
| YUV | 178.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 180 | 0 | 0.44 | 0.29 | 0.01 | 338.92 | 0.95 | 0.77 |
| Hex | FC | 8D | B4 | 0 | 2C | 1D | 1 | 153 | 5F | 4D |
| Octal | 374 | 215 | 264 | 0 | 54 | 35 | 1 | 523 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10110100 | 0 | 101100 | 11101 | 1 | 101010011 | 1011111 | 1001101 |
Color Harmonies of #FC8DB4
Complementary color
Monochromatic Colors of #FC8DB4
Black with #FC8DB4
Text Example
Text Example
White with #FC8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DB4; }
p { color: rgb(252,141,180); }
H1.HeaderClassName
{
color: #FC8DB4;
}
.AnyTagClassName
{
color: #FC8DB4;
}
</style>
background-color css
<style>
a { background-color: #FC8DB4; }
a { background-color: rgb(252,141,180); }
div.DivClassName
{
background-color: #FC8DB4;
}
.BgClassName
{
background-color: #FC8DB4;
}
</style>
border-color css
<style>
span { border-color: #FC8DB4; }
span { border-color: rgb(252,141,180); }
td.TdClassName
{
border-color: #FC8DB4;
}
.TagClassName
{
border-color: #FC8DB4;
}
</style>