Shades of Illusion #FDA0AB
Tints of Illusion #FDA0AB
RGB
CMYK
RGB Variations
Color information
#FDA0AB (or 0xFDA0AB) is known color: Illusion. HEX triplet: FD, A0 and AB. RGB value is (253,160,171). Sum of RGB (Red+Green+Blue) = 253+160+171=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA0AB is #025F54. Grayscale: #BDBDBD. Windows color (decimal): -155477 or 11247869. OLE color: 11247869.
HSL color Cylindrical-coordinate representation of color #FDA0AB: hue angle of 352.9º 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 #FDA0AB is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 171 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.01 |
| HSL | 352.9º | 0.96% | 0.81% | - |
| HSV(B) | 352.9º | 0.37% | 0.99% | - |
| XYZ | 60.43 | 48.96 | 44.79 | - |
| YUV | 189.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 171 | 0 | 0.37 | 0.32 | 0.01 | 352.9 | 0.96 | 0.81 |
| Hex | FD | A0 | AB | 0 | 25 | 20 | 1 | 161 | 60 | 51 |
| Octal | 375 | 240 | 253 | 0 | 45 | 40 | 1 | 541 | 140 | 121 |
| Binary | 11111101 | 10100000 | 10101011 | 0 | 100101 | 100000 | 1 | 101100001 | 1100000 | 1010001 |
Color Harmonies of #FDA0AB
Complementary color
Monochromatic Colors of #FDA0AB
Black with #FDA0AB
Text Example
Text Example
White with #FDA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0AB; }
p { color: rgb(253,160,171); }
H1.HeaderClassName
{
color: #FDA0AB;
}
.AnyTagClassName
{
color: #FDA0AB;
}
</style>
background-color css
<style>
a { background-color: #FDA0AB; }
a { background-color: rgb(253,160,171); }
div.DivClassName
{
background-color: #FDA0AB;
}
.BgClassName
{
background-color: #FDA0AB;
}
</style>
border-color css
<style>
span { border-color: #FDA0AB; }
span { border-color: rgb(253,160,171); }
td.TdClassName
{
border-color: #FDA0AB;
}
.TagClassName
{
border-color: #FDA0AB;
}
</style>