Shades of Wewak #FE888E
Tints of Wewak #FE888E
RGB
CMYK
RGB Variations
Color information
#FE888E (or 0xFE888E) is known color: Wewak. HEX triplet: FE, 88 and 8E. RGB value is (254,136,142). Sum of RGB (Red+Green+Blue) = 254+136+142=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE888E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE888E is #017771. Grayscale: #ACACAC. Windows color (decimal): -96114 or 9341182. OLE color: 9341182.
HSL color Cylindrical-coordinate representation of color #FE888E: hue angle of 356.95º 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 #FE888E is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 142 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.00 |
| HSL | 356.95º | 0.98% | 0.76% | - |
| HSV(B) | 356.95º | 0.46% | 1% | - |
| XYZ | 54.56 | 40.63 | 30.56 | - |
| YUV | 171.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 142 | 0 | 0.46 | 0.44 | 0.00 | 356.95 | 0.98 | 0.76 |
| Hex | FE | 88 | 8E | 0 | 2E | 2C | 0 | 165 | 62 | 4C |
| Octal | 376 | 210 | 216 | 0 | 56 | 54 | 0 | 545 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10001110 | 0 | 101110 | 101100 | 0 | 101100101 | 1100010 | 1001100 |
Color Harmonies of #FE888E
Complementary color
Monochromatic Colors of #FE888E
Black with #FE888E
Text Example
Text Example
White with #FE888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE888E; }
p { color: rgb(254,136,142); }
H1.HeaderClassName
{
color: #FE888E;
}
.AnyTagClassName
{
color: #FE888E;
}
</style>
background-color css
<style>
a { background-color: #FE888E; }
a { background-color: rgb(254,136,142); }
div.DivClassName
{
background-color: #FE888E;
}
.BgClassName
{
background-color: #FE888E;
}
</style>
border-color css
<style>
span { border-color: #FE888E; }
span { border-color: rgb(254,136,142); }
td.TdClassName
{
border-color: #FE888E;
}
.TagClassName
{
border-color: #FE888E;
}
</style>