Shades of Wewak #FE8A8C
Tints of Wewak #FE8A8C
RGB
CMYK
RGB Variations
Color information
#FE8A8C (or 0xFE8A8C) is known color: Wewak. HEX triplet: FE, 8A and 8C. RGB value is (254,138,140). Sum of RGB (Red+Green+Blue) = 254+138+140=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A8C is #017573. Grayscale: #ADADAD. Windows color (decimal): -95604 or 9210622. OLE color: 9210622.
HSL color Cylindrical-coordinate representation of color #FE8A8C: hue angle of 358.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8A8C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 140 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.00 |
| HSL | 358.97º | 0.98% | 0.77% | - |
| HSV(B) | 358.97º | 0.46% | 1% | - |
| XYZ | 54.7 | 41.14 | 29.87 | - |
| YUV | 172.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 140 | 0 | 0.46 | 0.45 | 0.00 | 358.97 | 0.98 | 0.77 |
| Hex | FE | 8A | 8C | 0 | 2E | 2D | 0 | 167 | 62 | 4D |
| Octal | 376 | 212 | 214 | 0 | 56 | 55 | 0 | 547 | 142 | 115 |
| Binary | 11111110 | 10001010 | 10001100 | 0 | 101110 | 101101 | 0 | 101100111 | 1100010 | 1001101 |
Color Harmonies of #FE8A8C
Complementary color
Monochromatic Colors of #FE8A8C
Black with #FE8A8C
Text Example
Text Example
White with #FE8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A8C; }
p { color: rgb(254,138,140); }
H1.HeaderClassName
{
color: #FE8A8C;
}
.AnyTagClassName
{
color: #FE8A8C;
}
</style>
background-color css
<style>
a { background-color: #FE8A8C; }
a { background-color: rgb(254,138,140); }
div.DivClassName
{
background-color: #FE8A8C;
}
.BgClassName
{
background-color: #FE8A8C;
}
</style>
border-color css
<style>
span { border-color: #FE8A8C; }
span { border-color: rgb(254,138,140); }
td.TdClassName
{
border-color: #FE8A8C;
}
.TagClassName
{
border-color: #FE8A8C;
}
</style>