Shades of Illusion #FC9DB4
Tints of Illusion #FC9DB4
RGB
CMYK
RGB Variations
Color information
#FC9DB4 (or 0xFC9DB4) is known color: Illusion. HEX triplet: FC, 9D and B4. RGB value is (252,157,180). Sum of RGB (Red+Green+Blue) = 252+157+180=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DB4 is #03624B. Grayscale: #BCBCBC. Windows color (decimal): -221772 or 11836924. OLE color: 11836924.
HSL color Cylindrical-coordinate representation of color #FC9DB4: hue angle of 345.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DB4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 180 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.01 |
| HSL | 345.47º | 0.94% | 0.8% | - |
| HSV(B) | 345.47º | 0.38% | 0.99% | - |
| XYZ | 60.44 | 48.1 | 49.28 | - |
| YUV | 188.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 180 | 0 | 0.38 | 0.29 | 0.01 | 345.47 | 0.94 | 0.8 |
| Hex | FC | 9D | B4 | 0 | 26 | 1D | 1 | 159 | 5E | 50 |
| Octal | 374 | 235 | 264 | 0 | 46 | 35 | 1 | 531 | 136 | 120 |
| Binary | 11111100 | 10011101 | 10110100 | 0 | 100110 | 11101 | 1 | 101011001 | 1011110 | 1010000 |
Color Harmonies of #FC9DB4
Complementary color
Monochromatic Colors of #FC9DB4
Black with #FC9DB4
Text Example
Text Example
White with #FC9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DB4; }
p { color: rgb(252,157,180); }
H1.HeaderClassName
{
color: #FC9DB4;
}
.AnyTagClassName
{
color: #FC9DB4;
}
</style>
background-color css
<style>
a { background-color: #FC9DB4; }
a { background-color: rgb(252,157,180); }
div.DivClassName
{
background-color: #FC9DB4;
}
.BgClassName
{
background-color: #FC9DB4;
}
</style>
border-color css
<style>
span { border-color: #FC9DB4; }
span { border-color: rgb(252,157,180); }
td.TdClassName
{
border-color: #FC9DB4;
}
.TagClassName
{
border-color: #FC9DB4;
}
</style>