Shades of Illusion #FDA4AD
Tints of Illusion #FDA4AD
RGB
CMYK
RGB Variations
Color information
#FDA4AD (or 0xFDA4AD) is known color: Illusion. HEX triplet: FD, A4 and AD. RGB value is (253,164,173). Sum of RGB (Red+Green+Blue) = 253+164+173=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA4AD is #025B52. Grayscale: #BFBFBF. Windows color (decimal): -154451 or 11379965. OLE color: 11379965.
HSL color Cylindrical-coordinate representation of color #FDA4AD: hue angle of 353.93º 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 #FDA4AD is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 173 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.01 |
| HSL | 353.93º | 0.96% | 0.82% | - |
| HSV(B) | 353.93º | 0.35% | 0.99% | - |
| XYZ | 61.33 | 50.45 | 46.04 | - |
| YUV | 191.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 173 | 0 | 0.35 | 0.32 | 0.01 | 353.93 | 0.96 | 0.82 |
| Hex | FD | A4 | AD | 0 | 23 | 20 | 1 | 162 | 60 | 52 |
| Octal | 375 | 244 | 255 | 0 | 43 | 40 | 1 | 542 | 140 | 122 |
| Binary | 11111101 | 10100100 | 10101101 | 0 | 100011 | 100000 | 1 | 101100010 | 1100000 | 1010010 |
Color Harmonies of #FDA4AD
Complementary color
Monochromatic Colors of #FDA4AD
Black with #FDA4AD
Text Example
Text Example
White with #FDA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4AD; }
p { color: rgb(253,164,173); }
H1.HeaderClassName
{
color: #FDA4AD;
}
.AnyTagClassName
{
color: #FDA4AD;
}
</style>
background-color css
<style>
a { background-color: #FDA4AD; }
a { background-color: rgb(253,164,173); }
div.DivClassName
{
background-color: #FDA4AD;
}
.BgClassName
{
background-color: #FDA4AD;
}
</style>
border-color css
<style>
span { border-color: #FDA4AD; }
span { border-color: rgb(253,164,173); }
td.TdClassName
{
border-color: #FDA4AD;
}
.TagClassName
{
border-color: #FDA4AD;
}
</style>