Shades of Illusion #FD9DB0
Tints of Illusion #FD9DB0
RGB
CMYK
RGB Variations
Color information
#FD9DB0 (or 0xFD9DB0) is known color: Illusion. HEX triplet: FD, 9D and B0. RGB value is (253,157,176). Sum of RGB (Red+Green+Blue) = 253+157+176=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9DB0 is #02624F. Grayscale: #BBBBBB. Windows color (decimal): -156240 or 11574781. OLE color: 11574781.
HSL color Cylindrical-coordinate representation of color #FD9DB0: hue angle of 348.12º degrees, saturation: 0.96, 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 #FD9DB0 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 176 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.01 |
| HSL | 348.13º | 0.96% | 0.8% | - |
| HSV(B) | 348.13º | 0.38% | 0.99% | - |
| XYZ | 60.4 | 48.13 | 47.18 | - |
| YUV | 187.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 176 | 0 | 0.38 | 0.30 | 0.01 | 348.13 | 0.96 | 0.8 |
| Hex | FD | 9D | B0 | 0 | 26 | 1E | 1 | 15C | 60 | 50 |
| Octal | 375 | 235 | 260 | 0 | 46 | 36 | 1 | 534 | 140 | 120 |
| Binary | 11111101 | 10011101 | 10110000 | 0 | 100110 | 11110 | 1 | 101011100 | 1100000 | 1010000 |
Color Harmonies of #FD9DB0
Complementary color
Monochromatic Colors of #FD9DB0
Black with #FD9DB0
Text Example
Text Example
White with #FD9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9DB0; }
p { color: rgb(253,157,176); }
H1.HeaderClassName
{
color: #FD9DB0;
}
.AnyTagClassName
{
color: #FD9DB0;
}
</style>
background-color css
<style>
a { background-color: #FD9DB0; }
a { background-color: rgb(253,157,176); }
div.DivClassName
{
background-color: #FD9DB0;
}
.BgClassName
{
background-color: #FD9DB0;
}
</style>
border-color css
<style>
span { border-color: #FD9DB0; }
span { border-color: rgb(253,157,176); }
td.TdClassName
{
border-color: #FD9DB0;
}
.TagClassName
{
border-color: #FD9DB0;
}
</style>