Shades of Illusion #FDA4AB
Tints of Illusion #FDA4AB
RGB
CMYK
RGB Variations
Color information
#FDA4AB (or 0xFDA4AB) is known color: Illusion. HEX triplet: FD, A4 and AB. RGB value is (253,164,171). Sum of RGB (Red+Green+Blue) = 253+164+171=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA4AB is #025B54. Grayscale: #BFBFBF. Windows color (decimal): -154453 or 11248893. OLE color: 11248893.
HSL color Cylindrical-coordinate representation of color #FDA4AB: hue angle of 355.28º 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 #FDA4AB is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 171 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.01 |
| HSL | 355.28º | 0.96% | 0.82% | - |
| HSV(B) | 355.28º | 0.35% | 0.99% | - |
| XYZ | 61.13 | 50.37 | 45.03 | - |
| YUV | 191.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 171 | 0 | 0.35 | 0.32 | 0.01 | 355.28 | 0.96 | 0.82 |
| Hex | FD | A4 | AB | 0 | 23 | 20 | 1 | 163 | 60 | 52 |
| Octal | 375 | 244 | 253 | 0 | 43 | 40 | 1 | 543 | 140 | 122 |
| Binary | 11111101 | 10100100 | 10101011 | 0 | 100011 | 100000 | 1 | 101100011 | 1100000 | 1010010 |
Color Harmonies of #FDA4AB
Complementary color
Monochromatic Colors of #FDA4AB
Black with #FDA4AB
Text Example
Text Example
White with #FDA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4AB; }
p { color: rgb(253,164,171); }
H1.HeaderClassName
{
color: #FDA4AB;
}
.AnyTagClassName
{
color: #FDA4AB;
}
</style>
background-color css
<style>
a { background-color: #FDA4AB; }
a { background-color: rgb(253,164,171); }
div.DivClassName
{
background-color: #FDA4AB;
}
.BgClassName
{
background-color: #FDA4AB;
}
</style>
border-color css
<style>
span { border-color: #FDA4AB; }
span { border-color: rgb(253,164,171); }
td.TdClassName
{
border-color: #FDA4AB;
}
.TagClassName
{
border-color: #FDA4AB;
}
</style>