Shades of Illusion #FBA5AA
Tints of Illusion #FBA5AA
RGB
CMYK
RGB Variations
Color information
#FBA5AA (or 0xFBA5AA) is known color: Illusion. HEX triplet: FB, A5 and AA. RGB value is (251,165,170). Sum of RGB (Red+Green+Blue) = 251+165+170=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5AA is #045A55. Grayscale: #BFBFBF. Windows color (decimal): -285270 or 11183611. OLE color: 11183611.
HSL color Cylindrical-coordinate representation of color #FBA5AA: hue angle of 356.51º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5AA is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 170 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.02 |
| HSL | 356.51º | 0.91% | 0.82% | - |
| HSV(B) | 356.51º | 0.34% | 0.98% | - |
| XYZ | 60.49 | 50.32 | 44.55 | - |
| YUV | 191.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 170 | 0 | 0.34 | 0.32 | 0.02 | 356.51 | 0.91 | 0.82 |
| Hex | FB | A5 | AA | 0 | 22 | 20 | 2 | 165 | 5B | 52 |
| Octal | 373 | 245 | 252 | 0 | 42 | 40 | 2 | 545 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10101010 | 0 | 100010 | 100000 | 10 | 101100101 | 1011011 | 1010010 |
Color Harmonies of #FBA5AA
Complementary color
Monochromatic Colors of #FBA5AA
Black with #FBA5AA
Text Example
Text Example
White with #FBA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5AA; }
p { color: rgb(251,165,170); }
H1.HeaderClassName
{
color: #FBA5AA;
}
.AnyTagClassName
{
color: #FBA5AA;
}
</style>
background-color css
<style>
a { background-color: #FBA5AA; }
a { background-color: rgb(251,165,170); }
div.DivClassName
{
background-color: #FBA5AA;
}
.BgClassName
{
background-color: #FBA5AA;
}
</style>
border-color css
<style>
span { border-color: #FBA5AA; }
span { border-color: rgb(251,165,170); }
td.TdClassName
{
border-color: #FBA5AA;
}
.TagClassName
{
border-color: #FBA5AA;
}
</style>