Shades of Illusion #FAA2AF
Tints of Illusion #FAA2AF
RGB
CMYK
RGB Variations
Color information
#FAA2AF (or 0xFAA2AF) is known color: Illusion. HEX triplet: FA, A2 and AF. RGB value is (250,162,175). Sum of RGB (Red+Green+Blue) = 250+162+175=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AF is #055D50. Grayscale: #BDBDBD. Windows color (decimal): -351569 or 11510522. OLE color: 11510522.
HSL color Cylindrical-coordinate representation of color #FAA2AF: hue angle of 351.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2AF is Cyan = 0, Magento = 0.35, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 175 | - |
| CMYK | 0 | 0.35 | 0.3 | 0.02 |
| HSL | 351.14º | 0.9% | 0.81% | - |
| HSV(B) | 351.14º | 0.35% | 0.98% | - |
| XYZ | 60.08 | 49.26 | 46.9 | - |
| YUV | 189.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 175 | 0 | 0.35 | 0.3 | 0.02 | 351.14 | 0.9 | 0.81 |
| Hex | FA | A2 | AF | 0 | 23 | 1E | 2 | 15F | 5A | 51 |
| Octal | 372 | 242 | 257 | 0 | 43 | 36 | 2 | 537 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101111 | 0 | 100011 | 11110 | 10 | 101011111 | 1011010 | 1010001 |
Color Harmonies of #FAA2AF
Complementary color
Monochromatic Colors of #FAA2AF
Black with #FAA2AF
Text Example
Text Example
White with #FAA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2AF; }
p { color: rgb(250,162,175); }
H1.HeaderClassName
{
color: #FAA2AF;
}
.AnyTagClassName
{
color: #FAA2AF;
}
</style>
background-color css
<style>
a { background-color: #FAA2AF; }
a { background-color: rgb(250,162,175); }
div.DivClassName
{
background-color: #FAA2AF;
}
.BgClassName
{
background-color: #FAA2AF;
}
</style>
border-color css
<style>
span { border-color: #FAA2AF; }
span { border-color: rgb(250,162,175); }
td.TdClassName
{
border-color: #FAA2AF;
}
.TagClassName
{
border-color: #FAA2AF;
}
</style>