Shades of Wewak #FAA0A2
Tints of Wewak #FAA0A2
RGB
CMYK
RGB Variations
Color information
#FAA0A2 (or 0xFAA0A2) is known color: Wewak. HEX triplet: FA, A0 and A2. RGB value is (250,160,162). Sum of RGB (Red+Green+Blue) = 250+160+162=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA0A2 is #055F5D. Grayscale: #BBBBBB. Windows color (decimal): -352094 or 10658042. OLE color: 10658042.
HSL color Cylindrical-coordinate representation of color #FAA0A2: hue angle of 358.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0A2 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 162 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.02 |
| HSL | 358.67º | 0.9% | 0.8% | - |
| HSV(B) | 358.67º | 0.36% | 0.98% | - |
| XYZ | 58.52 | 48.07 | 40.38 | - |
| YUV | 187.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 162 | 0 | 0.36 | 0.35 | 0.02 | 358.67 | 0.9 | 0.8 |
| Hex | FA | A0 | A2 | 0 | 24 | 23 | 2 | 167 | 5A | 50 |
| Octal | 372 | 240 | 242 | 0 | 44 | 43 | 2 | 547 | 132 | 120 |
| Binary | 11111010 | 10100000 | 10100010 | 0 | 100100 | 100011 | 10 | 101100111 | 1011010 | 1010000 |
Color Harmonies of #FAA0A2
Complementary color
Monochromatic Colors of #FAA0A2
Black with #FAA0A2
Text Example
Text Example
White with #FAA0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0A2; }
p { color: rgb(250,160,162); }
H1.HeaderClassName
{
color: #FAA0A2;
}
.AnyTagClassName
{
color: #FAA0A2;
}
</style>
background-color css
<style>
a { background-color: #FAA0A2; }
a { background-color: rgb(250,160,162); }
div.DivClassName
{
background-color: #FAA0A2;
}
.BgClassName
{
background-color: #FAA0A2;
}
</style>
border-color css
<style>
span { border-color: #FAA0A2; }
span { border-color: rgb(250,160,162); }
td.TdClassName
{
border-color: #FAA0A2;
}
.TagClassName
{
border-color: #FAA0A2;
}
</style>