Shades of Wewak #FE8294
Tints of Wewak #FE8294
RGB
CMYK
RGB Variations
Color information
#FE8294 (or 0xFE8294) is known color: Wewak. HEX triplet: FE, 82 and 94. RGB value is (254,130,148). Sum of RGB (Red+Green+Blue) = 254+130+148=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8294 is #017D6B. Grayscale: #A9A9A9. Windows color (decimal): -97644 or 9732862. OLE color: 9732862.
HSL color Cylindrical-coordinate representation of color #FE8294: hue angle of 351.29º 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 #FE8294 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 148 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.00 |
| HSL | 351.29º | 0.98% | 0.75% | - |
| HSV(B) | 351.29º | 0.49% | 1% | - |
| XYZ | 54.2 | 39.17 | 32.72 | - |
| YUV | 169.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 148 | 0 | 0.49 | 0.42 | 0.00 | 351.29 | 0.98 | 0.75 |
| Hex | FE | 82 | 94 | 0 | 31 | 2A | 0 | 15F | 62 | 4B |
| Octal | 376 | 202 | 224 | 0 | 61 | 52 | 0 | 537 | 142 | 113 |
| Binary | 11111110 | 10000010 | 10010100 | 0 | 110001 | 101010 | 0 | 101011111 | 1100010 | 1001011 |
Color Harmonies of #FE8294
Complementary color
Monochromatic Colors of #FE8294
Black with #FE8294
Text Example
Text Example
White with #FE8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8294; }
p { color: rgb(254,130,148); }
H1.HeaderClassName
{
color: #FE8294;
}
.AnyTagClassName
{
color: #FE8294;
}
</style>
background-color css
<style>
a { background-color: #FE8294; }
a { background-color: rgb(254,130,148); }
div.DivClassName
{
background-color: #FE8294;
}
.BgClassName
{
background-color: #FE8294;
}
</style>
border-color css
<style>
span { border-color: #FE8294; }
span { border-color: rgb(254,130,148); }
td.TdClassName
{
border-color: #FE8294;
}
.TagClassName
{
border-color: #FE8294;
}
</style>