Shades of Illusion #FBA2B6
Tints of Illusion #FBA2B6
RGB
CMYK
RGB Variations
Color information
#FBA2B6 (or 0xFBA2B6) is known color: Illusion. HEX triplet: FB, A2 and B6. RGB value is (251,162,182). Sum of RGB (Red+Green+Blue) = 251+162+182=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2B6 is #045D49. Grayscale: #BEBEBE. Windows color (decimal): -286026 or 11969275. OLE color: 11969275.
HSL color Cylindrical-coordinate representation of color #FBA2B6: hue angle of 346.52º 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 #FBA2B6 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 182 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.02 |
| HSL | 346.52º | 0.92% | 0.81% | - |
| HSV(B) | 346.52º | 0.35% | 0.98% | - |
| XYZ | 61.15 | 49.73 | 50.63 | - |
| YUV | 190.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 182 | 0 | 0.35 | 0.27 | 0.02 | 346.52 | 0.92 | 0.81 |
| Hex | FB | A2 | B6 | 0 | 23 | 1B | 2 | 15B | 5C | 51 |
| Octal | 373 | 242 | 266 | 0 | 43 | 33 | 2 | 533 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10110110 | 0 | 100011 | 11011 | 10 | 101011011 | 1011100 | 1010001 |
Color Harmonies of #FBA2B6
Complementary color
Monochromatic Colors of #FBA2B6
Black with #FBA2B6
Text Example
Text Example
White with #FBA2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2B6; }
p { color: rgb(251,162,182); }
H1.HeaderClassName
{
color: #FBA2B6;
}
.AnyTagClassName
{
color: #FBA2B6;
}
</style>
background-color css
<style>
a { background-color: #FBA2B6; }
a { background-color: rgb(251,162,182); }
div.DivClassName
{
background-color: #FBA2B6;
}
.BgClassName
{
background-color: #FBA2B6;
}
</style>
border-color css
<style>
span { border-color: #FBA2B6; }
span { border-color: rgb(251,162,182); }
td.TdClassName
{
border-color: #FBA2B6;
}
.TagClassName
{
border-color: #FBA2B6;
}
</style>