Shades of Illusion #FAA0B5
Tints of Illusion #FAA0B5
RGB
CMYK
RGB Variations
Color information
#FAA0B5 (or 0xFAA0B5) is known color: Illusion. HEX triplet: FA, A0 and B5. RGB value is (250,160,181). Sum of RGB (Red+Green+Blue) = 250+160+181=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0B5 is #055F4A. Grayscale: #BDBDBD. Windows color (decimal): -352075 or 11903226. OLE color: 11903226.
HSL color Cylindrical-coordinate representation of color #FAA0B5: hue angle of 346º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0B5 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 181 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.02 |
| HSL | 346º | 0.9% | 0.8% | - |
| HSV(B) | 346º | 0.36% | 0.98% | - |
| XYZ | 60.34 | 48.8 | 49.96 | - |
| YUV | 189.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 181 | 0 | 0.36 | 0.28 | 0.02 | 346 | 0.9 | 0.8 |
| Hex | FA | A0 | B5 | 0 | 24 | 1C | 2 | 15A | 5A | 50 |
| Octal | 372 | 240 | 265 | 0 | 44 | 34 | 2 | 532 | 132 | 120 |
| Binary | 11111010 | 10100000 | 10110101 | 0 | 100100 | 11100 | 10 | 101011010 | 1011010 | 1010000 |
Color Harmonies of #FAA0B5
Complementary color
Monochromatic Colors of #FAA0B5
Black with #FAA0B5
Text Example
Text Example
White with #FAA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0B5; }
p { color: rgb(250,160,181); }
H1.HeaderClassName
{
color: #FAA0B5;
}
.AnyTagClassName
{
color: #FAA0B5;
}
</style>
background-color css
<style>
a { background-color: #FAA0B5; }
a { background-color: rgb(250,160,181); }
div.DivClassName
{
background-color: #FAA0B5;
}
.BgClassName
{
background-color: #FAA0B5;
}
</style>
border-color css
<style>
span { border-color: #FAA0B5; }
span { border-color: rgb(250,160,181); }
td.TdClassName
{
border-color: #FAA0B5;
}
.TagClassName
{
border-color: #FAA0B5;
}
</style>