Shades of Illusion #FFA4AB
Tints of Illusion #FFA4AB
RGB
CMYK
RGB Variations
Color information
#FFA4AB (or 0xFFA4AB) is known color: Illusion. HEX triplet: FF, A4 and AB. RGB value is (255,164,171). Sum of RGB (Red+Green+Blue) = 255+164+171=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4AB is #005B54. Grayscale: #C0C0C0. Windows color (decimal): -23381 or 11248895. OLE color: 11248895.
HSL color Cylindrical-coordinate representation of color #FFA4AB: hue angle of 355.38º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA4AB is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 171 | - |
| CMYK | 0 | 0.36 | 0.33 | 0 |
| HSL | 355.38º | 1% | 0.82% | - |
| HSV(B) | 355.38º | 0.36% | 1% | - |
| XYZ | 61.87 | 50.75 | 45.06 | - |
| YUV | 192.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 171 | 0 | 0.36 | 0.33 | 0 | 355.38 | 1 | 0.82 |
| Hex | FF | A4 | AB | 0 | 24 | 21 | 0 | 163 | 64 | 52 |
| Octal | 377 | 244 | 253 | 0 | 44 | 41 | 0 | 543 | 144 | 122 |
| Binary | 11111111 | 10100100 | 10101011 | 0 | 100100 | 100001 | 0 | 101100011 | 1100100 | 1010010 |
Color Harmonies of #FFA4AB
Complementary color
Monochromatic Colors of #FFA4AB
Black with #FFA4AB
Text Example
Text Example
White with #FFA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA4AB; }
p { color: rgb(255,164,171); }
H1.HeaderClassName
{
color: #FFA4AB;
}
.AnyTagClassName
{
color: #FFA4AB;
}
</style>
background-color css
<style>
a { background-color: #FFA4AB; }
a { background-color: rgb(255,164,171); }
div.DivClassName
{
background-color: #FFA4AB;
}
.BgClassName
{
background-color: #FFA4AB;
}
</style>
border-color css
<style>
span { border-color: #FFA4AB; }
span { border-color: rgb(255,164,171); }
td.TdClassName
{
border-color: #FFA4AB;
}
.TagClassName
{
border-color: #FFA4AB;
}
</style>