Shades of Wewak #FBA2A6
Tints of Wewak #FBA2A6
RGB
CMYK
RGB Variations
Color information
#FBA2A6 (or 0xFBA2A6) is known color: Wewak. HEX triplet: FB, A2 and A6. RGB value is (251,162,166). Sum of RGB (Red+Green+Blue) = 251+162+166=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 166 (65.23% from 255 or 28.67% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2A6 is #045D59. Grayscale: #BDBDBD. Windows color (decimal): -286042 or 10920699. OLE color: 10920699.
HSL color Cylindrical-coordinate representation of color #FBA2A6: hue angle of 357.3º 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 #FBA2A6 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 166 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.02 |
| HSL | 357.3º | 0.92% | 0.81% | - |
| HSV(B) | 357.3º | 0.35% | 0.98% | - |
| XYZ | 59.59 | 49.1 | 42.41 | - |
| YUV | 189.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 166 | 0 | 0.35 | 0.34 | 0.02 | 357.3 | 0.92 | 0.81 |
| Hex | FB | A2 | A6 | 0 | 23 | 22 | 2 | 165 | 5C | 51 |
| Octal | 373 | 242 | 246 | 0 | 43 | 42 | 2 | 545 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10100110 | 0 | 100011 | 100010 | 10 | 101100101 | 1011100 | 1010001 |
Color Harmonies of #FBA2A6
Complementary color
Monochromatic Colors of #FBA2A6
Black with #FBA2A6
Text Example
Text Example
White with #FBA2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2A6; }
p { color: rgb(251,162,166); }
H1.HeaderClassName
{
color: #FBA2A6;
}
.AnyTagClassName
{
color: #FBA2A6;
}
</style>
background-color css
<style>
a { background-color: #FBA2A6; }
a { background-color: rgb(251,162,166); }
div.DivClassName
{
background-color: #FBA2A6;
}
.BgClassName
{
background-color: #FBA2A6;
}
</style>
border-color css
<style>
span { border-color: #FBA2A6; }
span { border-color: rgb(251,162,166); }
td.TdClassName
{
border-color: #FBA2A6;
}
.TagClassName
{
border-color: #FBA2A6;
}
</style>