Shades of Wewak #FE848E
Tints of Wewak #FE848E
RGB
CMYK
RGB Variations
Color information
#FE848E (or 0xFE848E) is known color: Wewak. HEX triplet: FE, 84 and 8E. RGB value is (254,132,142). Sum of RGB (Red+Green+Blue) = 254+132+142=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE848E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE848E is #017B71. Grayscale: #A9A9A9. Windows color (decimal): -97138 or 9340158. OLE color: 9340158.
HSL color Cylindrical-coordinate representation of color #FE848E: hue angle of 355.08º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE848E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 142 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.00 |
| HSL | 355.08º | 0.98% | 0.76% | - |
| HSV(B) | 355.08º | 0.48% | 1% | - |
| XYZ | 54.01 | 39.53 | 30.37 | - |
| YUV | 169.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 142 | 0 | 0.48 | 0.44 | 0.00 | 355.08 | 0.98 | 0.76 |
| Hex | FE | 84 | 8E | 0 | 30 | 2C | 0 | 163 | 62 | 4C |
| Octal | 376 | 204 | 216 | 0 | 60 | 54 | 0 | 543 | 142 | 114 |
| Binary | 11111110 | 10000100 | 10001110 | 0 | 110000 | 101100 | 0 | 101100011 | 1100010 | 1001100 |
Color Harmonies of #FE848E
Complementary color
Monochromatic Colors of #FE848E
Black with #FE848E
Text Example
Text Example
White with #FE848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE848E; }
p { color: rgb(254,132,142); }
H1.HeaderClassName
{
color: #FE848E;
}
.AnyTagClassName
{
color: #FE848E;
}
</style>
background-color css
<style>
a { background-color: #FE848E; }
a { background-color: rgb(254,132,142); }
div.DivClassName
{
background-color: #FE848E;
}
.BgClassName
{
background-color: #FE848E;
}
</style>
border-color css
<style>
span { border-color: #FE848E; }
span { border-color: rgb(254,132,142); }
td.TdClassName
{
border-color: #FE848E;
}
.TagClassName
{
border-color: #FE848E;
}
</style>