Shades of Illusion #FBA2B0
Tints of Illusion #FBA2B0
RGB
CMYK
RGB Variations
Color information
#FBA2B0 (or 0xFBA2B0) is known color: Illusion. HEX triplet: FB, A2 and B0. RGB value is (251,162,176). Sum of RGB (Red+Green+Blue) = 251+162+176=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2B0 is #045D4F. Grayscale: #BEBEBE. Windows color (decimal): -286032 or 11576059. OLE color: 11576059.
HSL color Cylindrical-coordinate representation of color #FBA2B0: hue angle of 350.56º 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 #FBA2B0 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 176 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.02 |
| HSL | 350.56º | 0.92% | 0.81% | - |
| HSV(B) | 350.56º | 0.35% | 0.98% | - |
| XYZ | 60.54 | 49.48 | 47.43 | - |
| YUV | 190.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 176 | 0 | 0.35 | 0.30 | 0.02 | 350.56 | 0.92 | 0.81 |
| Hex | FB | A2 | B0 | 0 | 23 | 1E | 2 | 15F | 5C | 51 |
| Octal | 373 | 242 | 260 | 0 | 43 | 36 | 2 | 537 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10110000 | 0 | 100011 | 11110 | 10 | 101011111 | 1011100 | 1010001 |
Color Harmonies of #FBA2B0
Complementary color
Monochromatic Colors of #FBA2B0
Black with #FBA2B0
Text Example
Text Example
White with #FBA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2B0; }
p { color: rgb(251,162,176); }
H1.HeaderClassName
{
color: #FBA2B0;
}
.AnyTagClassName
{
color: #FBA2B0;
}
</style>
background-color css
<style>
a { background-color: #FBA2B0; }
a { background-color: rgb(251,162,176); }
div.DivClassName
{
background-color: #FBA2B0;
}
.BgClassName
{
background-color: #FBA2B0;
}
</style>
border-color css
<style>
span { border-color: #FBA2B0; }
span { border-color: rgb(251,162,176); }
td.TdClassName
{
border-color: #FBA2B0;
}
.TagClassName
{
border-color: #FBA2B0;
}
</style>