Shades of Illusion #FDA3AA
Tints of Illusion #FDA3AA
RGB
CMYK
RGB Variations
Color information
#FDA3AA (or 0xFDA3AA) is known color: Illusion. HEX triplet: FD, A3 and AA. RGB value is (253,163,170). Sum of RGB (Red+Green+Blue) = 253+163+170=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3AA is #025C55. Grayscale: #BEBEBE. Windows color (decimal): -154710 or 11183101. OLE color: 11183101.
HSL color Cylindrical-coordinate representation of color #FDA3AA: hue angle of 355.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 #FDA3AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 170 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.01 |
| HSL | 355.33º | 0.96% | 0.82% | - |
| HSV(B) | 355.33º | 0.36% | 0.99% | - |
| XYZ | 60.86 | 49.98 | 44.47 | - |
| YUV | 190.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 170 | 0 | 0.36 | 0.33 | 0.01 | 355.33 | 0.96 | 0.82 |
| Hex | FD | A3 | AA | 0 | 24 | 21 | 1 | 163 | 60 | 52 |
| Octal | 375 | 243 | 252 | 0 | 44 | 41 | 1 | 543 | 140 | 122 |
| Binary | 11111101 | 10100011 | 10101010 | 0 | 100100 | 100001 | 1 | 101100011 | 1100000 | 1010010 |
Color Harmonies of #FDA3AA
Complementary color
Monochromatic Colors of #FDA3AA
Black with #FDA3AA
Text Example
Text Example
White with #FDA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3AA; }
p { color: rgb(253,163,170); }
H1.HeaderClassName
{
color: #FDA3AA;
}
.AnyTagClassName
{
color: #FDA3AA;
}
</style>
background-color css
<style>
a { background-color: #FDA3AA; }
a { background-color: rgb(253,163,170); }
div.DivClassName
{
background-color: #FDA3AA;
}
.BgClassName
{
background-color: #FDA3AA;
}
</style>
border-color css
<style>
span { border-color: #FDA3AA; }
span { border-color: rgb(253,163,170); }
td.TdClassName
{
border-color: #FDA3AA;
}
.TagClassName
{
border-color: #FDA3AA;
}
</style>