Shades of Wewak #FE9598
Tints of Wewak #FE9598
RGB
CMYK
RGB Variations
Color information
#FE9598 (or 0xFE9598) is known color: Wewak. HEX triplet: FE, 95 and 98. RGB value is (254,149,152). Sum of RGB (Red+Green+Blue) = 254+149+152=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9598 is #016A67. Grayscale: #B4B4B4. Windows color (decimal): -92776 or 9999870. OLE color: 9999870.
HSL color Cylindrical-coordinate representation of color #FE9598: hue angle of 358.29º 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 #FE9598 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 152 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.00 |
| HSL | 358.29º | 0.98% | 0.79% | - |
| HSV(B) | 358.29º | 0.41% | 1% | - |
| XYZ | 57.29 | 44.83 | 35.34 | - |
| YUV | 180.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 152 | 0 | 0.41 | 0.40 | 0.00 | 358.29 | 0.98 | 0.79 |
| Hex | FE | 95 | 98 | 0 | 29 | 28 | 0 | 166 | 62 | 4F |
| Octal | 376 | 225 | 230 | 0 | 51 | 50 | 0 | 546 | 142 | 117 |
| Binary | 11111110 | 10010101 | 10011000 | 0 | 101001 | 101000 | 0 | 101100110 | 1100010 | 1001111 |
Color Harmonies of #FE9598
Complementary color
Monochromatic Colors of #FE9598
Black with #FE9598
Text Example
Text Example
White with #FE9598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9598; }
p { color: rgb(254,149,152); }
H1.HeaderClassName
{
color: #FE9598;
}
.AnyTagClassName
{
color: #FE9598;
}
</style>
background-color css
<style>
a { background-color: #FE9598; }
a { background-color: rgb(254,149,152); }
div.DivClassName
{
background-color: #FE9598;
}
.BgClassName
{
background-color: #FE9598;
}
</style>
border-color css
<style>
span { border-color: #FE9598; }
span { border-color: rgb(254,149,152); }
td.TdClassName
{
border-color: #FE9598;
}
.TagClassName
{
border-color: #FE9598;
}
</style>