Shades of Wewak #FEA0A6
Tints of Wewak #FEA0A6
RGB
CMYK
RGB Variations
Color information
#FEA0A6 (or 0xFEA0A6) is known color: Wewak. HEX triplet: FE, A0 and A6. RGB value is (254,160,166). Sum of RGB (Red+Green+Blue) = 254+160+166=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A6 is #015F59. Grayscale: #BCBCBC. Windows color (decimal): -89946 or 10920190. OLE color: 10920190.
HSL color Cylindrical-coordinate representation of color #FEA0A6: hue angle of 356.17º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0A6 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 166 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.00 |
| HSL | 356.17º | 0.98% | 0.81% | - |
| HSV(B) | 356.17º | 0.37% | 1% | - |
| XYZ | 60.33 | 48.97 | 42.35 | - |
| YUV | 188.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 166 | 0 | 0.37 | 0.35 | 0.00 | 356.17 | 0.98 | 0.81 |
| Hex | FE | A0 | A6 | 0 | 25 | 23 | 0 | 164 | 62 | 51 |
| Octal | 376 | 240 | 246 | 0 | 45 | 43 | 0 | 544 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10100110 | 0 | 100101 | 100011 | 0 | 101100100 | 1100010 | 1010001 |
Color Harmonies of #FEA0A6
Complementary color
Monochromatic Colors of #FEA0A6
Black with #FEA0A6
Text Example
Text Example
White with #FEA0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0A6; }
p { color: rgb(254,160,166); }
H1.HeaderClassName
{
color: #FEA0A6;
}
.AnyTagClassName
{
color: #FEA0A6;
}
</style>
background-color css
<style>
a { background-color: #FEA0A6; }
a { background-color: rgb(254,160,166); }
div.DivClassName
{
background-color: #FEA0A6;
}
.BgClassName
{
background-color: #FEA0A6;
}
</style>
border-color css
<style>
span { border-color: #FEA0A6; }
span { border-color: rgb(254,160,166); }
td.TdClassName
{
border-color: #FEA0A6;
}
.TagClassName
{
border-color: #FEA0A6;
}
</style>