Shades of Illusion #FFA2B0
Tints of Illusion #FFA2B0
RGB
CMYK
RGB Variations
Color information
#FFA2B0 (or 0xFFA2B0) is known color: Illusion. HEX triplet: FF, A2 and B0. RGB value is (255,162,176). Sum of RGB (Red+Green+Blue) = 255+162+176=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2B0 is #005D4F. Grayscale: #BFBFBF. Windows color (decimal): -23888 or 11576063. OLE color: 11576063.
HSL color Cylindrical-coordinate representation of color #FFA2B0: hue angle of 350.97º 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 #FFA2B0 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 176 | - |
| CMYK | 0 | 0.36 | 0.31 | 0 |
| HSL | 350.97º | 1% | 0.82% | - |
| HSV(B) | 350.97º | 0.36% | 1% | - |
| XYZ | 62 | 50.24 | 47.5 | - |
| YUV | 191.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 176 | 0 | 0.36 | 0.31 | 0 | 350.97 | 1 | 0.82 |
| Hex | FF | A2 | B0 | 0 | 24 | 1F | 0 | 15F | 64 | 52 |
| Octal | 377 | 242 | 260 | 0 | 44 | 37 | 0 | 537 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10110000 | 0 | 100100 | 11111 | 0 | 101011111 | 1100100 | 1010010 |
Color Harmonies of #FFA2B0
Complementary color
Monochromatic Colors of #FFA2B0
Black with #FFA2B0
Text Example
Text Example
White with #FFA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2B0; }
p { color: rgb(255,162,176); }
H1.HeaderClassName
{
color: #FFA2B0;
}
.AnyTagClassName
{
color: #FFA2B0;
}
</style>
background-color css
<style>
a { background-color: #FFA2B0; }
a { background-color: rgb(255,162,176); }
div.DivClassName
{
background-color: #FFA2B0;
}
.BgClassName
{
background-color: #FFA2B0;
}
</style>
border-color css
<style>
span { border-color: #FFA2B0; }
span { border-color: rgb(255,162,176); }
td.TdClassName
{
border-color: #FFA2B0;
}
.TagClassName
{
border-color: #FFA2B0;
}
</style>