Shades of Illusion #FDA3AB
Tints of Illusion #FDA3AB
RGB
CMYK
RGB Variations
Color information
#FDA3AB (or 0xFDA3AB) is known color: Illusion. HEX triplet: FD, A3 and AB. RGB value is (253,163,171). Sum of RGB (Red+Green+Blue) = 253+163+171=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA3AB is #025C54. Grayscale: #BEBEBE. Windows color (decimal): -154709 or 11248637. OLE color: 11248637.
HSL color Cylindrical-coordinate representation of color #FDA3AB: hue angle of 354.67º 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 #FDA3AB is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 171 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.01 |
| HSL | 354.67º | 0.96% | 0.82% | - |
| HSV(B) | 354.67º | 0.36% | 0.99% | - |
| XYZ | 60.96 | 50.02 | 44.97 | - |
| YUV | 190.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 171 | 0 | 0.36 | 0.32 | 0.01 | 354.67 | 0.96 | 0.82 |
| Hex | FD | A3 | AB | 0 | 24 | 20 | 1 | 163 | 60 | 52 |
| Octal | 375 | 243 | 253 | 0 | 44 | 40 | 1 | 543 | 140 | 122 |
| Binary | 11111101 | 10100011 | 10101011 | 0 | 100100 | 100000 | 1 | 101100011 | 1100000 | 1010010 |
Color Harmonies of #FDA3AB
Complementary color
Monochromatic Colors of #FDA3AB
Black with #FDA3AB
Text Example
Text Example
White with #FDA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3AB; }
p { color: rgb(253,163,171); }
H1.HeaderClassName
{
color: #FDA3AB;
}
.AnyTagClassName
{
color: #FDA3AB;
}
</style>
background-color css
<style>
a { background-color: #FDA3AB; }
a { background-color: rgb(253,163,171); }
div.DivClassName
{
background-color: #FDA3AB;
}
.BgClassName
{
background-color: #FDA3AB;
}
</style>
border-color css
<style>
span { border-color: #FDA3AB; }
span { border-color: rgb(253,163,171); }
td.TdClassName
{
border-color: #FDA3AB;
}
.TagClassName
{
border-color: #FDA3AB;
}
</style>