Shades of Illusion #FDA5AB
Tints of Illusion #FDA5AB
RGB
CMYK
RGB Variations
Color information
#FDA5AB (or 0xFDA5AB) is known color: Illusion. HEX triplet: FD, A5 and AB. RGB value is (253,165,171). Sum of RGB (Red+Green+Blue) = 253+165+171=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5AB is #025A54. Grayscale: #C0C0C0. Windows color (decimal): -154197 or 11249149. OLE color: 11249149.
HSL color Cylindrical-coordinate representation of color #FDA5AB: hue angle of 355.91º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5AB is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 171 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.01 |
| HSL | 355.91º | 0.96% | 0.82% | - |
| HSV(B) | 355.91º | 0.35% | 0.99% | - |
| XYZ | 61.31 | 50.73 | 45.09 | - |
| YUV | 192 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 171 | 0 | 0.35 | 0.32 | 0.01 | 355.91 | 0.96 | 0.82 |
| Hex | FD | A5 | AB | 0 | 23 | 20 | 1 | 164 | 60 | 52 |
| Octal | 375 | 245 | 253 | 0 | 43 | 40 | 1 | 544 | 140 | 122 |
| Binary | 11111101 | 10100101 | 10101011 | 0 | 100011 | 100000 | 1 | 101100100 | 1100000 | 1010010 |
Color Harmonies of #FDA5AB
Complementary color
Monochromatic Colors of #FDA5AB
Black with #FDA5AB
Text Example
Text Example
White with #FDA5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5AB; }
p { color: rgb(253,165,171); }
H1.HeaderClassName
{
color: #FDA5AB;
}
.AnyTagClassName
{
color: #FDA5AB;
}
</style>
background-color css
<style>
a { background-color: #FDA5AB; }
a { background-color: rgb(253,165,171); }
div.DivClassName
{
background-color: #FDA5AB;
}
.BgClassName
{
background-color: #FDA5AB;
}
</style>
border-color css
<style>
span { border-color: #FDA5AB; }
span { border-color: rgb(253,165,171); }
td.TdClassName
{
border-color: #FDA5AB;
}
.TagClassName
{
border-color: #FDA5AB;
}
</style>