Shades of Wewak #FE888C
Tints of Wewak #FE888C
RGB
CMYK
RGB Variations
Color information
#FE888C (or 0xFE888C) is known color: Wewak. HEX triplet: FE, 88 and 8C. RGB value is (254,136,140). Sum of RGB (Red+Green+Blue) = 254+136+140=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE888C is #017773. Grayscale: #ABABAB. Windows color (decimal): -96116 or 9210110. OLE color: 9210110.
HSL color Cylindrical-coordinate representation of color #FE888C: hue angle of 357.97º 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 #FE888C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 140 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.00 |
| HSL | 357.97º | 0.98% | 0.76% | - |
| HSV(B) | 357.97º | 0.46% | 1% | - |
| XYZ | 54.41 | 40.57 | 29.77 | - |
| YUV | 171.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 140 | 0 | 0.46 | 0.45 | 0.00 | 357.97 | 0.98 | 0.76 |
| Hex | FE | 88 | 8C | 0 | 2E | 2D | 0 | 166 | 62 | 4C |
| Octal | 376 | 210 | 214 | 0 | 56 | 55 | 0 | 546 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10001100 | 0 | 101110 | 101101 | 0 | 101100110 | 1100010 | 1001100 |
Color Harmonies of #FE888C
Complementary color
Monochromatic Colors of #FE888C
Black with #FE888C
Text Example
Text Example
White with #FE888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE888C; }
p { color: rgb(254,136,140); }
H1.HeaderClassName
{
color: #FE888C;
}
.AnyTagClassName
{
color: #FE888C;
}
</style>
background-color css
<style>
a { background-color: #FE888C; }
a { background-color: rgb(254,136,140); }
div.DivClassName
{
background-color: #FE888C;
}
.BgClassName
{
background-color: #FE888C;
}
</style>
border-color css
<style>
span { border-color: #FE888C; }
span { border-color: rgb(254,136,140); }
td.TdClassName
{
border-color: #FE888C;
}
.TagClassName
{
border-color: #FE888C;
}
</style>