Shades of Illusion #FBA2B3
Tints of Illusion #FBA2B3
RGB
CMYK
RGB Variations
Color information
#FBA2B3 (or 0xFBA2B3) is known color: Illusion. HEX triplet: FB, A2 and B3. RGB value is (251,162,179). Sum of RGB (Red+Green+Blue) = 251+162+179=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2B3 is #045D4C. Grayscale: #BEBEBE. Windows color (decimal): -286029 or 11772667. OLE color: 11772667.
HSL color Cylindrical-coordinate representation of color #FBA2B3: hue angle of 348.54º 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 #FBA2B3 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 179 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.02 |
| HSL | 348.54º | 0.92% | 0.81% | - |
| HSV(B) | 348.54º | 0.35% | 0.98% | - |
| XYZ | 60.84 | 49.6 | 49.02 | - |
| YUV | 190.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 179 | 0 | 0.35 | 0.29 | 0.02 | 348.54 | 0.92 | 0.81 |
| Hex | FB | A2 | B3 | 0 | 23 | 1D | 2 | 15D | 5C | 51 |
| Octal | 373 | 242 | 263 | 0 | 43 | 35 | 2 | 535 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10110011 | 0 | 100011 | 11101 | 10 | 101011101 | 1011100 | 1010001 |
Color Harmonies of #FBA2B3
Complementary color
Monochromatic Colors of #FBA2B3
Black with #FBA2B3
Text Example
Text Example
White with #FBA2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2B3; }
p { color: rgb(251,162,179); }
H1.HeaderClassName
{
color: #FBA2B3;
}
.AnyTagClassName
{
color: #FBA2B3;
}
</style>
background-color css
<style>
a { background-color: #FBA2B3; }
a { background-color: rgb(251,162,179); }
div.DivClassName
{
background-color: #FBA2B3;
}
.BgClassName
{
background-color: #FBA2B3;
}
</style>
border-color css
<style>
span { border-color: #FBA2B3; }
span { border-color: rgb(251,162,179); }
td.TdClassName
{
border-color: #FBA2B3;
}
.TagClassName
{
border-color: #FBA2B3;
}
</style>