Shades of Wewak #FE8292
Tints of Wewak #FE8292
RGB
CMYK
RGB Variations
Color information
#FE8292 (or 0xFE8292) is known color: Wewak. HEX triplet: FE, 82 and 92. RGB value is (254,130,146). Sum of RGB (Red+Green+Blue) = 254+130+146=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8292 is #017D6D. Grayscale: #A8A8A8. Windows color (decimal): -97646 or 9601790. OLE color: 9601790.
HSL color Cylindrical-coordinate representation of color #FE8292: hue angle of 352.26º 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 #FE8292 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 146 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.00 |
| HSL | 352.26º | 0.98% | 0.75% | - |
| HSV(B) | 352.26º | 0.49% | 1% | - |
| XYZ | 54.04 | 39.11 | 31.89 | - |
| YUV | 168.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 146 | 0 | 0.49 | 0.43 | 0.00 | 352.26 | 0.98 | 0.75 |
| Hex | FE | 82 | 92 | 0 | 31 | 2B | 0 | 160 | 62 | 4B |
| Octal | 376 | 202 | 222 | 0 | 61 | 53 | 0 | 540 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10010010 | 0 | 110001 | 101011 | 0 | 101100000 | 1100010 | 1001011 |
Color Harmonies of #FE8292
Complementary color
Monochromatic Colors of #FE8292
Black with #FE8292
Text Example
Text Example
White with #FE8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8292; }
p { color: rgb(254,130,146); }
H1.HeaderClassName
{
color: #FE8292;
}
.AnyTagClassName
{
color: #FE8292;
}
</style>
background-color css
<style>
a { background-color: #FE8292; }
a { background-color: rgb(254,130,146); }
div.DivClassName
{
background-color: #FE8292;
}
.BgClassName
{
background-color: #FE8292;
}
</style>
border-color css
<style>
span { border-color: #FE8292; }
span { border-color: rgb(254,130,146); }
td.TdClassName
{
border-color: #FE8292;
}
.TagClassName
{
border-color: #FE8292;
}
</style>