Shades of Illusion #FDA2AB
Tints of Illusion #FDA2AB
RGB
CMYK
RGB Variations
Color information
#FDA2AB (or 0xFDA2AB) is known color: Illusion. HEX triplet: FD, A2 and AB. RGB value is (253,162,171). Sum of RGB (Red+Green+Blue) = 253+162+171=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA2AB is #025D54. Grayscale: #BEBEBE. Windows color (decimal): -154965 or 11248381. OLE color: 11248381.
HSL color Cylindrical-coordinate representation of color #FDA2AB: hue angle of 354.07º 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 #FDA2AB is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 171 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.01 |
| HSL | 354.07º | 0.96% | 0.81% | - |
| HSV(B) | 354.07º | 0.36% | 0.99% | - |
| XYZ | 60.78 | 49.66 | 44.91 | - |
| YUV | 190.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 171 | 0 | 0.36 | 0.32 | 0.01 | 354.07 | 0.96 | 0.81 |
| Hex | FD | A2 | AB | 0 | 24 | 20 | 1 | 162 | 60 | 51 |
| Octal | 375 | 242 | 253 | 0 | 44 | 40 | 1 | 542 | 140 | 121 |
| Binary | 11111101 | 10100010 | 10101011 | 0 | 100100 | 100000 | 1 | 101100010 | 1100000 | 1010001 |
Color Harmonies of #FDA2AB
Complementary color
Monochromatic Colors of #FDA2AB
Black with #FDA2AB
Text Example
Text Example
White with #FDA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2AB; }
p { color: rgb(253,162,171); }
H1.HeaderClassName
{
color: #FDA2AB;
}
.AnyTagClassName
{
color: #FDA2AB;
}
</style>
background-color css
<style>
a { background-color: #FDA2AB; }
a { background-color: rgb(253,162,171); }
div.DivClassName
{
background-color: #FDA2AB;
}
.BgClassName
{
background-color: #FDA2AB;
}
</style>
border-color css
<style>
span { border-color: #FDA2AB; }
span { border-color: rgb(253,162,171); }
td.TdClassName
{
border-color: #FDA2AB;
}
.TagClassName
{
border-color: #FDA2AB;
}
</style>