Shades of Illusion #FD9DB5
Tints of Illusion #FD9DB5
RGB
CMYK
RGB Variations
Color information
#FD9DB5 (or 0xFD9DB5) is known color: Illusion. HEX triplet: FD, 9D and B5. RGB value is (253,157,181). Sum of RGB (Red+Green+Blue) = 253+157+181=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9DB5 is #02624A. Grayscale: #BCBCBC. Windows color (decimal): -156235 or 11902461. OLE color: 11902461.
HSL color Cylindrical-coordinate representation of color #FD9DB5: hue angle of 345º 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 #FD9DB5 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 181 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.01 |
| HSL | 345º | 0.96% | 0.8% | - |
| HSV(B) | 345º | 0.38% | 0.99% | - |
| XYZ | 60.91 | 48.33 | 49.84 | - |
| YUV | 188.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 181 | 0 | 0.38 | 0.28 | 0.01 | 345 | 0.96 | 0.8 |
| Hex | FD | 9D | B5 | 0 | 26 | 1C | 1 | 159 | 60 | 50 |
| Octal | 375 | 235 | 265 | 0 | 46 | 34 | 1 | 531 | 140 | 120 |
| Binary | 11111101 | 10011101 | 10110101 | 0 | 100110 | 11100 | 1 | 101011001 | 1100000 | 1010000 |
Color Harmonies of #FD9DB5
Complementary color
Monochromatic Colors of #FD9DB5
Black with #FD9DB5
Text Example
Text Example
White with #FD9DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9DB5; }
p { color: rgb(253,157,181); }
H1.HeaderClassName
{
color: #FD9DB5;
}
.AnyTagClassName
{
color: #FD9DB5;
}
</style>
background-color css
<style>
a { background-color: #FD9DB5; }
a { background-color: rgb(253,157,181); }
div.DivClassName
{
background-color: #FD9DB5;
}
.BgClassName
{
background-color: #FD9DB5;
}
</style>
border-color css
<style>
span { border-color: #FD9DB5; }
span { border-color: rgb(253,157,181); }
td.TdClassName
{
border-color: #FD9DB5;
}
.TagClassName
{
border-color: #FD9DB5;
}
</style>