Shades of Wewak #FE97A1
Tints of Wewak #FE97A1
RGB
CMYK
RGB Variations
Color information
#FE97A1 (or 0xFE97A1) is known color: Wewak. HEX triplet: FE, 97 and A1. RGB value is (254,151,161). Sum of RGB (Red+Green+Blue) = 254+151+161=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97A1 is #01685E. Grayscale: #B7B7B7. Windows color (decimal): -92255 or 10590206. OLE color: 10590206.
HSL color Cylindrical-coordinate representation of color #FE97A1: hue angle of 354.17º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE97A1 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 161 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.00 |
| HSL | 354.17º | 0.98% | 0.79% | - |
| HSV(B) | 354.17º | 0.41% | 1% | - |
| XYZ | 58.37 | 45.78 | 39.48 | - |
| YUV | 182.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 161 | 0 | 0.41 | 0.37 | 0.00 | 354.17 | 0.98 | 0.79 |
| Hex | FE | 97 | A1 | 0 | 29 | 25 | 0 | 162 | 62 | 4F |
| Octal | 376 | 227 | 241 | 0 | 51 | 45 | 0 | 542 | 142 | 117 |
| Binary | 11111110 | 10010111 | 10100001 | 0 | 101001 | 100101 | 0 | 101100010 | 1100010 | 1001111 |
Color Harmonies of #FE97A1
Complementary color
Monochromatic Colors of #FE97A1
Black with #FE97A1
Text Example
Text Example
White with #FE97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE97A1; }
p { color: rgb(254,151,161); }
H1.HeaderClassName
{
color: #FE97A1;
}
.AnyTagClassName
{
color: #FE97A1;
}
</style>
background-color css
<style>
a { background-color: #FE97A1; }
a { background-color: rgb(254,151,161); }
div.DivClassName
{
background-color: #FE97A1;
}
.BgClassName
{
background-color: #FE97A1;
}
</style>
border-color css
<style>
span { border-color: #FE97A1; }
span { border-color: rgb(254,151,161); }
td.TdClassName
{
border-color: #FE97A1;
}
.TagClassName
{
border-color: #FE97A1;
}
</style>