Shades of Wewak #FBA3A9
Tints of Wewak #FBA3A9
RGB
CMYK
RGB Variations
Color information
#FBA3A9 (or 0xFBA3A9) is known color: Wewak. HEX triplet: FB, A3 and A9. RGB value is (251,163,169). Sum of RGB (Red+Green+Blue) = 251+163+169=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA3A9 is #045C56. Grayscale: #BEBEBE. Windows color (decimal): -285783 or 11117563. OLE color: 11117563.
HSL color Cylindrical-coordinate representation of color #FBA3A9: hue angle of 355.91º 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 #FBA3A9 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 169 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.02 |
| HSL | 355.91º | 0.92% | 0.81% | - |
| HSV(B) | 355.91º | 0.35% | 0.98% | - |
| XYZ | 60.04 | 49.57 | 43.94 | - |
| YUV | 190 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 169 | 0 | 0.35 | 0.33 | 0.02 | 355.91 | 0.92 | 0.81 |
| Hex | FB | A3 | A9 | 0 | 23 | 21 | 2 | 164 | 5C | 51 |
| Octal | 373 | 243 | 251 | 0 | 43 | 41 | 2 | 544 | 134 | 121 |
| Binary | 11111011 | 10100011 | 10101001 | 0 | 100011 | 100001 | 10 | 101100100 | 1011100 | 1010001 |
Color Harmonies of #FBA3A9
Complementary color
Monochromatic Colors of #FBA3A9
Black with #FBA3A9
Text Example
Text Example
White with #FBA3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3A9; }
p { color: rgb(251,163,169); }
H1.HeaderClassName
{
color: #FBA3A9;
}
.AnyTagClassName
{
color: #FBA3A9;
}
</style>
background-color css
<style>
a { background-color: #FBA3A9; }
a { background-color: rgb(251,163,169); }
div.DivClassName
{
background-color: #FBA3A9;
}
.BgClassName
{
background-color: #FBA3A9;
}
</style>
border-color css
<style>
span { border-color: #FBA3A9; }
span { border-color: rgb(251,163,169); }
td.TdClassName
{
border-color: #FBA3A9;
}
.TagClassName
{
border-color: #FBA3A9;
}
</style>