Shades of Illusion #FFA2AD
Tints of Illusion #FFA2AD
RGB
CMYK
RGB Variations
Color information
#FFA2AD (or 0xFFA2AD) is known color: Illusion. HEX triplet: FF, A2 and AD. RGB value is (255,162,173). Sum of RGB (Red+Green+Blue) = 255+162+173=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2AD is #005D52. Grayscale: #BFBFBF. Windows color (decimal): -23891 or 11379455. OLE color: 11379455.
HSL color Cylindrical-coordinate representation of color #FFA2AD: hue angle of 352.9º 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 #FFA2AD is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 173 | - |
| CMYK | 0 | 0.36 | 0.32 | 0 |
| HSL | 352.9º | 1% | 0.82% | - |
| HSV(B) | 352.9º | 0.36% | 1% | - |
| XYZ | 61.7 | 50.12 | 45.96 | - |
| YUV | 191.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 173 | 0 | 0.36 | 0.32 | 0 | 352.9 | 1 | 0.82 |
| Hex | FF | A2 | AD | 0 | 24 | 20 | 0 | 161 | 64 | 52 |
| Octal | 377 | 242 | 255 | 0 | 44 | 40 | 0 | 541 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10101101 | 0 | 100100 | 100000 | 0 | 101100001 | 1100100 | 1010010 |
Color Harmonies of #FFA2AD
Complementary color
Monochromatic Colors of #FFA2AD
Black with #FFA2AD
Text Example
Text Example
White with #FFA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2AD; }
p { color: rgb(255,162,173); }
H1.HeaderClassName
{
color: #FFA2AD;
}
.AnyTagClassName
{
color: #FFA2AD;
}
</style>
background-color css
<style>
a { background-color: #FFA2AD; }
a { background-color: rgb(255,162,173); }
div.DivClassName
{
background-color: #FFA2AD;
}
.BgClassName
{
background-color: #FFA2AD;
}
</style>
border-color css
<style>
span { border-color: #FFA2AD; }
span { border-color: rgb(255,162,173); }
td.TdClassName
{
border-color: #FFA2AD;
}
.TagClassName
{
border-color: #FFA2AD;
}
</style>