Shades of Wewak #FE959D
Tints of Wewak #FE959D
RGB
CMYK
RGB Variations
Color information
#FE959D (or 0xFE959D) is known color: Wewak. HEX triplet: FE, 95 and 9D. RGB value is (254,149,157). Sum of RGB (Red+Green+Blue) = 254+149+157=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE959D is #016A62. Grayscale: #B5B5B5. Windows color (decimal): -92771 or 10327550. OLE color: 10327550.
HSL color Cylindrical-coordinate representation of color #FE959D: hue angle of 355.43º 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 #FE959D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 157 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.00 |
| HSL | 355.43º | 0.98% | 0.79% | - |
| HSV(B) | 355.43º | 0.41% | 1% | - |
| XYZ | 57.71 | 45 | 37.54 | - |
| YUV | 181.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 157 | 0 | 0.41 | 0.38 | 0.00 | 355.43 | 0.98 | 0.79 |
| Hex | FE | 95 | 9D | 0 | 29 | 26 | 0 | 163 | 62 | 4F |
| Octal | 376 | 225 | 235 | 0 | 51 | 46 | 0 | 543 | 142 | 117 |
| Binary | 11111110 | 10010101 | 10011101 | 0 | 101001 | 100110 | 0 | 101100011 | 1100010 | 1001111 |
Color Harmonies of #FE959D
Complementary color
Monochromatic Colors of #FE959D
Black with #FE959D
Text Example
Text Example
White with #FE959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE959D; }
p { color: rgb(254,149,157); }
H1.HeaderClassName
{
color: #FE959D;
}
.AnyTagClassName
{
color: #FE959D;
}
</style>
background-color css
<style>
a { background-color: #FE959D; }
a { background-color: rgb(254,149,157); }
div.DivClassName
{
background-color: #FE959D;
}
.BgClassName
{
background-color: #FE959D;
}
</style>
border-color css
<style>
span { border-color: #FE959D; }
span { border-color: rgb(254,149,157); }
td.TdClassName
{
border-color: #FE959D;
}
.TagClassName
{
border-color: #FE959D;
}
</style>