Shades of Wewak #FEA1A6
Tints of Wewak #FEA1A6
RGB
CMYK
RGB Variations
Color information
#FEA1A6 (or 0xFEA1A6) is known color: Wewak. HEX triplet: FE, A1 and A6. RGB value is (254,161,166). Sum of RGB (Red+Green+Blue) = 254+161+166=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1A6 is #015E59. Grayscale: #BDBDBD. Windows color (decimal): -89690 or 10920446. OLE color: 10920446.
HSL color Cylindrical-coordinate representation of color #FEA1A6: hue angle of 356.77º 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 #FEA1A6 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 166 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.00 |
| HSL | 356.77º | 0.98% | 0.81% | - |
| HSV(B) | 356.77º | 0.37% | 1% | - |
| XYZ | 60.5 | 49.31 | 42.41 | - |
| YUV | 189.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 166 | 0 | 0.37 | 0.35 | 0.00 | 356.77 | 0.98 | 0.81 |
| Hex | FE | A1 | A6 | 0 | 25 | 23 | 0 | 165 | 62 | 51 |
| Octal | 376 | 241 | 246 | 0 | 45 | 43 | 0 | 545 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10100110 | 0 | 100101 | 100011 | 0 | 101100101 | 1100010 | 1010001 |
Color Harmonies of #FEA1A6
Complementary color
Monochromatic Colors of #FEA1A6
Black with #FEA1A6
Text Example
Text Example
White with #FEA1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1A6; }
p { color: rgb(254,161,166); }
H1.HeaderClassName
{
color: #FEA1A6;
}
.AnyTagClassName
{
color: #FEA1A6;
}
</style>
background-color css
<style>
a { background-color: #FEA1A6; }
a { background-color: rgb(254,161,166); }
div.DivClassName
{
background-color: #FEA1A6;
}
.BgClassName
{
background-color: #FEA1A6;
}
</style>
border-color css
<style>
span { border-color: #FEA1A6; }
span { border-color: rgb(254,161,166); }
td.TdClassName
{
border-color: #FEA1A6;
}
.TagClassName
{
border-color: #FEA1A6;
}
</style>