Shades of Illusion #FDA3AD
Tints of Illusion #FDA3AD
RGB
CMYK
RGB Variations
Color information
#FDA3AD (or 0xFDA3AD) is known color: Illusion. HEX triplet: FD, A3 and AD. RGB value is (253,163,173). Sum of RGB (Red+Green+Blue) = 253+163+173=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3AD is #025C52. Grayscale: #BFBFBF. Windows color (decimal): -154707 or 11379709. OLE color: 11379709.
HSL color Cylindrical-coordinate representation of color #FDA3AD: hue angle of 353.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3AD is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 173 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.01 |
| HSL | 353.33º | 0.96% | 0.82% | - |
| HSV(B) | 353.33º | 0.36% | 0.99% | - |
| XYZ | 61.15 | 50.09 | 45.98 | - |
| YUV | 191.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 173 | 0 | 0.36 | 0.32 | 0.01 | 353.33 | 0.96 | 0.82 |
| Hex | FD | A3 | AD | 0 | 24 | 20 | 1 | 161 | 60 | 52 |
| Octal | 375 | 243 | 255 | 0 | 44 | 40 | 1 | 541 | 140 | 122 |
| Binary | 11111101 | 10100011 | 10101101 | 0 | 100100 | 100000 | 1 | 101100001 | 1100000 | 1010010 |
Color Harmonies of #FDA3AD
Complementary color
Monochromatic Colors of #FDA3AD
Black with #FDA3AD
Text Example
Text Example
White with #FDA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3AD; }
p { color: rgb(253,163,173); }
H1.HeaderClassName
{
color: #FDA3AD;
}
.AnyTagClassName
{
color: #FDA3AD;
}
</style>
background-color css
<style>
a { background-color: #FDA3AD; }
a { background-color: rgb(253,163,173); }
div.DivClassName
{
background-color: #FDA3AD;
}
.BgClassName
{
background-color: #FDA3AD;
}
</style>
border-color css
<style>
span { border-color: #FDA3AD; }
span { border-color: rgb(253,163,173); }
td.TdClassName
{
border-color: #FDA3AD;
}
.TagClassName
{
border-color: #FDA3AD;
}
</style>