Shades of Wewak #FE898A
Tints of Wewak #FE898A
RGB
CMYK
RGB Variations
Color information
#FE898A (or 0xFE898A) is known color: Wewak. HEX triplet: FE, 89 and 8A. RGB value is (254,137,138). Sum of RGB (Red+Green+Blue) = 254+137+138=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE898A is #017675. Grayscale: #ACACAC. Windows color (decimal): -95862 or 9079294. OLE color: 9079294.
HSL color Cylindrical-coordinate representation of color #FE898A: hue angle of 359.49º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE898A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 138 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.00 |
| HSL | 359.49º | 0.98% | 0.77% | - |
| HSV(B) | 359.49º | 0.46% | 1% | - |
| XYZ | 54.41 | 40.8 | 29.05 | - |
| YUV | 172.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 138 | 0 | 0.46 | 0.46 | 0.00 | 359.49 | 0.98 | 0.77 |
| Hex | FE | 89 | 8A | 0 | 2E | 2E | 0 | 167 | 62 | 4D |
| Octal | 376 | 211 | 212 | 0 | 56 | 56 | 0 | 547 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10001010 | 0 | 101110 | 101110 | 0 | 101100111 | 1100010 | 1001101 |
Color Harmonies of #FE898A
Complementary color
Monochromatic Colors of #FE898A
Black with #FE898A
Text Example
Text Example
White with #FE898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE898A; }
p { color: rgb(254,137,138); }
H1.HeaderClassName
{
color: #FE898A;
}
.AnyTagClassName
{
color: #FE898A;
}
</style>
background-color css
<style>
a { background-color: #FE898A; }
a { background-color: rgb(254,137,138); }
div.DivClassName
{
background-color: #FE898A;
}
.BgClassName
{
background-color: #FE898A;
}
</style>
border-color css
<style>
span { border-color: #FE898A; }
span { border-color: rgb(254,137,138); }
td.TdClassName
{
border-color: #FE898A;
}
.TagClassName
{
border-color: #FE898A;
}
</style>