Shades of Wewak #FE9AA0
Tints of Wewak #FE9AA0
RGB
CMYK
RGB Variations
Color information
#FE9AA0 (or 0xFE9AA0) is known color: Wewak. HEX triplet: FE, 9A and A0. RGB value is (254,154,160). Sum of RGB (Red+Green+Blue) = 254+154+160=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AA0 is #01655F. Grayscale: #B8B8B8. Windows color (decimal): -91488 or 10525438. OLE color: 10525438.
HSL color Cylindrical-coordinate representation of color #FE9AA0: hue angle of 356.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AA0 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 160 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.00 |
| HSL | 356.4º | 0.98% | 0.8% | - |
| HSV(B) | 356.4º | 0.39% | 1% | - |
| XYZ | 58.77 | 46.72 | 39.18 | - |
| YUV | 184.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 160 | 0 | 0.39 | 0.37 | 0.00 | 356.4 | 0.98 | 0.8 |
| Hex | FE | 9A | A0 | 0 | 27 | 25 | 0 | 164 | 62 | 50 |
| Octal | 376 | 232 | 240 | 0 | 47 | 45 | 0 | 544 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10100000 | 0 | 100111 | 100101 | 0 | 101100100 | 1100010 | 1010000 |
Color Harmonies of #FE9AA0
Complementary color
Monochromatic Colors of #FE9AA0
Black with #FE9AA0
Text Example
Text Example
White with #FE9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AA0; }
p { color: rgb(254,154,160); }
H1.HeaderClassName
{
color: #FE9AA0;
}
.AnyTagClassName
{
color: #FE9AA0;
}
</style>
background-color css
<style>
a { background-color: #FE9AA0; }
a { background-color: rgb(254,154,160); }
div.DivClassName
{
background-color: #FE9AA0;
}
.BgClassName
{
background-color: #FE9AA0;
}
</style>
border-color css
<style>
span { border-color: #FE9AA0; }
span { border-color: rgb(254,154,160); }
td.TdClassName
{
border-color: #FE9AA0;
}
.TagClassName
{
border-color: #FE9AA0;
}
</style>