Shades of Wewak #FE979D
Tints of Wewak #FE979D
RGB
CMYK
RGB Variations
Color information
#FE979D (or 0xFE979D) is known color: Wewak. HEX triplet: FE, 97 and 9D. RGB value is (254,151,157). Sum of RGB (Red+Green+Blue) = 254+151+157=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE979D is #016862. Grayscale: #B6B6B6. Windows color (decimal): -92259 or 10328062. OLE color: 10328062.
HSL color Cylindrical-coordinate representation of color #FE979D: hue angle of 356.5º 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 #FE979D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 157 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.00 |
| HSL | 356.5º | 0.98% | 0.79% | - |
| HSV(B) | 356.5º | 0.41% | 1% | - |
| XYZ | 58.03 | 45.64 | 37.65 | - |
| YUV | 182.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 157 | 0 | 0.41 | 0.38 | 0.00 | 356.5 | 0.98 | 0.79 |
| Hex | FE | 97 | 9D | 0 | 29 | 26 | 0 | 165 | 62 | 4F |
| Octal | 376 | 227 | 235 | 0 | 51 | 46 | 0 | 545 | 142 | 117 |
| Binary | 11111110 | 10010111 | 10011101 | 0 | 101001 | 100110 | 0 | 101100101 | 1100010 | 1001111 |
Color Harmonies of #FE979D
Complementary color
Monochromatic Colors of #FE979D
Black with #FE979D
Text Example
Text Example
White with #FE979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE979D; }
p { color: rgb(254,151,157); }
H1.HeaderClassName
{
color: #FE979D;
}
.AnyTagClassName
{
color: #FE979D;
}
</style>
background-color css
<style>
a { background-color: #FE979D; }
a { background-color: rgb(254,151,157); }
div.DivClassName
{
background-color: #FE979D;
}
.BgClassName
{
background-color: #FE979D;
}
</style>
border-color css
<style>
span { border-color: #FE979D; }
span { border-color: rgb(254,151,157); }
td.TdClassName
{
border-color: #FE979D;
}
.TagClassName
{
border-color: #FE979D;
}
</style>