Shades of Wewak #FE8896
Tints of Wewak #FE8896
RGB
CMYK
RGB Variations
Color information
#FE8896 (or 0xFE8896) is known color: Wewak. HEX triplet: FE, 88 and 96. RGB value is (254,136,150). Sum of RGB (Red+Green+Blue) = 254+136+150=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8896 is #017769. Grayscale: #ACACAC. Windows color (decimal): -96106 or 9865470. OLE color: 9865470.
HSL color Cylindrical-coordinate representation of color #FE8896: hue angle of 352.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8896 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 150 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.00 |
| HSL | 352.88º | 0.98% | 0.76% | - |
| HSV(B) | 352.88º | 0.46% | 1% | - |
| XYZ | 55.18 | 40.88 | 33.84 | - |
| YUV | 172.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 150 | 0 | 0.46 | 0.41 | 0.00 | 352.88 | 0.98 | 0.76 |
| Hex | FE | 88 | 96 | 0 | 2E | 29 | 0 | 161 | 62 | 4C |
| Octal | 376 | 210 | 226 | 0 | 56 | 51 | 0 | 541 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10010110 | 0 | 101110 | 101001 | 0 | 101100001 | 1100010 | 1001100 |
Color Harmonies of #FE8896
Complementary color
Monochromatic Colors of #FE8896
Black with #FE8896
Text Example
Text Example
White with #FE8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8896; }
p { color: rgb(254,136,150); }
H1.HeaderClassName
{
color: #FE8896;
}
.AnyTagClassName
{
color: #FE8896;
}
</style>
background-color css
<style>
a { background-color: #FE8896; }
a { background-color: rgb(254,136,150); }
div.DivClassName
{
background-color: #FE8896;
}
.BgClassName
{
background-color: #FE8896;
}
</style>
border-color css
<style>
span { border-color: #FE8896; }
span { border-color: rgb(254,136,150); }
td.TdClassName
{
border-color: #FE8896;
}
.TagClassName
{
border-color: #FE8896;
}
</style>