Shades of Wewak #FE8997
Tints of Wewak #FE8997
RGB
CMYK
RGB Variations
Color information
#FE8997 (or 0xFE8997) is known color: Wewak. HEX triplet: FE, 89 and 97. RGB value is (254,137,151). Sum of RGB (Red+Green+Blue) = 254+137+151=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8997 is #017668. Grayscale: #ADADAD. Windows color (decimal): -95849 or 9931262. OLE color: 9931262.
HSL color Cylindrical-coordinate representation of color #FE8997: hue angle of 352.82º 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 #FE8997 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 151 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.00 |
| HSL | 352.82º | 0.98% | 0.77% | - |
| HSV(B) | 352.82º | 0.46% | 1% | - |
| XYZ | 55.4 | 41.2 | 34.31 | - |
| YUV | 173.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 151 | 0 | 0.46 | 0.41 | 0.00 | 352.82 | 0.98 | 0.77 |
| Hex | FE | 89 | 97 | 0 | 2E | 29 | 0 | 161 | 62 | 4D |
| Octal | 376 | 211 | 227 | 0 | 56 | 51 | 0 | 541 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10010111 | 0 | 101110 | 101001 | 0 | 101100001 | 1100010 | 1001101 |
Color Harmonies of #FE8997
Complementary color
Monochromatic Colors of #FE8997
Black with #FE8997
Text Example
Text Example
White with #FE8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8997; }
p { color: rgb(254,137,151); }
H1.HeaderClassName
{
color: #FE8997;
}
.AnyTagClassName
{
color: #FE8997;
}
</style>
background-color css
<style>
a { background-color: #FE8997; }
a { background-color: rgb(254,137,151); }
div.DivClassName
{
background-color: #FE8997;
}
.BgClassName
{
background-color: #FE8997;
}
</style>
border-color css
<style>
span { border-color: #FE8997; }
span { border-color: rgb(254,137,151); }
td.TdClassName
{
border-color: #FE8997;
}
.TagClassName
{
border-color: #FE8997;
}
</style>