Shades of Wewak #FE9798
Tints of Wewak #FE9798
RGB
CMYK
RGB Variations
Color information
#FE9798 (or 0xFE9798) is known color: Wewak. HEX triplet: FE, 97 and 98. RGB value is (254,151,152). Sum of RGB (Red+Green+Blue) = 254+151+152=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9798 is #016867. Grayscale: #B6B6B6. Windows color (decimal): -92264 or 10000382. OLE color: 10000382.
HSL color Cylindrical-coordinate representation of color #FE9798: hue angle of 359.42º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE9798 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 152 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.00 |
| HSL | 359.42º | 0.98% | 0.79% | - |
| HSV(B) | 359.42º | 0.41% | 1% | - |
| XYZ | 57.61 | 45.47 | 35.45 | - |
| YUV | 181.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 152 | 0 | 0.41 | 0.40 | 0.00 | 359.42 | 0.98 | 0.79 |
| Hex | FE | 97 | 98 | 0 | 29 | 28 | 0 | 167 | 62 | 4F |
| Octal | 376 | 227 | 230 | 0 | 51 | 50 | 0 | 547 | 142 | 117 |
| Binary | 11111110 | 10010111 | 10011000 | 0 | 101001 | 101000 | 0 | 101100111 | 1100010 | 1001111 |
Color Harmonies of #FE9798
Complementary color
Monochromatic Colors of #FE9798
Black with #FE9798
Text Example
Text Example
White with #FE9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9798; }
p { color: rgb(254,151,152); }
H1.HeaderClassName
{
color: #FE9798;
}
.AnyTagClassName
{
color: #FE9798;
}
</style>
background-color css
<style>
a { background-color: #FE9798; }
a { background-color: rgb(254,151,152); }
div.DivClassName
{
background-color: #FE9798;
}
.BgClassName
{
background-color: #FE9798;
}
</style>
border-color css
<style>
span { border-color: #FE9798; }
span { border-color: rgb(254,151,152); }
td.TdClassName
{
border-color: #FE9798;
}
.TagClassName
{
border-color: #FE9798;
}
</style>