Shades of Wewak #FE8DA0
Tints of Wewak #FE8DA0
RGB
CMYK
RGB Variations
Color information
#FE8DA0 (or 0xFE8DA0) is known color: Wewak. HEX triplet: FE, 8D and A0. RGB value is (254,141,160). Sum of RGB (Red+Green+Blue) = 254+141+160=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DA0 is #01725F. Grayscale: #B0B0B0. Windows color (decimal): -94816 or 10522110. OLE color: 10522110.
HSL color Cylindrical-coordinate representation of color #FE8DA0: hue angle of 349.91º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DA0 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 160 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.00 |
| HSL | 349.91º | 0.98% | 0.77% | - |
| HSV(B) | 349.91º | 0.44% | 1% | - |
| XYZ | 56.74 | 42.66 | 38.5 | - |
| YUV | 176.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 160 | 0 | 0.44 | 0.37 | 0.00 | 349.91 | 0.98 | 0.77 |
| Hex | FE | 8D | A0 | 0 | 2C | 25 | 0 | 15E | 62 | 4D |
| Octal | 376 | 215 | 240 | 0 | 54 | 45 | 0 | 536 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10100000 | 0 | 101100 | 100101 | 0 | 101011110 | 1100010 | 1001101 |
Color Harmonies of #FE8DA0
Complementary color
Monochromatic Colors of #FE8DA0
Black with #FE8DA0
Text Example
Text Example
White with #FE8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DA0; }
p { color: rgb(254,141,160); }
H1.HeaderClassName
{
color: #FE8DA0;
}
.AnyTagClassName
{
color: #FE8DA0;
}
</style>
background-color css
<style>
a { background-color: #FE8DA0; }
a { background-color: rgb(254,141,160); }
div.DivClassName
{
background-color: #FE8DA0;
}
.BgClassName
{
background-color: #FE8DA0;
}
</style>
border-color css
<style>
span { border-color: #FE8DA0; }
span { border-color: rgb(254,141,160); }
td.TdClassName
{
border-color: #FE8DA0;
}
.TagClassName
{
border-color: #FE8DA0;
}
</style>