Shades of Wewak #FAA2A8
Tints of Wewak #FAA2A8
RGB
CMYK
RGB Variations
Color information
#FAA2A8 (or 0xFAA2A8) is known color: Wewak. HEX triplet: FA, A2 and A8. RGB value is (250,162,168). Sum of RGB (Red+Green+Blue) = 250+162+168=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2A8 is #055D57. Grayscale: #BDBDBD. Windows color (decimal): -351576 or 11051770. OLE color: 11051770.
HSL color Cylindrical-coordinate representation of color #FAA2A8: hue angle of 355.91º 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 #FAA2A8 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 168 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.02 |
| HSL | 355.91º | 0.9% | 0.81% | - |
| HSV(B) | 355.91º | 0.35% | 0.98% | - |
| XYZ | 59.41 | 48.99 | 43.37 | - |
| YUV | 189 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 168 | 0 | 0.35 | 0.33 | 0.02 | 355.91 | 0.9 | 0.81 |
| Hex | FA | A2 | A8 | 0 | 23 | 21 | 2 | 164 | 5A | 51 |
| Octal | 372 | 242 | 250 | 0 | 43 | 41 | 2 | 544 | 132 | 121 |
| Binary | 11111010 | 10100010 | 10101000 | 0 | 100011 | 100001 | 10 | 101100100 | 1011010 | 1010001 |
Color Harmonies of #FAA2A8
Complementary color
Monochromatic Colors of #FAA2A8
Black with #FAA2A8
Text Example
Text Example
White with #FAA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2A8; }
p { color: rgb(250,162,168); }
H1.HeaderClassName
{
color: #FAA2A8;
}
.AnyTagClassName
{
color: #FAA2A8;
}
</style>
background-color css
<style>
a { background-color: #FAA2A8; }
a { background-color: rgb(250,162,168); }
div.DivClassName
{
background-color: #FAA2A8;
}
.BgClassName
{
background-color: #FAA2A8;
}
</style>
border-color css
<style>
span { border-color: #FAA2A8; }
span { border-color: rgb(250,162,168); }
td.TdClassName
{
border-color: #FAA2A8;
}
.TagClassName
{
border-color: #FAA2A8;
}
</style>