Shades of Wewak #FE9C9F
Tints of Wewak #FE9C9F
RGB
CMYK
RGB Variations
Color information
#FE9C9F (or 0xFE9C9F) is known color: Wewak. HEX triplet: FE, 9C and 9F. RGB value is (254,156,159). Sum of RGB (Red+Green+Blue) = 254+156+159=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C9F is #016360. Grayscale: #B9B9B9. Windows color (decimal): -90977 or 10460414. OLE color: 10460414.
HSL color Cylindrical-coordinate representation of color #FE9C9F: hue angle of 358.16º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9C9F is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 159 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.00 |
| HSL | 358.16º | 0.98% | 0.8% | - |
| HSV(B) | 358.16º | 0.39% | 1% | - |
| XYZ | 59.02 | 47.35 | 38.83 | - |
| YUV | 185.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 159 | 0 | 0.39 | 0.37 | 0.00 | 358.16 | 0.98 | 0.8 |
| Hex | FE | 9C | 9F | 0 | 27 | 25 | 0 | 166 | 62 | 50 |
| Octal | 376 | 234 | 237 | 0 | 47 | 45 | 0 | 546 | 142 | 120 |
| Binary | 11111110 | 10011100 | 10011111 | 0 | 100111 | 100101 | 0 | 101100110 | 1100010 | 1010000 |
Color Harmonies of #FE9C9F
Complementary color
Monochromatic Colors of #FE9C9F
Black with #FE9C9F
Text Example
Text Example
White with #FE9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C9F; }
p { color: rgb(254,156,159); }
H1.HeaderClassName
{
color: #FE9C9F;
}
.AnyTagClassName
{
color: #FE9C9F;
}
</style>
background-color css
<style>
a { background-color: #FE9C9F; }
a { background-color: rgb(254,156,159); }
div.DivClassName
{
background-color: #FE9C9F;
}
.BgClassName
{
background-color: #FE9C9F;
}
</style>
border-color css
<style>
span { border-color: #FE9C9F; }
span { border-color: rgb(254,156,159); }
td.TdClassName
{
border-color: #FE9C9F;
}
.TagClassName
{
border-color: #FE9C9F;
}
</style>