Shades of Wewak #FE8C9F
Tints of Wewak #FE8C9F
RGB
CMYK
RGB Variations
Color information
#FE8C9F (or 0xFE8C9F) is known color: Wewak. HEX triplet: FE, 8C and 9F. RGB value is (254,140,159). Sum of RGB (Red+Green+Blue) = 254+140+159=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9F is #017360. Grayscale: #B0B0B0. Windows color (decimal): -95073 or 10456318. OLE color: 10456318.
HSL color Cylindrical-coordinate representation of color #FE8C9F: hue angle of 350º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8C9F is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 159 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.00 |
| HSL | 350º | 0.98% | 0.77% | - |
| HSV(B) | 350º | 0.45% | 1% | - |
| XYZ | 56.51 | 42.33 | 37.99 | - |
| YUV | 176.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 159 | 0 | 0.45 | 0.37 | 0.00 | 350 | 0.98 | 0.77 |
| Hex | FE | 8C | 9F | 0 | 2D | 25 | 0 | 15E | 62 | 4D |
| Octal | 376 | 214 | 237 | 0 | 55 | 45 | 0 | 536 | 142 | 115 |
| Binary | 11111110 | 10001100 | 10011111 | 0 | 101101 | 100101 | 0 | 101011110 | 1100010 | 1001101 |
Color Harmonies of #FE8C9F
Complementary color
Monochromatic Colors of #FE8C9F
Black with #FE8C9F
Text Example
Text Example
White with #FE8C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C9F; }
p { color: rgb(254,140,159); }
H1.HeaderClassName
{
color: #FE8C9F;
}
.AnyTagClassName
{
color: #FE8C9F;
}
</style>
background-color css
<style>
a { background-color: #FE8C9F; }
a { background-color: rgb(254,140,159); }
div.DivClassName
{
background-color: #FE8C9F;
}
.BgClassName
{
background-color: #FE8C9F;
}
</style>
border-color css
<style>
span { border-color: #FE8C9F; }
span { border-color: rgb(254,140,159); }
td.TdClassName
{
border-color: #FE8C9F;
}
.TagClassName
{
border-color: #FE8C9F;
}
</style>