Shades of Wewak #FEA7A9
Tints of Wewak #FEA7A9
RGB
CMYK
RGB Variations
Color information
#FEA7A9 (or 0xFEA7A9) is known color: Wewak. HEX triplet: FE, A7 and A9. RGB value is (254,167,169). Sum of RGB (Red+Green+Blue) = 254+167+169=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA7A9 is #015856. Grayscale: #C1C1C1. Windows color (decimal): -88151 or 11118590. OLE color: 11118590.
HSL color Cylindrical-coordinate representation of color #FEA7A9: hue angle of 358.62º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7A9 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 169 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.00 |
| HSL | 358.62º | 0.98% | 0.83% | - |
| HSV(B) | 358.62º | 0.34% | 1% | - |
| XYZ | 61.85 | 51.57 | 44.23 | - |
| YUV | 193.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 169 | 0 | 0.34 | 0.33 | 0.00 | 358.62 | 0.98 | 0.83 |
| Hex | FE | A7 | A9 | 0 | 22 | 21 | 0 | 167 | 62 | 53 |
| Octal | 376 | 247 | 251 | 0 | 42 | 41 | 0 | 547 | 142 | 123 |
| Binary | 11111110 | 10100111 | 10101001 | 0 | 100010 | 100001 | 0 | 101100111 | 1100010 | 1010011 |
Color Harmonies of #FEA7A9
Complementary color
Monochromatic Colors of #FEA7A9
Black with #FEA7A9
Text Example
Text Example
White with #FEA7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7A9; }
p { color: rgb(254,167,169); }
H1.HeaderClassName
{
color: #FEA7A9;
}
.AnyTagClassName
{
color: #FEA7A9;
}
</style>
background-color css
<style>
a { background-color: #FEA7A9; }
a { background-color: rgb(254,167,169); }
div.DivClassName
{
background-color: #FEA7A9;
}
.BgClassName
{
background-color: #FEA7A9;
}
</style>
border-color css
<style>
span { border-color: #FEA7A9; }
span { border-color: rgb(254,167,169); }
td.TdClassName
{
border-color: #FEA7A9;
}
.TagClassName
{
border-color: #FEA7A9;
}
</style>