Shades of Illusion #FBA2B1
Tints of Illusion #FBA2B1
RGB
CMYK
RGB Variations
Color information
#FBA2B1 (or 0xFBA2B1) is known color: Illusion. HEX triplet: FB, A2 and B1. RGB value is (251,162,177). Sum of RGB (Red+Green+Blue) = 251+162+177=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2B1 is #045D4E. Grayscale: #BEBEBE. Windows color (decimal): -286031 or 11641595. OLE color: 11641595.
HSL color Cylindrical-coordinate representation of color #FBA2B1: hue angle of 349.89º degrees, saturation: 0.92, 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 #FBA2B1 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 177 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.02 |
| HSL | 349.89º | 0.92% | 0.81% | - |
| HSV(B) | 349.89º | 0.35% | 0.98% | - |
| XYZ | 60.64 | 49.52 | 47.96 | - |
| YUV | 190.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 177 | 0 | 0.35 | 0.29 | 0.02 | 349.89 | 0.92 | 0.81 |
| Hex | FB | A2 | B1 | 0 | 23 | 1D | 2 | 15E | 5C | 51 |
| Octal | 373 | 242 | 261 | 0 | 43 | 35 | 2 | 536 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10110001 | 0 | 100011 | 11101 | 10 | 101011110 | 1011100 | 1010001 |
Color Harmonies of #FBA2B1
Complementary color
Monochromatic Colors of #FBA2B1
Black with #FBA2B1
Text Example
Text Example
White with #FBA2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2B1; }
p { color: rgb(251,162,177); }
H1.HeaderClassName
{
color: #FBA2B1;
}
.AnyTagClassName
{
color: #FBA2B1;
}
</style>
background-color css
<style>
a { background-color: #FBA2B1; }
a { background-color: rgb(251,162,177); }
div.DivClassName
{
background-color: #FBA2B1;
}
.BgClassName
{
background-color: #FBA2B1;
}
</style>
border-color css
<style>
span { border-color: #FBA2B1; }
span { border-color: rgb(251,162,177); }
td.TdClassName
{
border-color: #FBA2B1;
}
.TagClassName
{
border-color: #FBA2B1;
}
</style>