Shades of Wewak #FE8F96
Tints of Wewak #FE8F96
RGB
CMYK
RGB Variations
Color information
#FE8F96 (or 0xFE8F96) is known color: Wewak. HEX triplet: FE, 8F and 96. RGB value is (254,143,150). Sum of RGB (Red+Green+Blue) = 254+143+150=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F96 is #017069. Grayscale: #B1B1B1. Windows color (decimal): -94314 or 9867262. OLE color: 9867262.
HSL color Cylindrical-coordinate representation of color #FE8F96: hue angle of 356.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8F96 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 150 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.00 |
| HSL | 356.22º | 0.98% | 0.78% | - |
| HSV(B) | 356.22º | 0.44% | 1% | - |
| XYZ | 56.2 | 42.92 | 34.18 | - |
| YUV | 176.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 150 | 0 | 0.44 | 0.41 | 0.00 | 356.22 | 0.98 | 0.78 |
| Hex | FE | 8F | 96 | 0 | 2C | 29 | 0 | 164 | 62 | 4E |
| Octal | 376 | 217 | 226 | 0 | 54 | 51 | 0 | 544 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10010110 | 0 | 101100 | 101001 | 0 | 101100100 | 1100010 | 1001110 |
Color Harmonies of #FE8F96
Complementary color
Monochromatic Colors of #FE8F96
Black with #FE8F96
Text Example
Text Example
White with #FE8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F96; }
p { color: rgb(254,143,150); }
H1.HeaderClassName
{
color: #FE8F96;
}
.AnyTagClassName
{
color: #FE8F96;
}
</style>
background-color css
<style>
a { background-color: #FE8F96; }
a { background-color: rgb(254,143,150); }
div.DivClassName
{
background-color: #FE8F96;
}
.BgClassName
{
background-color: #FE8F96;
}
</style>
border-color css
<style>
span { border-color: #FE8F96; }
span { border-color: rgb(254,143,150); }
td.TdClassName
{
border-color: #FE8F96;
}
.TagClassName
{
border-color: #FE8F96;
}
</style>