Shades of Wewak #FE888F
Tints of Wewak #FE888F
RGB
CMYK
RGB Variations
Color information
#FE888F (or 0xFE888F) is known color: Wewak. HEX triplet: FE, 88 and 8F. RGB value is (254,136,143). Sum of RGB (Red+Green+Blue) = 254+136+143=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE888F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE888F is #017770. Grayscale: #ACACAC. Windows color (decimal): -96113 or 9406718. OLE color: 9406718.
HSL color Cylindrical-coordinate representation of color #FE888F: hue angle of 356.44º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE888F is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 143 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.00 |
| HSL | 356.44º | 0.98% | 0.76% | - |
| HSV(B) | 356.44º | 0.46% | 1% | - |
| XYZ | 54.64 | 40.66 | 30.96 | - |
| YUV | 172.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 143 | 0 | 0.46 | 0.44 | 0.00 | 356.44 | 0.98 | 0.76 |
| Hex | FE | 88 | 8F | 0 | 2E | 2C | 0 | 164 | 62 | 4C |
| Octal | 376 | 210 | 217 | 0 | 56 | 54 | 0 | 544 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10001111 | 0 | 101110 | 101100 | 0 | 101100100 | 1100010 | 1001100 |
Color Harmonies of #FE888F
Complementary color
Monochromatic Colors of #FE888F
Black with #FE888F
Text Example
Text Example
White with #FE888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE888F; }
p { color: rgb(254,136,143); }
H1.HeaderClassName
{
color: #FE888F;
}
.AnyTagClassName
{
color: #FE888F;
}
</style>
background-color css
<style>
a { background-color: #FE888F; }
a { background-color: rgb(254,136,143); }
div.DivClassName
{
background-color: #FE888F;
}
.BgClassName
{
background-color: #FE888F;
}
</style>
border-color css
<style>
span { border-color: #FE888F; }
span { border-color: rgb(254,136,143); }
td.TdClassName
{
border-color: #FE888F;
}
.TagClassName
{
border-color: #FE888F;
}
</style>