Shades of Wewak #FE9293
Tints of Wewak #FE9293
RGB
CMYK
RGB Variations
Color information
#FE9293 (or 0xFE9293) is known color: Wewak. HEX triplet: FE, 92 and 93. RGB value is (254,146,147). Sum of RGB (Red+Green+Blue) = 254+146+147=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9293 is #016D6C. Grayscale: #B2B2B2. Windows color (decimal): -93549 or 9671422. OLE color: 9671422.
HSL color Cylindrical-coordinate representation of color #FE9293: hue angle of 359.44º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE9293 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 147 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.00 |
| HSL | 359.44º | 0.98% | 0.78% | - |
| HSV(B) | 359.44º | 0.43% | 1% | - |
| XYZ | 56.42 | 43.74 | 33.07 | - |
| YUV | 178.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 147 | 0 | 0.43 | 0.42 | 0.00 | 359.44 | 0.98 | 0.78 |
| Hex | FE | 92 | 93 | 0 | 2B | 2A | 0 | 167 | 62 | 4E |
| Octal | 376 | 222 | 223 | 0 | 53 | 52 | 0 | 547 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10010011 | 0 | 101011 | 101010 | 0 | 101100111 | 1100010 | 1001110 |
Color Harmonies of #FE9293
Complementary color
Monochromatic Colors of #FE9293
Black with #FE9293
Text Example
Text Example
White with #FE9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9293; }
p { color: rgb(254,146,147); }
H1.HeaderClassName
{
color: #FE9293;
}
.AnyTagClassName
{
color: #FE9293;
}
</style>
background-color css
<style>
a { background-color: #FE9293; }
a { background-color: rgb(254,146,147); }
div.DivClassName
{
background-color: #FE9293;
}
.BgClassName
{
background-color: #FE9293;
}
</style>
border-color css
<style>
span { border-color: #FE9293; }
span { border-color: rgb(254,146,147); }
td.TdClassName
{
border-color: #FE9293;
}
.TagClassName
{
border-color: #FE9293;
}
</style>