Shades of Wewak #FE9296
Tints of Wewak #FE9296
RGB
CMYK
RGB Variations
Color information
#FE9296 (or 0xFE9296) is known color: Wewak. HEX triplet: FE, 92 and 96. RGB value is (254,146,150). Sum of RGB (Red+Green+Blue) = 254+146+150=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9296 is #016D69. Grayscale: #B2B2B2. Windows color (decimal): -93546 or 9868030. OLE color: 9868030.
HSL color Cylindrical-coordinate representation of color #FE9296: hue angle of 357.78º 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 #FE9296 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 150 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.00 |
| HSL | 357.78º | 0.98% | 0.78% | - |
| HSV(B) | 357.78º | 0.43% | 1% | - |
| XYZ | 56.66 | 43.83 | 34.33 | - |
| YUV | 178.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 150 | 0 | 0.43 | 0.41 | 0.00 | 357.78 | 0.98 | 0.78 |
| Hex | FE | 92 | 96 | 0 | 2B | 29 | 0 | 166 | 62 | 4E |
| Octal | 376 | 222 | 226 | 0 | 53 | 51 | 0 | 546 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10010110 | 0 | 101011 | 101001 | 0 | 101100110 | 1100010 | 1001110 |
Color Harmonies of #FE9296
Complementary color
Monochromatic Colors of #FE9296
Black with #FE9296
Text Example
Text Example
White with #FE9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9296; }
p { color: rgb(254,146,150); }
H1.HeaderClassName
{
color: #FE9296;
}
.AnyTagClassName
{
color: #FE9296;
}
</style>
background-color css
<style>
a { background-color: #FE9296; }
a { background-color: rgb(254,146,150); }
div.DivClassName
{
background-color: #FE9296;
}
.BgClassName
{
background-color: #FE9296;
}
</style>
border-color css
<style>
span { border-color: #FE9296; }
span { border-color: rgb(254,146,150); }
td.TdClassName
{
border-color: #FE9296;
}
.TagClassName
{
border-color: #FE9296;
}
</style>