Shades of Wewak #FE7E8C
Tints of Wewak #FE7E8C
RGB
CMYK
RGB Variations
Color information
#FE7E8C (or 0xFE7E8C) is known color: Wewak. HEX triplet: FE, 7E and 8C. RGB value is (254,126,140). Sum of RGB (Red+Green+Blue) = 254+126+140=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7E8C is #018173. Grayscale: #A5A5A5. Windows color (decimal): -98676 or 9207550. OLE color: 9207550.
HSL color Cylindrical-coordinate representation of color #FE7E8C: hue angle of 353.44º 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 #FE7E8C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 140 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.00 |
| HSL | 353.44º | 0.98% | 0.75% | - |
| HSV(B) | 353.44º | 0.5% | 1% | - |
| XYZ | 53.07 | 37.89 | 29.33 | - |
| YUV | 165.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 140 | 0 | 0.50 | 0.45 | 0.00 | 353.44 | 0.98 | 0.75 |
| Hex | FE | 7E | 8C | 0 | 32 | 2D | 0 | 161 | 62 | 4B |
| Octal | 376 | 176 | 214 | 0 | 62 | 55 | 0 | 541 | 142 | 113 |
| Binary | 11111110 | 1111110 | 10001100 | 0 | 110010 | 101101 | 0 | 101100001 | 1100010 | 1001011 |
Color Harmonies of #FE7E8C
Complementary color
Monochromatic Colors of #FE7E8C
Black with #FE7E8C
Text Example
Text Example
White with #FE7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E8C; }
p { color: rgb(254,126,140); }
H1.HeaderClassName
{
color: #FE7E8C;
}
.AnyTagClassName
{
color: #FE7E8C;
}
</style>
background-color css
<style>
a { background-color: #FE7E8C; }
a { background-color: rgb(254,126,140); }
div.DivClassName
{
background-color: #FE7E8C;
}
.BgClassName
{
background-color: #FE7E8C;
}
</style>
border-color css
<style>
span { border-color: #FE7E8C; }
span { border-color: rgb(254,126,140); }
td.TdClassName
{
border-color: #FE7E8C;
}
.TagClassName
{
border-color: #FE7E8C;
}
</style>