Shades of Wewak #FE8894
Tints of Wewak #FE8894
RGB
CMYK
RGB Variations
Color information
#FE8894 (or 0xFE8894) is known color: Wewak. HEX triplet: FE, 88 and 94. RGB value is (254,136,148). Sum of RGB (Red+Green+Blue) = 254+136+148=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8894 is #01776B. Grayscale: #ACACAC. Windows color (decimal): -96108 or 9734398. OLE color: 9734398.
HSL color Cylindrical-coordinate representation of color #FE8894: hue angle of 353.9º 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 #FE8894 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 148 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.00 |
| HSL | 353.9º | 0.98% | 0.76% | - |
| HSV(B) | 353.9º | 0.46% | 1% | - |
| XYZ | 55.02 | 40.82 | 33 | - |
| YUV | 172.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 148 | 0 | 0.46 | 0.42 | 0.00 | 353.9 | 0.98 | 0.76 |
| Hex | FE | 88 | 94 | 0 | 2E | 2A | 0 | 162 | 62 | 4C |
| Octal | 376 | 210 | 224 | 0 | 56 | 52 | 0 | 542 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10010100 | 0 | 101110 | 101010 | 0 | 101100010 | 1100010 | 1001100 |
Color Harmonies of #FE8894
Complementary color
Monochromatic Colors of #FE8894
Black with #FE8894
Text Example
Text Example
White with #FE8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8894; }
p { color: rgb(254,136,148); }
H1.HeaderClassName
{
color: #FE8894;
}
.AnyTagClassName
{
color: #FE8894;
}
</style>
background-color css
<style>
a { background-color: #FE8894; }
a { background-color: rgb(254,136,148); }
div.DivClassName
{
background-color: #FE8894;
}
.BgClassName
{
background-color: #FE8894;
}
</style>
border-color css
<style>
span { border-color: #FE8894; }
span { border-color: rgb(254,136,148); }
td.TdClassName
{
border-color: #FE8894;
}
.TagClassName
{
border-color: #FE8894;
}
</style>