Shades of Illusion #FBA2B8
Tints of Illusion #FBA2B8
RGB
CMYK
RGB Variations
Color information
#FBA2B8 (or 0xFBA2B8) is known color: Illusion. HEX triplet: FB, A2 and B8. RGB value is (251,162,184). Sum of RGB (Red+Green+Blue) = 251+162+184=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2B8 is #045D47. Grayscale: #BFBFBF. Windows color (decimal): -286024 or 12100347. OLE color: 12100347.
HSL color Cylindrical-coordinate representation of color #FBA2B8: hue angle of 345.17º 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 #FBA2B8 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 184 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.02 |
| HSL | 345.17º | 0.92% | 0.81% | - |
| HSV(B) | 345.17º | 0.35% | 0.98% | - |
| XYZ | 61.36 | 49.81 | 51.73 | - |
| YUV | 191.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 184 | 0 | 0.35 | 0.27 | 0.02 | 345.17 | 0.92 | 0.81 |
| Hex | FB | A2 | B8 | 0 | 23 | 1B | 2 | 159 | 5C | 51 |
| Octal | 373 | 242 | 270 | 0 | 43 | 33 | 2 | 531 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10111000 | 0 | 100011 | 11011 | 10 | 101011001 | 1011100 | 1010001 |
Color Harmonies of #FBA2B8
Complementary color
Monochromatic Colors of #FBA2B8
Black with #FBA2B8
Text Example
Text Example
White with #FBA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2B8; }
p { color: rgb(251,162,184); }
H1.HeaderClassName
{
color: #FBA2B8;
}
.AnyTagClassName
{
color: #FBA2B8;
}
</style>
background-color css
<style>
a { background-color: #FBA2B8; }
a { background-color: rgb(251,162,184); }
div.DivClassName
{
background-color: #FBA2B8;
}
.BgClassName
{
background-color: #FBA2B8;
}
</style>
border-color css
<style>
span { border-color: #FBA2B8; }
span { border-color: rgb(251,162,184); }
td.TdClassName
{
border-color: #FBA2B8;
}
.TagClassName
{
border-color: #FBA2B8;
}
</style>