Shades of Wewak #FBA2A3
Tints of Wewak #FBA2A3
RGB
CMYK
RGB Variations
Color information
#FBA2A3 (or 0xFBA2A3) is known color: Wewak. HEX triplet: FB, A2 and A3. RGB value is (251,162,163). Sum of RGB (Red+Green+Blue) = 251+162+163=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 162 (63.67% from 255 or 28.12% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2A3 is #045D5C. Grayscale: #BCBCBC. Windows color (decimal): -286045 or 10724091. OLE color: 10724091.
HSL color Cylindrical-coordinate representation of color #FBA2A3: hue angle of 359.33º 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 #FBA2A3 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 163 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.02 |
| HSL | 359.33º | 0.92% | 0.81% | - |
| HSV(B) | 359.33º | 0.35% | 0.98% | - |
| XYZ | 59.31 | 48.99 | 40.98 | - |
| YUV | 188.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 163 | 0 | 0.35 | 0.35 | 0.02 | 359.33 | 0.92 | 0.81 |
| Hex | FB | A2 | A3 | 0 | 23 | 23 | 2 | 167 | 5C | 51 |
| Octal | 373 | 242 | 243 | 0 | 43 | 43 | 2 | 547 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10100011 | 0 | 100011 | 100011 | 10 | 101100111 | 1011100 | 1010001 |
Color Harmonies of #FBA2A3
Complementary color
Monochromatic Colors of #FBA2A3
Black with #FBA2A3
Text Example
Text Example
White with #FBA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2A3; }
p { color: rgb(251,162,163); }
H1.HeaderClassName
{
color: #FBA2A3;
}
.AnyTagClassName
{
color: #FBA2A3;
}
</style>
background-color css
<style>
a { background-color: #FBA2A3; }
a { background-color: rgb(251,162,163); }
div.DivClassName
{
background-color: #FBA2A3;
}
.BgClassName
{
background-color: #FBA2A3;
}
</style>
border-color css
<style>
span { border-color: #FBA2A3; }
span { border-color: rgb(251,162,163); }
td.TdClassName
{
border-color: #FBA2A3;
}
.TagClassName
{
border-color: #FBA2A3;
}
</style>