Shades of Wewak #FEA5A6
Tints of Wewak #FEA5A6
RGB
CMYK
RGB Variations
Color information
#FEA5A6 (or 0xFEA5A6) is known color: Wewak. HEX triplet: FE, A5 and A6. RGB value is (254,165,166). Sum of RGB (Red+Green+Blue) = 254+165+166=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A6 is #015A59. Grayscale: #BFBFBF. Windows color (decimal): -88666 or 10921470. OLE color: 10921470.
HSL color Cylindrical-coordinate representation of color #FEA5A6: hue angle of 359.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA5A6 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 166 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.00 |
| HSL | 359.33º | 0.98% | 0.82% | - |
| HSV(B) | 359.33º | 0.35% | 1% | - |
| XYZ | 61.21 | 50.73 | 42.64 | - |
| YUV | 191.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 166 | 0 | 0.35 | 0.35 | 0.00 | 359.33 | 0.98 | 0.82 |
| Hex | FE | A5 | A6 | 0 | 23 | 23 | 0 | 167 | 62 | 52 |
| Octal | 376 | 245 | 246 | 0 | 43 | 43 | 0 | 547 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10100110 | 0 | 100011 | 100011 | 0 | 101100111 | 1100010 | 1010010 |
Color Harmonies of #FEA5A6
Complementary color
Monochromatic Colors of #FEA5A6
Black with #FEA5A6
Text Example
Text Example
White with #FEA5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5A6; }
p { color: rgb(254,165,166); }
H1.HeaderClassName
{
color: #FEA5A6;
}
.AnyTagClassName
{
color: #FEA5A6;
}
</style>
background-color css
<style>
a { background-color: #FEA5A6; }
a { background-color: rgb(254,165,166); }
div.DivClassName
{
background-color: #FEA5A6;
}
.BgClassName
{
background-color: #FEA5A6;
}
</style>
border-color css
<style>
span { border-color: #FEA5A6; }
span { border-color: rgb(254,165,166); }
td.TdClassName
{
border-color: #FEA5A6;
}
.TagClassName
{
border-color: #FEA5A6;
}
</style>