Shades of Wewak #FAA2A9
Tints of Wewak #FAA2A9
RGB
CMYK
RGB Variations
Color information
#FAA2A9 (or 0xFAA2A9) is known color: Wewak. HEX triplet: FA, A2 and A9. RGB value is (250,162,169). Sum of RGB (Red+Green+Blue) = 250+162+169=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2A9 is #055D56. Grayscale: #BDBDBD. Windows color (decimal): -351575 or 11117306. OLE color: 11117306.
HSL color Cylindrical-coordinate representation of color #FAA2A9: hue angle of 355.23º degrees, saturation: 0.9, 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 #FAA2A9 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 169 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.02 |
| HSL | 355.23º | 0.9% | 0.81% | - |
| HSV(B) | 355.23º | 0.35% | 0.98% | - |
| XYZ | 59.51 | 49.03 | 43.86 | - |
| YUV | 189.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 169 | 0 | 0.35 | 0.32 | 0.02 | 355.23 | 0.9 | 0.81 |
| Hex | FA | A2 | A9 | 0 | 23 | 20 | 2 | 163 | 5A | 51 |
| Octal | 372 | 242 | 251 | 0 | 43 | 40 | 2 | 543 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101001 | 0 | 100011 | 100000 | 10 | 101100011 | 1011010 | 1010001 |
Color Harmonies of #FAA2A9
Complementary color
Monochromatic Colors of #FAA2A9
Black with #FAA2A9
Text Example
Text Example
White with #FAA2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2A9; }
p { color: rgb(250,162,169); }
H1.HeaderClassName
{
color: #FAA2A9;
}
.AnyTagClassName
{
color: #FAA2A9;
}
</style>
background-color css
<style>
a { background-color: #FAA2A9; }
a { background-color: rgb(250,162,169); }
div.DivClassName
{
background-color: #FAA2A9;
}
.BgClassName
{
background-color: #FAA2A9;
}
</style>
border-color css
<style>
span { border-color: #FAA2A9; }
span { border-color: rgb(250,162,169); }
td.TdClassName
{
border-color: #FAA2A9;
}
.TagClassName
{
border-color: #FAA2A9;
}
</style>