Shades of Wewak #FE8F93
Tints of Wewak #FE8F93
RGB
CMYK
RGB Variations
Color information
#FE8F93 (or 0xFE8F93) is known color: Wewak. HEX triplet: FE, 8F and 93. RGB value is (254,143,147). Sum of RGB (Red+Green+Blue) = 254+143+147=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F93 is #01706C. Grayscale: #B0B0B0. Windows color (decimal): -94317 or 9670654. OLE color: 9670654.
HSL color Cylindrical-coordinate representation of color #FE8F93: hue angle of 357.84º 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 #FE8F93 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 147 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.00 |
| HSL | 357.84º | 0.98% | 0.78% | - |
| HSV(B) | 357.84º | 0.44% | 1% | - |
| XYZ | 55.96 | 42.82 | 32.92 | - |
| YUV | 176.65 | 111.27 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 147 | 0 | 0.44 | 0.42 | 0.00 | 357.84 | 0.98 | 0.78 |
| Hex | FE | 8F | 93 | 0 | 2C | 2A | 0 | 166 | 62 | 4E |
| Octal | 376 | 217 | 223 | 0 | 54 | 52 | 0 | 546 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10010011 | 0 | 101100 | 101010 | 0 | 101100110 | 1100010 | 1001110 |
Color Harmonies of #FE8F93
Complementary color
Monochromatic Colors of #FE8F93
Black with #FE8F93
Text Example
Text Example
White with #FE8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F93; }
p { color: rgb(254,143,147); }
H1.HeaderClassName
{
color: #FE8F93;
}
.AnyTagClassName
{
color: #FE8F93;
}
</style>
background-color css
<style>
a { background-color: #FE8F93; }
a { background-color: rgb(254,143,147); }
div.DivClassName
{
background-color: #FE8F93;
}
.BgClassName
{
background-color: #FE8F93;
}
</style>
border-color css
<style>
span { border-color: #FE8F93; }
span { border-color: rgb(254,143,147); }
td.TdClassName
{
border-color: #FE8F93;
}
.TagClassName
{
border-color: #FE8F93;
}
</style>