Shades of Wewak #FE838F
Tints of Wewak #FE838F
RGB
CMYK
RGB Variations
Color information
#FE838F (or 0xFE838F) is known color: Wewak. HEX triplet: FE, 83 and 8F. RGB value is (254,131,143). Sum of RGB (Red+Green+Blue) = 254+131+143=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE838F is #017C70. Grayscale: #A9A9A9. Windows color (decimal): -97393 or 9405438. OLE color: 9405438.
HSL color Cylindrical-coordinate representation of color #FE838F: hue angle of 354.15º 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 #FE838F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 143 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.00 |
| HSL | 354.15º | 0.98% | 0.75% | - |
| HSV(B) | 354.15º | 0.48% | 1% | - |
| XYZ | 53.95 | 39.29 | 30.73 | - |
| YUV | 169.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 143 | 0 | 0.48 | 0.44 | 0.00 | 354.15 | 0.98 | 0.75 |
| Hex | FE | 83 | 8F | 0 | 30 | 2C | 0 | 162 | 62 | 4B |
| Octal | 376 | 203 | 217 | 0 | 60 | 54 | 0 | 542 | 142 | 113 |
| Binary | 11111110 | 10000011 | 10001111 | 0 | 110000 | 101100 | 0 | 101100010 | 1100010 | 1001011 |
Color Harmonies of #FE838F
Complementary color
Monochromatic Colors of #FE838F
Black with #FE838F
Text Example
Text Example
White with #FE838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE838F; }
p { color: rgb(254,131,143); }
H1.HeaderClassName
{
color: #FE838F;
}
.AnyTagClassName
{
color: #FE838F;
}
</style>
background-color css
<style>
a { background-color: #FE838F; }
a { background-color: rgb(254,131,143); }
div.DivClassName
{
background-color: #FE838F;
}
.BgClassName
{
background-color: #FE838F;
}
</style>
border-color css
<style>
span { border-color: #FE838F; }
span { border-color: rgb(254,131,143); }
td.TdClassName
{
border-color: #FE838F;
}
.TagClassName
{
border-color: #FE838F;
}
</style>