Shades of Illusion #FBA3AD
Tints of Illusion #FBA3AD
RGB
CMYK
RGB Variations
Color information
#FBA3AD (or 0xFBA3AD) is known color: Illusion. HEX triplet: FB, A3 and AD. RGB value is (251,163,173). Sum of RGB (Red+Green+Blue) = 251+163+173=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA3AD is #045C52. Grayscale: #BEBEBE. Windows color (decimal): -285779 or 11379707. OLE color: 11379707.
HSL color Cylindrical-coordinate representation of color #FBA3AD: hue angle of 353.18º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3AD is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 173 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.02 |
| HSL | 353.18º | 0.92% | 0.81% | - |
| HSV(B) | 353.18º | 0.35% | 0.98% | - |
| XYZ | 60.42 | 49.72 | 45.95 | - |
| YUV | 190.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 173 | 0 | 0.35 | 0.31 | 0.02 | 353.18 | 0.92 | 0.81 |
| Hex | FB | A3 | AD | 0 | 23 | 1F | 2 | 161 | 5C | 51 |
| Octal | 373 | 243 | 255 | 0 | 43 | 37 | 2 | 541 | 134 | 121 |
| Binary | 11111011 | 10100011 | 10101101 | 0 | 100011 | 11111 | 10 | 101100001 | 1011100 | 1010001 |
Color Harmonies of #FBA3AD
Complementary color
Monochromatic Colors of #FBA3AD
Black with #FBA3AD
Text Example
Text Example
White with #FBA3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3AD; }
p { color: rgb(251,163,173); }
H1.HeaderClassName
{
color: #FBA3AD;
}
.AnyTagClassName
{
color: #FBA3AD;
}
</style>
background-color css
<style>
a { background-color: #FBA3AD; }
a { background-color: rgb(251,163,173); }
div.DivClassName
{
background-color: #FBA3AD;
}
.BgClassName
{
background-color: #FBA3AD;
}
</style>
border-color css
<style>
span { border-color: #FBA3AD; }
span { border-color: rgb(251,163,173); }
td.TdClassName
{
border-color: #FBA3AD;
}
.TagClassName
{
border-color: #FBA3AD;
}
</style>