Shades of Illusion #FBA6AB
Tints of Illusion #FBA6AB
RGB
CMYK
RGB Variations
Color information
#FBA6AB (or 0xFBA6AB) is known color: Illusion. HEX triplet: FB, A6 and AB. RGB value is (251,166,171). Sum of RGB (Red+Green+Blue) = 251+166+171=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6AB is #045954. Grayscale: #C0C0C0. Windows color (decimal): -285013 or 11249403. OLE color: 11249403.
HSL color Cylindrical-coordinate representation of color #FBA6AB: hue angle of 356.47º 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 #FBA6AB is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 171 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.02 |
| HSL | 356.47º | 0.91% | 0.82% | - |
| HSV(B) | 356.47º | 0.34% | 0.98% | - |
| XYZ | 60.77 | 50.72 | 45.12 | - |
| YUV | 191.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 171 | 0 | 0.34 | 0.32 | 0.02 | 356.47 | 0.91 | 0.82 |
| Hex | FB | A6 | AB | 0 | 22 | 20 | 2 | 164 | 5B | 52 |
| Octal | 373 | 246 | 253 | 0 | 42 | 40 | 2 | 544 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10101011 | 0 | 100010 | 100000 | 10 | 101100100 | 1011011 | 1010010 |
Color Harmonies of #FBA6AB
Complementary color
Monochromatic Colors of #FBA6AB
Black with #FBA6AB
Text Example
Text Example
White with #FBA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6AB; }
p { color: rgb(251,166,171); }
H1.HeaderClassName
{
color: #FBA6AB;
}
.AnyTagClassName
{
color: #FBA6AB;
}
</style>
background-color css
<style>
a { background-color: #FBA6AB; }
a { background-color: rgb(251,166,171); }
div.DivClassName
{
background-color: #FBA6AB;
}
.BgClassName
{
background-color: #FBA6AB;
}
</style>
border-color css
<style>
span { border-color: #FBA6AB; }
span { border-color: rgb(251,166,171); }
td.TdClassName
{
border-color: #FBA6AB;
}
.TagClassName
{
border-color: #FBA6AB;
}
</style>