Shades of Wewak #FE899A
Tints of Wewak #FE899A
RGB
CMYK
RGB Variations
Color information
#FE899A (or 0xFE899A) is known color: Wewak. HEX triplet: FE, 89 and 9A. RGB value is (254,137,154). Sum of RGB (Red+Green+Blue) = 254+137+154=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE899A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE899A is #017665. Grayscale: #ADADAD. Windows color (decimal): -95846 or 10127870. OLE color: 10127870.
HSL color Cylindrical-coordinate representation of color #FE899A: hue angle of 351.28º 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 #FE899A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 154 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.00 |
| HSL | 351.28º | 0.98% | 0.77% | - |
| HSV(B) | 351.28º | 0.46% | 1% | - |
| XYZ | 55.65 | 41.3 | 35.61 | - |
| YUV | 173.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 154 | 0 | 0.46 | 0.39 | 0.00 | 351.28 | 0.98 | 0.77 |
| Hex | FE | 89 | 9A | 0 | 2E | 27 | 0 | 15F | 62 | 4D |
| Octal | 376 | 211 | 232 | 0 | 56 | 47 | 0 | 537 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10011010 | 0 | 101110 | 100111 | 0 | 101011111 | 1100010 | 1001101 |
Color Harmonies of #FE899A
Complementary color
Monochromatic Colors of #FE899A
Black with #FE899A
Text Example
Text Example
White with #FE899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE899A; }
p { color: rgb(254,137,154); }
H1.HeaderClassName
{
color: #FE899A;
}
.AnyTagClassName
{
color: #FE899A;
}
</style>
background-color css
<style>
a { background-color: #FE899A; }
a { background-color: rgb(254,137,154); }
div.DivClassName
{
background-color: #FE899A;
}
.BgClassName
{
background-color: #FE899A;
}
</style>
border-color css
<style>
span { border-color: #FE899A; }
span { border-color: rgb(254,137,154); }
td.TdClassName
{
border-color: #FE899A;
}
.TagClassName
{
border-color: #FE899A;
}
</style>