Shades of Wewak #FE9EA7
Tints of Wewak #FE9EA7
RGB
CMYK
RGB Variations
Color information
#FE9EA7 (or 0xFE9EA7) is known color: Wewak. HEX triplet: FE, 9E and A7. RGB value is (254,158,167). Sum of RGB (Red+Green+Blue) = 254+158+167=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 167 (65.62% from 255 or 28.84% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9EA7 is #016158. Grayscale: #BBBBBB. Windows color (decimal): -90457 or 10985214. OLE color: 10985214.
HSL color Cylindrical-coordinate representation of color #FE9EA7: hue angle of 354.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EA7 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 167 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.00 |
| HSL | 354.38º | 0.98% | 0.81% | - |
| HSV(B) | 354.38º | 0.38% | 1% | - |
| XYZ | 60.07 | 48.31 | 42.72 | - |
| YUV | 187.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 167 | 0 | 0.38 | 0.34 | 0.00 | 354.38 | 0.98 | 0.81 |
| Hex | FE | 9E | A7 | 0 | 26 | 22 | 0 | 162 | 62 | 51 |
| Octal | 376 | 236 | 247 | 0 | 46 | 42 | 0 | 542 | 142 | 121 |
| Binary | 11111110 | 10011110 | 10100111 | 0 | 100110 | 100010 | 0 | 101100010 | 1100010 | 1010001 |
Color Harmonies of #FE9EA7
Complementary color
Monochromatic Colors of #FE9EA7
Black with #FE9EA7
Text Example
Text Example
White with #FE9EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EA7; }
p { color: rgb(254,158,167); }
H1.HeaderClassName
{
color: #FE9EA7;
}
.AnyTagClassName
{
color: #FE9EA7;
}
</style>
background-color css
<style>
a { background-color: #FE9EA7; }
a { background-color: rgb(254,158,167); }
div.DivClassName
{
background-color: #FE9EA7;
}
.BgClassName
{
background-color: #FE9EA7;
}
</style>
border-color css
<style>
span { border-color: #FE9EA7; }
span { border-color: rgb(254,158,167); }
td.TdClassName
{
border-color: #FE9EA7;
}
.TagClassName
{
border-color: #FE9EA7;
}
</style>