Shades of Illusion #FBA1B7
Tints of Illusion #FBA1B7
RGB
CMYK
RGB Variations
Color information
#FBA1B7 (or 0xFBA1B7) is known color: Illusion. HEX triplet: FB, A1 and B7. RGB value is (251,161,183). Sum of RGB (Red+Green+Blue) = 251+161+183=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1B7 is #045E48. Grayscale: #BEBEBE. Windows color (decimal): -286281 or 12034555. OLE color: 12034555.
HSL color Cylindrical-coordinate representation of color #FBA1B7: hue angle of 345.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1B7 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 183 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.02 |
| HSL | 345.33º | 0.92% | 0.81% | - |
| HSV(B) | 345.33º | 0.36% | 0.98% | - |
| XYZ | 61.08 | 49.42 | 51.12 | - |
| YUV | 190.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 183 | 0 | 0.36 | 0.27 | 0.02 | 345.33 | 0.92 | 0.81 |
| Hex | FB | A1 | B7 | 0 | 24 | 1B | 2 | 159 | 5C | 51 |
| Octal | 373 | 241 | 267 | 0 | 44 | 33 | 2 | 531 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10110111 | 0 | 100100 | 11011 | 10 | 101011001 | 1011100 | 1010001 |
Color Harmonies of #FBA1B7
Complementary color
Monochromatic Colors of #FBA1B7
Black with #FBA1B7
Text Example
Text Example
White with #FBA1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1B7; }
p { color: rgb(251,161,183); }
H1.HeaderClassName
{
color: #FBA1B7;
}
.AnyTagClassName
{
color: #FBA1B7;
}
</style>
background-color css
<style>
a { background-color: #FBA1B7; }
a { background-color: rgb(251,161,183); }
div.DivClassName
{
background-color: #FBA1B7;
}
.BgClassName
{
background-color: #FBA1B7;
}
</style>
border-color css
<style>
span { border-color: #FBA1B7; }
span { border-color: rgb(251,161,183); }
td.TdClassName
{
border-color: #FBA1B7;
}
.TagClassName
{
border-color: #FBA1B7;
}
</style>