Shades of Wewak #FE8696
Tints of Wewak #FE8696
RGB
CMYK
RGB Variations
Color information
#FE8696 (or 0xFE8696) is known color: Wewak. HEX triplet: FE, 86 and 96. RGB value is (254,134,150). Sum of RGB (Red+Green+Blue) = 254+134+150=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8696 is #017969. Grayscale: #ABABAB. Windows color (decimal): -96618 or 9864958. OLE color: 9864958.
HSL color Cylindrical-coordinate representation of color #FE8696: hue angle of 352º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE8696 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 150 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.00 |
| HSL | 352º | 0.98% | 0.76% | - |
| HSV(B) | 352º | 0.47% | 1% | - |
| XYZ | 54.9 | 40.32 | 33.74 | - |
| YUV | 171.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 150 | 0 | 0.47 | 0.41 | 0.00 | 352 | 0.98 | 0.76 |
| Hex | FE | 86 | 96 | 0 | 2F | 29 | 0 | 160 | 62 | 4C |
| Octal | 376 | 206 | 226 | 0 | 57 | 51 | 0 | 540 | 142 | 114 |
| Binary | 11111110 | 10000110 | 10010110 | 0 | 101111 | 101001 | 0 | 101100000 | 1100010 | 1001100 |
Color Harmonies of #FE8696
Complementary color
Monochromatic Colors of #FE8696
Black with #FE8696
Text Example
Text Example
White with #FE8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8696; }
p { color: rgb(254,134,150); }
H1.HeaderClassName
{
color: #FE8696;
}
.AnyTagClassName
{
color: #FE8696;
}
</style>
background-color css
<style>
a { background-color: #FE8696; }
a { background-color: rgb(254,134,150); }
div.DivClassName
{
background-color: #FE8696;
}
.BgClassName
{
background-color: #FE8696;
}
</style>
border-color css
<style>
span { border-color: #FE8696; }
span { border-color: rgb(254,134,150); }
td.TdClassName
{
border-color: #FE8696;
}
.TagClassName
{
border-color: #FE8696;
}
</style>