Shades of Illusion #FBA5AD
Tints of Illusion #FBA5AD
RGB
CMYK
RGB Variations
Color information
#FBA5AD (or 0xFBA5AD) is known color: Illusion. HEX triplet: FB, A5 and AD. RGB value is (251,165,173). Sum of RGB (Red+Green+Blue) = 251+165+173=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA5AD is #045A52. Grayscale: #BFBFBF. Windows color (decimal): -285267 or 11380219. OLE color: 11380219.
HSL color Cylindrical-coordinate representation of color #FBA5AD: hue angle of 354.42º 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 #FBA5AD is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 173 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.02 |
| HSL | 354.42º | 0.91% | 0.82% | - |
| HSV(B) | 354.42º | 0.34% | 0.98% | - |
| XYZ | 60.78 | 50.44 | 46.07 | - |
| YUV | 191.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 173 | 0 | 0.34 | 0.31 | 0.02 | 354.42 | 0.91 | 0.82 |
| Hex | FB | A5 | AD | 0 | 22 | 1F | 2 | 162 | 5B | 52 |
| Octal | 373 | 245 | 255 | 0 | 42 | 37 | 2 | 542 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10101101 | 0 | 100010 | 11111 | 10 | 101100010 | 1011011 | 1010010 |
Color Harmonies of #FBA5AD
Complementary color
Monochromatic Colors of #FBA5AD
Black with #FBA5AD
Text Example
Text Example
White with #FBA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5AD; }
p { color: rgb(251,165,173); }
H1.HeaderClassName
{
color: #FBA5AD;
}
.AnyTagClassName
{
color: #FBA5AD;
}
</style>
background-color css
<style>
a { background-color: #FBA5AD; }
a { background-color: rgb(251,165,173); }
div.DivClassName
{
background-color: #FBA5AD;
}
.BgClassName
{
background-color: #FBA5AD;
}
</style>
border-color css
<style>
span { border-color: #FBA5AD; }
span { border-color: rgb(251,165,173); }
td.TdClassName
{
border-color: #FBA5AD;
}
.TagClassName
{
border-color: #FBA5AD;
}
</style>