Shades of Illusion #FDA2AA
Tints of Illusion #FDA2AA
RGB
CMYK
RGB Variations
Color information
#FDA2AA (or 0xFDA2AA) is known color: Illusion. HEX triplet: FD, A2 and AA. RGB value is (253,162,170). Sum of RGB (Red+Green+Blue) = 253+162+170=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2AA is #025D55. Grayscale: #BEBEBE. Windows color (decimal): -154966 or 11182845. OLE color: 11182845.
HSL color Cylindrical-coordinate representation of color #FDA2AA: hue angle of 354.73º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 170 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.01 |
| HSL | 354.73º | 0.96% | 0.81% | - |
| HSV(B) | 354.73º | 0.36% | 0.99% | - |
| XYZ | 60.68 | 49.63 | 44.41 | - |
| YUV | 190.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 170 | 0 | 0.36 | 0.33 | 0.01 | 354.73 | 0.96 | 0.81 |
| Hex | FD | A2 | AA | 0 | 24 | 21 | 1 | 163 | 60 | 51 |
| Octal | 375 | 242 | 252 | 0 | 44 | 41 | 1 | 543 | 140 | 121 |
| Binary | 11111101 | 10100010 | 10101010 | 0 | 100100 | 100001 | 1 | 101100011 | 1100000 | 1010001 |
Color Harmonies of #FDA2AA
Complementary color
Monochromatic Colors of #FDA2AA
Black with #FDA2AA
Text Example
Text Example
White with #FDA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2AA; }
p { color: rgb(253,162,170); }
H1.HeaderClassName
{
color: #FDA2AA;
}
.AnyTagClassName
{
color: #FDA2AA;
}
</style>
background-color css
<style>
a { background-color: #FDA2AA; }
a { background-color: rgb(253,162,170); }
div.DivClassName
{
background-color: #FDA2AA;
}
.BgClassName
{
background-color: #FDA2AA;
}
</style>
border-color css
<style>
span { border-color: #FDA2AA; }
span { border-color: rgb(253,162,170); }
td.TdClassName
{
border-color: #FDA2AA;
}
.TagClassName
{
border-color: #FDA2AA;
}
</style>