Shades of Wewak #FEA2A3
Tints of Wewak #FEA2A3
RGB
CMYK
RGB Variations
Color information
#FEA2A3 (or 0xFEA2A3) is known color: Wewak. HEX triplet: FE, A2 and A3. RGB value is (254,162,163). Sum of RGB (Red+Green+Blue) = 254+162+163=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA2A3 is #015D5C. Grayscale: #BDBDBD. Windows color (decimal): -89437 or 10724094. OLE color: 10724094.
HSL color Cylindrical-coordinate representation of color #FEA2A3: hue angle of 359.35º 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 #FEA2A3 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 163 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.00 |
| HSL | 359.35º | 0.98% | 0.82% | - |
| HSV(B) | 359.35º | 0.36% | 1% | - |
| XYZ | 60.4 | 49.56 | 41.03 | - |
| YUV | 189.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 163 | 0 | 0.36 | 0.36 | 0.00 | 359.35 | 0.98 | 0.82 |
| Hex | FE | A2 | A3 | 0 | 24 | 24 | 0 | 167 | 62 | 52 |
| Octal | 376 | 242 | 243 | 0 | 44 | 44 | 0 | 547 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10100011 | 0 | 100100 | 100100 | 0 | 101100111 | 1100010 | 1010010 |
Color Harmonies of #FEA2A3
Complementary color
Monochromatic Colors of #FEA2A3
Black with #FEA2A3
Text Example
Text Example
White with #FEA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2A3; }
p { color: rgb(254,162,163); }
H1.HeaderClassName
{
color: #FEA2A3;
}
.AnyTagClassName
{
color: #FEA2A3;
}
</style>
background-color css
<style>
a { background-color: #FEA2A3; }
a { background-color: rgb(254,162,163); }
div.DivClassName
{
background-color: #FEA2A3;
}
.BgClassName
{
background-color: #FEA2A3;
}
</style>
border-color css
<style>
span { border-color: #FEA2A3; }
span { border-color: rgb(254,162,163); }
td.TdClassName
{
border-color: #FEA2A3;
}
.TagClassName
{
border-color: #FEA2A3;
}
</style>