Shades of Wewak #FE888A
Tints of Wewak #FE888A
RGB
CMYK
RGB Variations
Color information
#FE888A (or 0xFE888A) is known color: Wewak. HEX triplet: FE, 88 and 8A. RGB value is (254,136,138). Sum of RGB (Red+Green+Blue) = 254+136+138=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE888A is #017775. Grayscale: #ABABAB. Windows color (decimal): -96118 or 9079038. OLE color: 9079038.
HSL color Cylindrical-coordinate representation of color #FE888A: hue angle of 358.98º 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 #FE888A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 138 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.00 |
| HSL | 358.98º | 0.98% | 0.76% | - |
| HSV(B) | 358.98º | 0.46% | 1% | - |
| XYZ | 54.26 | 40.51 | 29 | - |
| YUV | 171.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 138 | 0 | 0.46 | 0.46 | 0.00 | 358.98 | 0.98 | 0.76 |
| Hex | FE | 88 | 8A | 0 | 2E | 2E | 0 | 167 | 62 | 4C |
| Octal | 376 | 210 | 212 | 0 | 56 | 56 | 0 | 547 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10001010 | 0 | 101110 | 101110 | 0 | 101100111 | 1100010 | 1001100 |
Color Harmonies of #FE888A
Complementary color
Monochromatic Colors of #FE888A
Black with #FE888A
Text Example
Text Example
White with #FE888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE888A; }
p { color: rgb(254,136,138); }
H1.HeaderClassName
{
color: #FE888A;
}
.AnyTagClassName
{
color: #FE888A;
}
</style>
background-color css
<style>
a { background-color: #FE888A; }
a { background-color: rgb(254,136,138); }
div.DivClassName
{
background-color: #FE888A;
}
.BgClassName
{
background-color: #FE888A;
}
</style>
border-color css
<style>
span { border-color: #FE888A; }
span { border-color: rgb(254,136,138); }
td.TdClassName
{
border-color: #FE888A;
}
.TagClassName
{
border-color: #FE888A;
}
</style>