Shades of Illusion #FD8DB5
Tints of Illusion #FD8DB5
RGB
CMYK
RGB Variations
Color information
#FD8DB5 (or 0xFD8DB5) is known color: Illusion. HEX triplet: FD, 8D and B5. RGB value is (253,141,181). Sum of RGB (Red+Green+Blue) = 253+141+181=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DB5 is #02724A. Grayscale: #B2B2B2. Windows color (decimal): -160331 or 11898365. OLE color: 11898365.
HSL color Cylindrical-coordinate representation of color #FD8DB5: hue angle of 338.57º degrees, saturation: 0.97, 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 #FD8DB5 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 181 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.01 |
| HSL | 338.57º | 0.97% | 0.77% | - |
| HSV(B) | 338.57º | 0.44% | 0.99% | - |
| XYZ | 58.37 | 43.27 | 48.99 | - |
| YUV | 179.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 181 | 0 | 0.44 | 0.28 | 0.01 | 338.57 | 0.97 | 0.77 |
| Hex | FD | 8D | B5 | 0 | 2C | 1C | 1 | 153 | 61 | 4D |
| Octal | 375 | 215 | 265 | 0 | 54 | 34 | 1 | 523 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10110101 | 0 | 101100 | 11100 | 1 | 101010011 | 1100001 | 1001101 |
Color Harmonies of #FD8DB5
Complementary color
Monochromatic Colors of #FD8DB5
Black with #FD8DB5
Text Example
Text Example
White with #FD8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DB5; }
p { color: rgb(253,141,181); }
H1.HeaderClassName
{
color: #FD8DB5;
}
.AnyTagClassName
{
color: #FD8DB5;
}
</style>
background-color css
<style>
a { background-color: #FD8DB5; }
a { background-color: rgb(253,141,181); }
div.DivClassName
{
background-color: #FD8DB5;
}
.BgClassName
{
background-color: #FD8DB5;
}
</style>
border-color css
<style>
span { border-color: #FD8DB5; }
span { border-color: rgb(253,141,181); }
td.TdClassName
{
border-color: #FD8DB5;
}
.TagClassName
{
border-color: #FD8DB5;
}
</style>