Shades of Illusion #FDA5AD
Tints of Illusion #FDA5AD
RGB
CMYK
RGB Variations
Color information
#FDA5AD (or 0xFDA5AD) is known color: Illusion. HEX triplet: FD, A5 and AD. RGB value is (253,165,173). Sum of RGB (Red+Green+Blue) = 253+165+173=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5AD is #025A52. Grayscale: #C0C0C0. Windows color (decimal): -154195 or 11380221. OLE color: 11380221.
HSL color Cylindrical-coordinate representation of color #FDA5AD: hue angle of 354.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5AD is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 173 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.01 |
| HSL | 354.55º | 0.96% | 0.82% | - |
| HSV(B) | 354.55º | 0.35% | 0.99% | - |
| XYZ | 61.51 | 50.81 | 46.1 | - |
| YUV | 192.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 173 | 0 | 0.35 | 0.32 | 0.01 | 354.55 | 0.96 | 0.82 |
| Hex | FD | A5 | AD | 0 | 23 | 20 | 1 | 163 | 60 | 52 |
| Octal | 375 | 245 | 255 | 0 | 43 | 40 | 1 | 543 | 140 | 122 |
| Binary | 11111101 | 10100101 | 10101101 | 0 | 100011 | 100000 | 1 | 101100011 | 1100000 | 1010010 |
Color Harmonies of #FDA5AD
Complementary color
Monochromatic Colors of #FDA5AD
Black with #FDA5AD
Text Example
Text Example
White with #FDA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5AD; }
p { color: rgb(253,165,173); }
H1.HeaderClassName
{
color: #FDA5AD;
}
.AnyTagClassName
{
color: #FDA5AD;
}
</style>
background-color css
<style>
a { background-color: #FDA5AD; }
a { background-color: rgb(253,165,173); }
div.DivClassName
{
background-color: #FDA5AD;
}
.BgClassName
{
background-color: #FDA5AD;
}
</style>
border-color css
<style>
span { border-color: #FDA5AD; }
span { border-color: rgb(253,165,173); }
td.TdClassName
{
border-color: #FDA5AD;
}
.TagClassName
{
border-color: #FDA5AD;
}
</style>