Shades of Wewak #FE8F9F
Tints of Wewak #FE8F9F
RGB
CMYK
RGB Variations
Color information
#FE8F9F (or 0xFE8F9F) is known color: Wewak. HEX triplet: FE, 8F and 9F. RGB value is (254,143,159). Sum of RGB (Red+Green+Blue) = 254+143+159=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F9F is #017060. Grayscale: #B2B2B2. Windows color (decimal): -94305 or 10457086. OLE color: 10457086.
HSL color Cylindrical-coordinate representation of color #FE8F9F: hue angle of 351.35º 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 #FE8F9F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 159 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.00 |
| HSL | 351.35º | 0.98% | 0.78% | - |
| HSV(B) | 351.35º | 0.44% | 1% | - |
| XYZ | 56.95 | 43.22 | 38.14 | - |
| YUV | 178.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 159 | 0 | 0.44 | 0.37 | 0.00 | 351.35 | 0.98 | 0.78 |
| Hex | FE | 8F | 9F | 0 | 2C | 25 | 0 | 15F | 62 | 4E |
| Octal | 376 | 217 | 237 | 0 | 54 | 45 | 0 | 537 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10011111 | 0 | 101100 | 100101 | 0 | 101011111 | 1100010 | 1001110 |
Color Harmonies of #FE8F9F
Complementary color
Monochromatic Colors of #FE8F9F
Black with #FE8F9F
Text Example
Text Example
White with #FE8F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F9F; }
p { color: rgb(254,143,159); }
H1.HeaderClassName
{
color: #FE8F9F;
}
.AnyTagClassName
{
color: #FE8F9F;
}
</style>
background-color css
<style>
a { background-color: #FE8F9F; }
a { background-color: rgb(254,143,159); }
div.DivClassName
{
background-color: #FE8F9F;
}
.BgClassName
{
background-color: #FE8F9F;
}
</style>
border-color css
<style>
span { border-color: #FE8F9F; }
span { border-color: rgb(254,143,159); }
td.TdClassName
{
border-color: #FE8F9F;
}
.TagClassName
{
border-color: #FE8F9F;
}
</style>