Shades of Wewak #FEA1A4
Tints of Wewak #FEA1A4
RGB
CMYK
RGB Variations
Color information
#FEA1A4 (or 0xFEA1A4) is known color: Wewak. HEX triplet: FE, A1 and A4. RGB value is (254,161,164). Sum of RGB (Red+Green+Blue) = 254+161+164=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1A4 is #015E5B. Grayscale: #BDBDBD. Windows color (decimal): -89692 or 10789374. OLE color: 10789374.
HSL color Cylindrical-coordinate representation of color #FEA1A4: hue angle of 358.06º 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 #FEA1A4 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 164 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.00 |
| HSL | 358.06º | 0.98% | 0.81% | - |
| HSV(B) | 358.06º | 0.37% | 1% | - |
| XYZ | 60.32 | 49.24 | 41.45 | - |
| YUV | 189.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 164 | 0 | 0.37 | 0.35 | 0.00 | 358.06 | 0.98 | 0.81 |
| Hex | FE | A1 | A4 | 0 | 25 | 23 | 0 | 166 | 62 | 51 |
| Octal | 376 | 241 | 244 | 0 | 45 | 43 | 0 | 546 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10100100 | 0 | 100101 | 100011 | 0 | 101100110 | 1100010 | 1010001 |
Color Harmonies of #FEA1A4
Complementary color
Monochromatic Colors of #FEA1A4
Black with #FEA1A4
Text Example
Text Example
White with #FEA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1A4; }
p { color: rgb(254,161,164); }
H1.HeaderClassName
{
color: #FEA1A4;
}
.AnyTagClassName
{
color: #FEA1A4;
}
</style>
background-color css
<style>
a { background-color: #FEA1A4; }
a { background-color: rgb(254,161,164); }
div.DivClassName
{
background-color: #FEA1A4;
}
.BgClassName
{
background-color: #FEA1A4;
}
</style>
border-color css
<style>
span { border-color: #FEA1A4; }
span { border-color: rgb(254,161,164); }
td.TdClassName
{
border-color: #FEA1A4;
}
.TagClassName
{
border-color: #FEA1A4;
}
</style>