Shades of Illusion #FC8DB5
Tints of Illusion #FC8DB5
RGB
CMYK
RGB Variations
Color information
#FC8DB5 (or 0xFC8DB5) is known color: Illusion. HEX triplet: FC, 8D and B5. RGB value is (252,141,181). Sum of RGB (Red+Green+Blue) = 252+141+181=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DB5 is #03724A. Grayscale: #B2B2B2. Windows color (decimal): -225867 or 11898364. OLE color: 11898364.
HSL color Cylindrical-coordinate representation of color #FC8DB5: hue angle of 338.38º 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 #FC8DB5 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 181 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.01 |
| HSL | 338.38º | 0.95% | 0.77% | - |
| HSV(B) | 338.38º | 0.44% | 0.99% | - |
| XYZ | 58.01 | 43.08 | 48.97 | - |
| YUV | 178.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 181 | 0 | 0.44 | 0.28 | 0.01 | 338.38 | 0.95 | 0.77 |
| Hex | FC | 8D | B5 | 0 | 2C | 1C | 1 | 152 | 5F | 4D |
| Octal | 374 | 215 | 265 | 0 | 54 | 34 | 1 | 522 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10110101 | 0 | 101100 | 11100 | 1 | 101010010 | 1011111 | 1001101 |
Color Harmonies of #FC8DB5
Complementary color
Monochromatic Colors of #FC8DB5
Black with #FC8DB5
Text Example
Text Example
White with #FC8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DB5; }
p { color: rgb(252,141,181); }
H1.HeaderClassName
{
color: #FC8DB5;
}
.AnyTagClassName
{
color: #FC8DB5;
}
</style>
background-color css
<style>
a { background-color: #FC8DB5; }
a { background-color: rgb(252,141,181); }
div.DivClassName
{
background-color: #FC8DB5;
}
.BgClassName
{
background-color: #FC8DB5;
}
</style>
border-color css
<style>
span { border-color: #FC8DB5; }
span { border-color: rgb(252,141,181); }
td.TdClassName
{
border-color: #FC8DB5;
}
.TagClassName
{
border-color: #FC8DB5;
}
</style>