Shades of Wewak #FBA2A5
Tints of Wewak #FBA2A5
RGB
CMYK
RGB Variations
Color information
#FBA2A5 (or 0xFBA2A5) is known color: Wewak. HEX triplet: FB, A2 and A5. RGB value is (251,162,165). Sum of RGB (Red+Green+Blue) = 251+162+165=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA2A5 is #045D5A. Grayscale: #BDBDBD. Windows color (decimal): -286043 or 10855163. OLE color: 10855163.
HSL color Cylindrical-coordinate representation of color #FBA2A5: hue angle of 357.98º 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 #FBA2A5 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 165 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.02 |
| HSL | 357.98º | 0.92% | 0.81% | - |
| HSV(B) | 357.98º | 0.35% | 0.98% | - |
| XYZ | 59.5 | 49.07 | 41.93 | - |
| YUV | 188.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 165 | 0 | 0.35 | 0.34 | 0.02 | 357.98 | 0.92 | 0.81 |
| Hex | FB | A2 | A5 | 0 | 23 | 22 | 2 | 166 | 5C | 51 |
| Octal | 373 | 242 | 245 | 0 | 43 | 42 | 2 | 546 | 134 | 121 |
| Binary | 11111011 | 10100010 | 10100101 | 0 | 100011 | 100010 | 10 | 101100110 | 1011100 | 1010001 |
Color Harmonies of #FBA2A5
Complementary color
Monochromatic Colors of #FBA2A5
Black with #FBA2A5
Text Example
Text Example
White with #FBA2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2A5; }
p { color: rgb(251,162,165); }
H1.HeaderClassName
{
color: #FBA2A5;
}
.AnyTagClassName
{
color: #FBA2A5;
}
</style>
background-color css
<style>
a { background-color: #FBA2A5; }
a { background-color: rgb(251,162,165); }
div.DivClassName
{
background-color: #FBA2A5;
}
.BgClassName
{
background-color: #FBA2A5;
}
</style>
border-color css
<style>
span { border-color: #FBA2A5; }
span { border-color: rgb(251,162,165); }
td.TdClassName
{
border-color: #FBA2A5;
}
.TagClassName
{
border-color: #FBA2A5;
}
</style>