Shades of Wewak #FE7F86
Tints of Wewak #FE7F86
RGB
CMYK
RGB Variations
Color information
#FE7F86 (or 0xFE7F86) is known color: Wewak. HEX triplet: FE, 7F and 86. RGB value is (254,127,134). Sum of RGB (Red+Green+Blue) = 254+127+134=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F86 is #018079. Grayscale: #A5A5A5. Windows color (decimal): -98426 or 8814590. OLE color: 8814590.
HSL color Cylindrical-coordinate representation of color #FE7F86: hue angle of 356.69º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F86 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 134 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.00 |
| HSL | 356.69º | 0.98% | 0.75% | - |
| HSV(B) | 356.69º | 0.5% | 1% | - |
| XYZ | 52.77 | 37.97 | 27.1 | - |
| YUV | 165.77 | 110.08 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 134 | 0 | 0.50 | 0.47 | 0.00 | 356.69 | 0.98 | 0.75 |
| Hex | FE | 7F | 86 | 0 | 32 | 2F | 0 | 165 | 62 | 4B |
| Octal | 376 | 177 | 206 | 0 | 62 | 57 | 0 | 545 | 142 | 113 |
| Binary | 11111110 | 1111111 | 10000110 | 0 | 110010 | 101111 | 0 | 101100101 | 1100010 | 1001011 |
Color Harmonies of #FE7F86
Complementary color
Monochromatic Colors of #FE7F86
Black with #FE7F86
Text Example
Text Example
White with #FE7F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F86; }
p { color: rgb(254,127,134); }
H1.HeaderClassName
{
color: #FE7F86;
}
.AnyTagClassName
{
color: #FE7F86;
}
</style>
background-color css
<style>
a { background-color: #FE7F86; }
a { background-color: rgb(254,127,134); }
div.DivClassName
{
background-color: #FE7F86;
}
.BgClassName
{
background-color: #FE7F86;
}
</style>
border-color css
<style>
span { border-color: #FE7F86; }
span { border-color: rgb(254,127,134); }
td.TdClassName
{
border-color: #FE7F86;
}
.TagClassName
{
border-color: #FE7F86;
}
</style>