Shades of Wewak #FEA3A8
Tints of Wewak #FEA3A8
RGB
CMYK
RGB Variations
Color information
#FEA3A8 (or 0xFEA3A8) is known color: Wewak. HEX triplet: FE, A3 and A8. RGB value is (254,163,168). Sum of RGB (Red+Green+Blue) = 254+163+168=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3A8 is #015C57. Grayscale: #BEBEBE. Windows color (decimal): -89176 or 11052030. OLE color: 11052030.
HSL color Cylindrical-coordinate representation of color #FEA3A8: hue angle of 356.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3A8 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 168 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.00 |
| HSL | 356.7º | 0.98% | 0.82% | - |
| HSV(B) | 356.7º | 0.36% | 1% | - |
| XYZ | 61.04 | 50.09 | 43.5 | - |
| YUV | 190.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 168 | 0 | 0.36 | 0.34 | 0.00 | 356.7 | 0.98 | 0.82 |
| Hex | FE | A3 | A8 | 0 | 24 | 22 | 0 | 165 | 62 | 52 |
| Octal | 376 | 243 | 250 | 0 | 44 | 42 | 0 | 545 | 142 | 122 |
| Binary | 11111110 | 10100011 | 10101000 | 0 | 100100 | 100010 | 0 | 101100101 | 1100010 | 1010010 |
Color Harmonies of #FEA3A8
Complementary color
Monochromatic Colors of #FEA3A8
Black with #FEA3A8
Text Example
Text Example
White with #FEA3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3A8; }
p { color: rgb(254,163,168); }
H1.HeaderClassName
{
color: #FEA3A8;
}
.AnyTagClassName
{
color: #FEA3A8;
}
</style>
background-color css
<style>
a { background-color: #FEA3A8; }
a { background-color: rgb(254,163,168); }
div.DivClassName
{
background-color: #FEA3A8;
}
.BgClassName
{
background-color: #FEA3A8;
}
</style>
border-color css
<style>
span { border-color: #FEA3A8; }
span { border-color: rgb(254,163,168); }
td.TdClassName
{
border-color: #FEA3A8;
}
.TagClassName
{
border-color: #FEA3A8;
}
</style>