Shades of Wewak #FE8287
Tints of Wewak #FE8287
RGB
CMYK
RGB Variations
Color information
#FE8287 (or 0xFE8287) is known color: Wewak. HEX triplet: FE, 82 and 87. RGB value is (254,130,135). Sum of RGB (Red+Green+Blue) = 254+130+135=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8287 is #017D78. Grayscale: #A7A7A7. Windows color (decimal): -97657 or 8880894. OLE color: 8880894.
HSL color Cylindrical-coordinate representation of color #FE8287: hue angle of 357.58º 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 #FE8287 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 135 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.00 |
| HSL | 357.58º | 0.98% | 0.75% | - |
| HSV(B) | 357.58º | 0.49% | 1% | - |
| XYZ | 53.23 | 38.79 | 27.6 | - |
| YUV | 167.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 135 | 0 | 0.49 | 0.47 | 0.00 | 357.58 | 0.98 | 0.75 |
| Hex | FE | 82 | 87 | 0 | 31 | 2F | 0 | 166 | 62 | 4B |
| Octal | 376 | 202 | 207 | 0 | 61 | 57 | 0 | 546 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10000111 | 0 | 110001 | 101111 | 0 | 101100110 | 1100010 | 1001011 |
Color Harmonies of #FE8287
Complementary color
Monochromatic Colors of #FE8287
Black with #FE8287
Text Example
Text Example
White with #FE8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8287; }
p { color: rgb(254,130,135); }
H1.HeaderClassName
{
color: #FE8287;
}
.AnyTagClassName
{
color: #FE8287;
}
</style>
background-color css
<style>
a { background-color: #FE8287; }
a { background-color: rgb(254,130,135); }
div.DivClassName
{
background-color: #FE8287;
}
.BgClassName
{
background-color: #FE8287;
}
</style>
border-color css
<style>
span { border-color: #FE8287; }
span { border-color: rgb(254,130,135); }
td.TdClassName
{
border-color: #FE8287;
}
.TagClassName
{
border-color: #FE8287;
}
</style>