Shades of Illusion #FBA1B6
Tints of Illusion #FBA1B6
RGB
CMYK
RGB Variations
Color information
#FBA1B6 (or 0xFBA1B6) is known color: Illusion. HEX triplet: FB, A1 and B6. RGB value is (251,161,182). Sum of RGB (Red+Green+Blue) = 251+161+182=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1B6 is #045E49. Grayscale: #BEBEBE. Windows color (decimal): -286282 or 11969019. OLE color: 11969019.
HSL color Cylindrical-coordinate representation of color #FBA1B6: hue angle of 346º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1B6 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 182 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.02 |
| HSL | 346º | 0.92% | 0.81% | - |
| HSV(B) | 346º | 0.36% | 0.98% | - |
| XYZ | 60.97 | 49.38 | 50.57 | - |
| YUV | 190.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 182 | 0 | 0.36 | 0.27 | 0.02 | 346 | 0.92 | 0.81 |
| Hex | FB | A1 | B6 | 0 | 24 | 1B | 2 | 15A | 5C | 51 |
| Octal | 373 | 241 | 266 | 0 | 44 | 33 | 2 | 532 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10110110 | 0 | 100100 | 11011 | 10 | 101011010 | 1011100 | 1010001 |
Color Harmonies of #FBA1B6
Complementary color
Monochromatic Colors of #FBA1B6
Black with #FBA1B6
Text Example
Text Example
White with #FBA1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1B6; }
p { color: rgb(251,161,182); }
H1.HeaderClassName
{
color: #FBA1B6;
}
.AnyTagClassName
{
color: #FBA1B6;
}
</style>
background-color css
<style>
a { background-color: #FBA1B6; }
a { background-color: rgb(251,161,182); }
div.DivClassName
{
background-color: #FBA1B6;
}
.BgClassName
{
background-color: #FBA1B6;
}
</style>
border-color css
<style>
span { border-color: #FBA1B6; }
span { border-color: rgb(251,161,182); }
td.TdClassName
{
border-color: #FBA1B6;
}
.TagClassName
{
border-color: #FBA1B6;
}
</style>