Shades of Illusion #FD9DB2
Tints of Illusion #FD9DB2
RGB
CMYK
RGB Variations
Color information
#FD9DB2 (or 0xFD9DB2) is known color: Illusion. HEX triplet: FD, 9D and B2. RGB value is (253,157,178). Sum of RGB (Red+Green+Blue) = 253+157+178=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9DB2 is #02624D. Grayscale: #BCBCBC. Windows color (decimal): -156238 or 11705853. OLE color: 11705853.
HSL color Cylindrical-coordinate representation of color #FD9DB2: hue angle of 346.88º 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 #FD9DB2 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 178 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.01 |
| HSL | 346.88º | 0.96% | 0.8% | - |
| HSV(B) | 346.88º | 0.38% | 0.99% | - |
| XYZ | 60.6 | 48.21 | 48.23 | - |
| YUV | 188.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 178 | 0 | 0.38 | 0.30 | 0.01 | 346.88 | 0.96 | 0.8 |
| Hex | FD | 9D | B2 | 0 | 26 | 1E | 1 | 15B | 60 | 50 |
| Octal | 375 | 235 | 262 | 0 | 46 | 36 | 1 | 533 | 140 | 120 |
| Binary | 11111101 | 10011101 | 10110010 | 0 | 100110 | 11110 | 1 | 101011011 | 1100000 | 1010000 |
Color Harmonies of #FD9DB2
Complementary color
Monochromatic Colors of #FD9DB2
Black with #FD9DB2
Text Example
Text Example
White with #FD9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9DB2; }
p { color: rgb(253,157,178); }
H1.HeaderClassName
{
color: #FD9DB2;
}
.AnyTagClassName
{
color: #FD9DB2;
}
</style>
background-color css
<style>
a { background-color: #FD9DB2; }
a { background-color: rgb(253,157,178); }
div.DivClassName
{
background-color: #FD9DB2;
}
.BgClassName
{
background-color: #FD9DB2;
}
</style>
border-color css
<style>
span { border-color: #FD9DB2; }
span { border-color: rgb(253,157,178); }
td.TdClassName
{
border-color: #FD9DB2;
}
.TagClassName
{
border-color: #FD9DB2;
}
</style>