Shades of Illusion #FDA0AA
Tints of Illusion #FDA0AA
RGB
CMYK
RGB Variations
Color information
#FDA0AA (or 0xFDA0AA) is known color: Illusion. HEX triplet: FD, A0 and AA. RGB value is (253,160,170). Sum of RGB (Red+Green+Blue) = 253+160+170=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA0AA is #025F55. Grayscale: #BCBCBC. Windows color (decimal): -155478 or 11182333. OLE color: 11182333.
HSL color Cylindrical-coordinate representation of color #FDA0AA: hue angle of 353.55º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0AA is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 170 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.01 |
| HSL | 353.55º | 0.96% | 0.81% | - |
| HSV(B) | 353.55º | 0.37% | 0.99% | - |
| XYZ | 60.33 | 48.93 | 44.29 | - |
| YUV | 188.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 170 | 0 | 0.37 | 0.33 | 0.01 | 353.55 | 0.96 | 0.81 |
| Hex | FD | A0 | AA | 0 | 25 | 21 | 1 | 162 | 60 | 51 |
| Octal | 375 | 240 | 252 | 0 | 45 | 41 | 1 | 542 | 140 | 121 |
| Binary | 11111101 | 10100000 | 10101010 | 0 | 100101 | 100001 | 1 | 101100010 | 1100000 | 1010001 |
Color Harmonies of #FDA0AA
Complementary color
Monochromatic Colors of #FDA0AA
Black with #FDA0AA
Text Example
Text Example
White with #FDA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0AA; }
p { color: rgb(253,160,170); }
H1.HeaderClassName
{
color: #FDA0AA;
}
.AnyTagClassName
{
color: #FDA0AA;
}
</style>
background-color css
<style>
a { background-color: #FDA0AA; }
a { background-color: rgb(253,160,170); }
div.DivClassName
{
background-color: #FDA0AA;
}
.BgClassName
{
background-color: #FDA0AA;
}
</style>
border-color css
<style>
span { border-color: #FDA0AA; }
span { border-color: rgb(253,160,170); }
td.TdClassName
{
border-color: #FDA0AA;
}
.TagClassName
{
border-color: #FDA0AA;
}
</style>