Shades of Illusion #FBA3B3
Tints of Illusion #FBA3B3
RGB
CMYK
RGB Variations
Color information
#FBA3B3 (or 0xFBA3B3) is known color: Illusion. HEX triplet: FB, A3 and B3. RGB value is (251,163,179). Sum of RGB (Red+Green+Blue) = 251+163+179=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3B3 is #045C4C. Grayscale: #BFBFBF. Windows color (decimal): -285773 or 11772923. OLE color: 11772923.
HSL color Cylindrical-coordinate representation of color #FBA3B3: hue angle of 349.09º 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 #FBA3B3 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 179 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.02 |
| HSL | 349.09º | 0.92% | 0.81% | - |
| HSV(B) | 349.09º | 0.35% | 0.98% | - |
| XYZ | 61.02 | 49.96 | 49.07 | - |
| YUV | 191.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 179 | 0 | 0.35 | 0.29 | 0.02 | 349.09 | 0.92 | 0.81 |
| Hex | FB | A3 | B3 | 0 | 23 | 1D | 2 | 15D | 5C | 51 |
| Octal | 373 | 243 | 263 | 0 | 43 | 35 | 2 | 535 | 134 | 121 |
| Binary | 11111011 | 10100011 | 10110011 | 0 | 100011 | 11101 | 10 | 101011101 | 1011100 | 1010001 |
Color Harmonies of #FBA3B3
Complementary color
Monochromatic Colors of #FBA3B3
Black with #FBA3B3
Text Example
Text Example
White with #FBA3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3B3; }
p { color: rgb(251,163,179); }
H1.HeaderClassName
{
color: #FBA3B3;
}
.AnyTagClassName
{
color: #FBA3B3;
}
</style>
background-color css
<style>
a { background-color: #FBA3B3; }
a { background-color: rgb(251,163,179); }
div.DivClassName
{
background-color: #FBA3B3;
}
.BgClassName
{
background-color: #FBA3B3;
}
</style>
border-color css
<style>
span { border-color: #FBA3B3; }
span { border-color: rgb(251,163,179); }
td.TdClassName
{
border-color: #FBA3B3;
}
.TagClassName
{
border-color: #FBA3B3;
}
</style>