Shades of Illusion #FBA5AC
Tints of Illusion #FBA5AC
RGB
CMYK
RGB Variations
Color information
#FBA5AC (or 0xFBA5AC) is known color: Illusion. HEX triplet: FB, A5 and AC. RGB value is (251,165,172). Sum of RGB (Red+Green+Blue) = 251+165+172=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5AC is #045A53. Grayscale: #BFBFBF. Windows color (decimal): -285268 or 11314683. OLE color: 11314683.
HSL color Cylindrical-coordinate representation of color #FBA5AC: hue angle of 355.12º 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 #FBA5AC is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 172 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.02 |
| HSL | 355.12º | 0.91% | 0.82% | - |
| HSV(B) | 355.12º | 0.34% | 0.98% | - |
| XYZ | 60.69 | 50.4 | 45.56 | - |
| YUV | 191.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 172 | 0 | 0.34 | 0.31 | 0.02 | 355.12 | 0.91 | 0.82 |
| Hex | FB | A5 | AC | 0 | 22 | 1F | 2 | 163 | 5B | 52 |
| Octal | 373 | 245 | 254 | 0 | 42 | 37 | 2 | 543 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10101100 | 0 | 100010 | 11111 | 10 | 101100011 | 1011011 | 1010010 |
Color Harmonies of #FBA5AC
Complementary color
Monochromatic Colors of #FBA5AC
Black with #FBA5AC
Text Example
Text Example
White with #FBA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5AC; }
p { color: rgb(251,165,172); }
H1.HeaderClassName
{
color: #FBA5AC;
}
.AnyTagClassName
{
color: #FBA5AC;
}
</style>
background-color css
<style>
a { background-color: #FBA5AC; }
a { background-color: rgb(251,165,172); }
div.DivClassName
{
background-color: #FBA5AC;
}
.BgClassName
{
background-color: #FBA5AC;
}
</style>
border-color css
<style>
span { border-color: #FBA5AC; }
span { border-color: rgb(251,165,172); }
td.TdClassName
{
border-color: #FBA5AC;
}
.TagClassName
{
border-color: #FBA5AC;
}
</style>