Shades of Wewak #FE8DA1
Tints of Wewak #FE8DA1
RGB
CMYK
RGB Variations
Color information
#FE8DA1 (or 0xFE8DA1) is known color: Wewak. HEX triplet: FE, 8D and A1. RGB value is (254,141,161). Sum of RGB (Red+Green+Blue) = 254+141+161=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DA1 is #01725E. Grayscale: #B1B1B1. Windows color (decimal): -94815 or 10587646. OLE color: 10587646.
HSL color Cylindrical-coordinate representation of color #FE8DA1: hue angle of 349.38º 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 #FE8DA1 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 161 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.00 |
| HSL | 349.38º | 0.98% | 0.77% | - |
| HSV(B) | 349.38º | 0.44% | 1% | - |
| XYZ | 56.83 | 42.69 | 38.96 | - |
| YUV | 177.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 161 | 0 | 0.44 | 0.37 | 0.00 | 349.38 | 0.98 | 0.77 |
| Hex | FE | 8D | A1 | 0 | 2C | 25 | 0 | 15D | 62 | 4D |
| Octal | 376 | 215 | 241 | 0 | 54 | 45 | 0 | 535 | 142 | 115 |
| Binary | 11111110 | 10001101 | 10100001 | 0 | 101100 | 100101 | 0 | 101011101 | 1100010 | 1001101 |
Color Harmonies of #FE8DA1
Complementary color
Monochromatic Colors of #FE8DA1
Black with #FE8DA1
Text Example
Text Example
White with #FE8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DA1; }
p { color: rgb(254,141,161); }
H1.HeaderClassName
{
color: #FE8DA1;
}
.AnyTagClassName
{
color: #FE8DA1;
}
</style>
background-color css
<style>
a { background-color: #FE8DA1; }
a { background-color: rgb(254,141,161); }
div.DivClassName
{
background-color: #FE8DA1;
}
.BgClassName
{
background-color: #FE8DA1;
}
</style>
border-color css
<style>
span { border-color: #FE8DA1; }
span { border-color: rgb(254,141,161); }
td.TdClassName
{
border-color: #FE8DA1;
}
.TagClassName
{
border-color: #FE8DA1;
}
</style>