Shades of Wewak #FEA4A8
Tints of Wewak #FEA4A8
RGB
CMYK
RGB Variations
Color information
#FEA4A8 (or 0xFEA4A8) is known color: Wewak. HEX triplet: FE, A4 and A8. RGB value is (254,164,168). Sum of RGB (Red+Green+Blue) = 254+164+168=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA4A8 is #015B57. Grayscale: #BFBFBF. Windows color (decimal): -88920 or 11052286. OLE color: 11052286.
HSL color Cylindrical-coordinate representation of color #FEA4A8: hue angle of 357.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 #FEA4A8 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 168 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.00 |
| HSL | 357.33º | 0.98% | 0.82% | - |
| HSV(B) | 357.33º | 0.35% | 1% | - |
| XYZ | 61.22 | 50.45 | 43.56 | - |
| YUV | 191.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 168 | 0 | 0.35 | 0.34 | 0.00 | 357.33 | 0.98 | 0.82 |
| Hex | FE | A4 | A8 | 0 | 23 | 22 | 0 | 165 | 62 | 52 |
| Octal | 376 | 244 | 250 | 0 | 43 | 42 | 0 | 545 | 142 | 122 |
| Binary | 11111110 | 10100100 | 10101000 | 0 | 100011 | 100010 | 0 | 101100101 | 1100010 | 1010010 |
Color Harmonies of #FEA4A8
Complementary color
Monochromatic Colors of #FEA4A8
Black with #FEA4A8
Text Example
Text Example
White with #FEA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4A8; }
p { color: rgb(254,164,168); }
H1.HeaderClassName
{
color: #FEA4A8;
}
.AnyTagClassName
{
color: #FEA4A8;
}
</style>
background-color css
<style>
a { background-color: #FEA4A8; }
a { background-color: rgb(254,164,168); }
div.DivClassName
{
background-color: #FEA4A8;
}
.BgClassName
{
background-color: #FEA4A8;
}
</style>
border-color css
<style>
span { border-color: #FEA4A8; }
span { border-color: rgb(254,164,168); }
td.TdClassName
{
border-color: #FEA4A8;
}
.TagClassName
{
border-color: #FEA4A8;
}
</style>