Shades of Wewak #FE8D9D
Tints of Wewak #FE8D9D
RGB
CMYK
RGB Variations
Color information
#FE8D9D (or 0xFE8D9D) is known color: Wewak. HEX triplet: FE, 8D and 9D. RGB value is (254,141,157). Sum of RGB (Red+Green+Blue) = 254+141+157=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D9D is #017262. Grayscale: #B0B0B0. Windows color (decimal): -94819 or 10325502. OLE color: 10325502.
HSL color Cylindrical-coordinate representation of color #FE8D9D: hue angle of 351.5º 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 #FE8D9D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 157 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.00 |
| HSL | 351.5º | 0.98% | 0.77% | - |
| HSV(B) | 351.5º | 0.44% | 1% | - |
| XYZ | 56.48 | 42.55 | 37.14 | - |
| YUV | 176.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 157 | 0 | 0.44 | 0.38 | 0.00 | 351.5 | 0.98 | 0.77 |
| Hex | FE | 8D | 9D | 0 | 2C | 26 | 0 | 160 | 62 | 4D |
| Octal | 376 | 215 | 235 | 0 | 54 | 46 | 0 | 540 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10011101 | 0 | 101100 | 100110 | 0 | 101100000 | 1100010 | 1001101 |
Color Harmonies of #FE8D9D
Complementary color
Monochromatic Colors of #FE8D9D
Black with #FE8D9D
Text Example
Text Example
White with #FE8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D9D; }
p { color: rgb(254,141,157); }
H1.HeaderClassName
{
color: #FE8D9D;
}
.AnyTagClassName
{
color: #FE8D9D;
}
</style>
background-color css
<style>
a { background-color: #FE8D9D; }
a { background-color: rgb(254,141,157); }
div.DivClassName
{
background-color: #FE8D9D;
}
.BgClassName
{
background-color: #FE8D9D;
}
</style>
border-color css
<style>
span { border-color: #FE8D9D; }
span { border-color: rgb(254,141,157); }
td.TdClassName
{
border-color: #FE8D9D;
}
.TagClassName
{
border-color: #FE8D9D;
}
</style>