Shades of Wewak #FE8995
Tints of Wewak #FE8995
RGB
CMYK
RGB Variations
Color information
#FE8995 (or 0xFE8995) is known color: Wewak. HEX triplet: FE, 89 and 95. RGB value is (254,137,149). Sum of RGB (Red+Green+Blue) = 254+137+149=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8995 is #01766A. Grayscale: #ADADAD. Windows color (decimal): -95851 or 9800190. OLE color: 9800190.
HSL color Cylindrical-coordinate representation of color #FE8995: hue angle of 353.85º 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 #FE8995 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 149 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.00 |
| HSL | 353.85º | 0.98% | 0.77% | - |
| HSV(B) | 353.85º | 0.46% | 1% | - |
| XYZ | 55.24 | 41.13 | 33.46 | - |
| YUV | 173.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 149 | 0 | 0.46 | 0.41 | 0.00 | 353.85 | 0.98 | 0.77 |
| Hex | FE | 89 | 95 | 0 | 2E | 29 | 0 | 162 | 62 | 4D |
| Octal | 376 | 211 | 225 | 0 | 56 | 51 | 0 | 542 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10010101 | 0 | 101110 | 101001 | 0 | 101100010 | 1100010 | 1001101 |
Color Harmonies of #FE8995
Complementary color
Monochromatic Colors of #FE8995
Black with #FE8995
Text Example
Text Example
White with #FE8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8995; }
p { color: rgb(254,137,149); }
H1.HeaderClassName
{
color: #FE8995;
}
.AnyTagClassName
{
color: #FE8995;
}
</style>
background-color css
<style>
a { background-color: #FE8995; }
a { background-color: rgb(254,137,149); }
div.DivClassName
{
background-color: #FE8995;
}
.BgClassName
{
background-color: #FE8995;
}
</style>
border-color css
<style>
span { border-color: #FE8995; }
span { border-color: rgb(254,137,149); }
td.TdClassName
{
border-color: #FE8995;
}
.TagClassName
{
border-color: #FE8995;
}
</style>