Shades of Illusion #FFA2B2
Tints of Illusion #FFA2B2
RGB
CMYK
RGB Variations
Color information
#FFA2B2 (or 0xFFA2B2) is known color: Illusion. HEX triplet: FF, A2 and B2. RGB value is (255,162,178). Sum of RGB (Red+Green+Blue) = 255+162+178=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2B2 is #005D4D. Grayscale: #BFBFBF. Windows color (decimal): -23886 or 11707135. OLE color: 11707135.
HSL color Cylindrical-coordinate representation of color #FFA2B2: hue angle of 349.68º 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 #FFA2B2 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 178 | - |
| CMYK | 0 | 0.36 | 0.30 | 0 |
| HSL | 349.68º | 1% | 0.82% | - |
| HSV(B) | 349.68º | 0.36% | 1% | - |
| XYZ | 62.2 | 50.32 | 48.55 | - |
| YUV | 191.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 178 | 0 | 0.36 | 0.30 | 0 | 349.68 | 1 | 0.82 |
| Hex | FF | A2 | B2 | 0 | 24 | 1E | 0 | 15E | 64 | 52 |
| Octal | 377 | 242 | 262 | 0 | 44 | 36 | 0 | 536 | 144 | 122 |
| Binary | 11111111 | 10100010 | 10110010 | 0 | 100100 | 11110 | 0 | 101011110 | 1100100 | 1010010 |
Color Harmonies of #FFA2B2
Complementary color
Monochromatic Colors of #FFA2B2
Black with #FFA2B2
Text Example
Text Example
White with #FFA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2B2; }
p { color: rgb(255,162,178); }
H1.HeaderClassName
{
color: #FFA2B2;
}
.AnyTagClassName
{
color: #FFA2B2;
}
</style>
background-color css
<style>
a { background-color: #FFA2B2; }
a { background-color: rgb(255,162,178); }
div.DivClassName
{
background-color: #FFA2B2;
}
.BgClassName
{
background-color: #FFA2B2;
}
</style>
border-color css
<style>
span { border-color: #FFA2B2; }
span { border-color: rgb(255,162,178); }
td.TdClassName
{
border-color: #FFA2B2;
}
.TagClassName
{
border-color: #FFA2B2;
}
</style>