Shades of Illusion #FBA2B2
Tints of Illusion #FBA2B2
RGB
CMYK
RGB Variations
Color information
#FBA2B2 (or 0xFBA2B2) is known color: Illusion. HEX triplet: FB, A2 and B2. RGB value is (251,162,178). Sum of RGB (Red+Green+Blue) = 251+162+178=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2B2 is #045D4D. Grayscale: #BEBEBE. Windows color (decimal): -286030 or 11707131. OLE color: 11707131.
HSL color Cylindrical-coordinate representation of color #FBA2B2: hue angle of 349.21º 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 #FBA2B2 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 178 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.02 |
| HSL | 349.21º | 0.92% | 0.81% | - |
| HSV(B) | 349.21º | 0.35% | 0.98% | - |
| XYZ | 60.74 | 49.56 | 48.49 | - |
| YUV | 190.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 178 | 0 | 0.35 | 0.29 | 0.02 | 349.21 | 0.92 | 0.81 |
| Hex | FB | A2 | B2 | 0 | 23 | 1D | 2 | 15D | 5C | 51 |
| Octal | 373 | 242 | 262 | 0 | 43 | 35 | 2 | 535 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10110010 | 0 | 100011 | 11101 | 10 | 101011101 | 1011100 | 1010001 |
Color Harmonies of #FBA2B2
Complementary color
Monochromatic Colors of #FBA2B2
Black with #FBA2B2
Text Example
Text Example
White with #FBA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2B2; }
p { color: rgb(251,162,178); }
H1.HeaderClassName
{
color: #FBA2B2;
}
.AnyTagClassName
{
color: #FBA2B2;
}
</style>
background-color css
<style>
a { background-color: #FBA2B2; }
a { background-color: rgb(251,162,178); }
div.DivClassName
{
background-color: #FBA2B2;
}
.BgClassName
{
background-color: #FBA2B2;
}
</style>
border-color css
<style>
span { border-color: #FBA2B2; }
span { border-color: rgb(251,162,178); }
td.TdClassName
{
border-color: #FBA2B2;
}
.TagClassName
{
border-color: #FBA2B2;
}
</style>