Shades of Wewak #FE8D9A
Tints of Wewak #FE8D9A
RGB
CMYK
RGB Variations
Color information
#FE8D9A (or 0xFE8D9A) is known color: Wewak. HEX triplet: FE, 8D and 9A. RGB value is (254,141,154). Sum of RGB (Red+Green+Blue) = 254+141+154=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D9A is #017265. Grayscale: #B0B0B0. Windows color (decimal): -94822 or 10128894. OLE color: 10128894.
HSL color Cylindrical-coordinate representation of color #FE8D9A: hue angle of 353.1º 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 #FE8D9A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 154 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.00 |
| HSL | 353.1º | 0.98% | 0.77% | - |
| HSV(B) | 353.1º | 0.44% | 1% | - |
| XYZ | 56.23 | 42.45 | 35.8 | - |
| YUV | 176.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 154 | 0 | 0.44 | 0.39 | 0.00 | 353.1 | 0.98 | 0.77 |
| Hex | FE | 8D | 9A | 0 | 2C | 27 | 0 | 161 | 62 | 4D |
| Octal | 376 | 215 | 232 | 0 | 54 | 47 | 0 | 541 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10011010 | 0 | 101100 | 100111 | 0 | 101100001 | 1100010 | 1001101 |
Color Harmonies of #FE8D9A
Complementary color
Monochromatic Colors of #FE8D9A
Black with #FE8D9A
Text Example
Text Example
White with #FE8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D9A; }
p { color: rgb(254,141,154); }
H1.HeaderClassName
{
color: #FE8D9A;
}
.AnyTagClassName
{
color: #FE8D9A;
}
</style>
background-color css
<style>
a { background-color: #FE8D9A; }
a { background-color: rgb(254,141,154); }
div.DivClassName
{
background-color: #FE8D9A;
}
.BgClassName
{
background-color: #FE8D9A;
}
</style>
border-color css
<style>
span { border-color: #FE8D9A; }
span { border-color: rgb(254,141,154); }
td.TdClassName
{
border-color: #FE8D9A;
}
.TagClassName
{
border-color: #FE8D9A;
}
</style>