Shades of Illusion #FBA6AC
Tints of Illusion #FBA6AC
RGB
CMYK
RGB Variations
Color information
#FBA6AC (or 0xFBA6AC) is known color: Illusion. HEX triplet: FB, A6 and AC. RGB value is (251,166,172). Sum of RGB (Red+Green+Blue) = 251+166+172=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6AC is #045953. Grayscale: #C0C0C0. Windows color (decimal): -285012 or 11314939. OLE color: 11314939.
HSL color Cylindrical-coordinate representation of color #FBA6AC: hue angle of 355.76º 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 #FBA6AC is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 172 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.02 |
| HSL | 355.76º | 0.91% | 0.82% | - |
| HSV(B) | 355.76º | 0.34% | 0.98% | - |
| XYZ | 60.87 | 50.76 | 45.62 | - |
| YUV | 192.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 172 | 0 | 0.34 | 0.31 | 0.02 | 355.76 | 0.91 | 0.82 |
| Hex | FB | A6 | AC | 0 | 22 | 1F | 2 | 164 | 5B | 52 |
| Octal | 373 | 246 | 254 | 0 | 42 | 37 | 2 | 544 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10101100 | 0 | 100010 | 11111 | 10 | 101100100 | 1011011 | 1010010 |
Color Harmonies of #FBA6AC
Complementary color
Monochromatic Colors of #FBA6AC
Black with #FBA6AC
Text Example
Text Example
White with #FBA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6AC; }
p { color: rgb(251,166,172); }
H1.HeaderClassName
{
color: #FBA6AC;
}
.AnyTagClassName
{
color: #FBA6AC;
}
</style>
background-color css
<style>
a { background-color: #FBA6AC; }
a { background-color: rgb(251,166,172); }
div.DivClassName
{
background-color: #FBA6AC;
}
.BgClassName
{
background-color: #FBA6AC;
}
</style>
border-color css
<style>
span { border-color: #FBA6AC; }
span { border-color: rgb(251,166,172); }
td.TdClassName
{
border-color: #FBA6AC;
}
.TagClassName
{
border-color: #FBA6AC;
}
</style>