Shades of Wewak #FE8283
Tints of Wewak #FE8283
RGB
CMYK
RGB Variations
Color information
#FE8283 (or 0xFE8283) is known color: Wewak. HEX triplet: FE, 82 and 83. RGB value is (254,130,131). Sum of RGB (Red+Green+Blue) = 254+130+131=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8283 is #017D7C. Grayscale: #A7A7A7. Windows color (decimal): -97661 or 8618750. OLE color: 8618750.
HSL color Cylindrical-coordinate representation of color #FE8283: hue angle of 359.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE8283 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 131 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.00 |
| HSL | 359.52º | 0.98% | 0.75% | - |
| HSV(B) | 359.52º | 0.49% | 1% | - |
| XYZ | 52.95 | 38.67 | 26.15 | - |
| YUV | 167.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 131 | 0 | 0.49 | 0.48 | 0.00 | 359.52 | 0.98 | 0.75 |
| Hex | FE | 82 | 83 | 0 | 31 | 30 | 0 | 168 | 62 | 4B |
| Octal | 376 | 202 | 203 | 0 | 61 | 60 | 0 | 550 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10000011 | 0 | 110001 | 110000 | 0 | 101101000 | 1100010 | 1001011 |
Color Harmonies of #FE8283
Complementary color
Monochromatic Colors of #FE8283
Black with #FE8283
Text Example
Text Example
White with #FE8283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8283; }
p { color: rgb(254,130,131); }
H1.HeaderClassName
{
color: #FE8283;
}
.AnyTagClassName
{
color: #FE8283;
}
</style>
background-color css
<style>
a { background-color: #FE8283; }
a { background-color: rgb(254,130,131); }
div.DivClassName
{
background-color: #FE8283;
}
.BgClassName
{
background-color: #FE8283;
}
</style>
border-color css
<style>
span { border-color: #FE8283; }
span { border-color: rgb(254,130,131); }
td.TdClassName
{
border-color: #FE8283;
}
.TagClassName
{
border-color: #FE8283;
}
</style>