Shades of Wewak #FE838E
Tints of Wewak #FE838E
RGB
CMYK
RGB Variations
Color information
#FE838E (or 0xFE838E) is known color: Wewak. HEX triplet: FE, 83 and 8E. RGB value is (254,131,142). Sum of RGB (Red+Green+Blue) = 254+131+142=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE838E is #017C71. Grayscale: #A9A9A9. Windows color (decimal): -97394 or 9339902. OLE color: 9339902.
HSL color Cylindrical-coordinate representation of color #FE838E: hue angle of 354.63º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE838E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 142 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.00 |
| HSL | 354.63º | 0.98% | 0.75% | - |
| HSV(B) | 354.63º | 0.48% | 1% | - |
| XYZ | 53.87 | 39.26 | 30.33 | - |
| YUV | 169.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 142 | 0 | 0.48 | 0.44 | 0.00 | 354.63 | 0.98 | 0.75 |
| Hex | FE | 83 | 8E | 0 | 30 | 2C | 0 | 163 | 62 | 4B |
| Octal | 376 | 203 | 216 | 0 | 60 | 54 | 0 | 543 | 142 | 113 |
| Binary | 11111110 | 10000011 | 10001110 | 0 | 110000 | 101100 | 0 | 101100011 | 1100010 | 1001011 |
Color Harmonies of #FE838E
Complementary color
Monochromatic Colors of #FE838E
Black with #FE838E
Text Example
Text Example
White with #FE838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE838E; }
p { color: rgb(254,131,142); }
H1.HeaderClassName
{
color: #FE838E;
}
.AnyTagClassName
{
color: #FE838E;
}
</style>
background-color css
<style>
a { background-color: #FE838E; }
a { background-color: rgb(254,131,142); }
div.DivClassName
{
background-color: #FE838E;
}
.BgClassName
{
background-color: #FE838E;
}
</style>
border-color css
<style>
span { border-color: #FE838E; }
span { border-color: rgb(254,131,142); }
td.TdClassName
{
border-color: #FE838E;
}
.TagClassName
{
border-color: #FE838E;
}
</style>