Shades of Illusion #FBA1B8
Tints of Illusion #FBA1B8
RGB
CMYK
RGB Variations
Color information
#FBA1B8 (or 0xFBA1B8) is known color: Illusion. HEX triplet: FB, A1 and B8. RGB value is (251,161,184). Sum of RGB (Red+Green+Blue) = 251+161+184=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1B8 is #045E47. Grayscale: #BEBEBE. Windows color (decimal): -286280 or 12100091. OLE color: 12100091.
HSL color Cylindrical-coordinate representation of color #FBA1B8: hue angle of 344.67º 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 #FBA1B8 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 184 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.02 |
| HSL | 344.67º | 0.92% | 0.81% | - |
| HSV(B) | 344.67º | 0.36% | 0.98% | - |
| XYZ | 61.18 | 49.46 | 51.67 | - |
| YUV | 190.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 184 | 0 | 0.36 | 0.27 | 0.02 | 344.67 | 0.92 | 0.81 |
| Hex | FB | A1 | B8 | 0 | 24 | 1B | 2 | 159 | 5C | 51 |
| Octal | 373 | 241 | 270 | 0 | 44 | 33 | 2 | 531 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10111000 | 0 | 100100 | 11011 | 10 | 101011001 | 1011100 | 1010001 |
Color Harmonies of #FBA1B8
Complementary color
Monochromatic Colors of #FBA1B8
Black with #FBA1B8
Text Example
Text Example
White with #FBA1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1B8; }
p { color: rgb(251,161,184); }
H1.HeaderClassName
{
color: #FBA1B8;
}
.AnyTagClassName
{
color: #FBA1B8;
}
</style>
background-color css
<style>
a { background-color: #FBA1B8; }
a { background-color: rgb(251,161,184); }
div.DivClassName
{
background-color: #FBA1B8;
}
.BgClassName
{
background-color: #FBA1B8;
}
</style>
border-color css
<style>
span { border-color: #FBA1B8; }
span { border-color: rgb(251,161,184); }
td.TdClassName
{
border-color: #FBA1B8;
}
.TagClassName
{
border-color: #FBA1B8;
}
</style>