Shades of Wewak #FE8D9F
Tints of Wewak #FE8D9F
RGB
CMYK
RGB Variations
Color information
#FE8D9F (or 0xFE8D9F) is known color: Wewak. HEX triplet: FE, 8D and 9F. RGB value is (254,141,159). Sum of RGB (Red+Green+Blue) = 254+141+159=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D9F is #017260. Grayscale: #B0B0B0. Windows color (decimal): -94817 or 10456574. OLE color: 10456574.
HSL color Cylindrical-coordinate representation of color #FE8D9F: hue angle of 350.44º 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 #FE8D9F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 159 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.00 |
| HSL | 350.44º | 0.98% | 0.77% | - |
| HSV(B) | 350.44º | 0.44% | 1% | - |
| XYZ | 56.66 | 42.62 | 38.04 | - |
| YUV | 176.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 159 | 0 | 0.44 | 0.37 | 0.00 | 350.44 | 0.98 | 0.77 |
| Hex | FE | 8D | 9F | 0 | 2C | 25 | 0 | 15E | 62 | 4D |
| Octal | 376 | 215 | 237 | 0 | 54 | 45 | 0 | 536 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10011111 | 0 | 101100 | 100101 | 0 | 101011110 | 1100010 | 1001101 |
Color Harmonies of #FE8D9F
Complementary color
Monochromatic Colors of #FE8D9F
Black with #FE8D9F
Text Example
Text Example
White with #FE8D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D9F; }
p { color: rgb(254,141,159); }
H1.HeaderClassName
{
color: #FE8D9F;
}
.AnyTagClassName
{
color: #FE8D9F;
}
</style>
background-color css
<style>
a { background-color: #FE8D9F; }
a { background-color: rgb(254,141,159); }
div.DivClassName
{
background-color: #FE8D9F;
}
.BgClassName
{
background-color: #FE8D9F;
}
</style>
border-color css
<style>
span { border-color: #FE8D9F; }
span { border-color: rgb(254,141,159); }
td.TdClassName
{
border-color: #FE8D9F;
}
.TagClassName
{
border-color: #FE8D9F;
}
</style>