Shades of Wewak #FEA1A8
Tints of Wewak #FEA1A8
RGB
CMYK
RGB Variations
Color information
#FEA1A8 (or 0xFEA1A8) is known color: Wewak. HEX triplet: FE, A1 and A8. RGB value is (254,161,168). Sum of RGB (Red+Green+Blue) = 254+161+168=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA1A8 is #015E57. Grayscale: #BDBDBD. Windows color (decimal): -89688 or 11051518. OLE color: 11051518.
HSL color Cylindrical-coordinate representation of color #FEA1A8: hue angle of 355.48º 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 #FEA1A8 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 168 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.00 |
| HSL | 355.48º | 0.98% | 0.81% | - |
| HSV(B) | 355.48º | 0.37% | 1% | - |
| XYZ | 60.69 | 49.39 | 43.38 | - |
| YUV | 189.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 168 | 0 | 0.37 | 0.34 | 0.00 | 355.48 | 0.98 | 0.81 |
| Hex | FE | A1 | A8 | 0 | 25 | 22 | 0 | 163 | 62 | 51 |
| Octal | 376 | 241 | 250 | 0 | 45 | 42 | 0 | 543 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10101000 | 0 | 100101 | 100010 | 0 | 101100011 | 1100010 | 1010001 |
Color Harmonies of #FEA1A8
Complementary color
Monochromatic Colors of #FEA1A8
Black with #FEA1A8
Text Example
Text Example
White with #FEA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1A8; }
p { color: rgb(254,161,168); }
H1.HeaderClassName
{
color: #FEA1A8;
}
.AnyTagClassName
{
color: #FEA1A8;
}
</style>
background-color css
<style>
a { background-color: #FEA1A8; }
a { background-color: rgb(254,161,168); }
div.DivClassName
{
background-color: #FEA1A8;
}
.BgClassName
{
background-color: #FEA1A8;
}
</style>
border-color css
<style>
span { border-color: #FEA1A8; }
span { border-color: rgb(254,161,168); }
td.TdClassName
{
border-color: #FEA1A8;
}
.TagClassName
{
border-color: #FEA1A8;
}
</style>