Shades of Wewak #FE97A4
Tints of Wewak #FE97A4
RGB
CMYK
RGB Variations
Color information
#FE97A4 (or 0xFE97A4) is known color: Wewak. HEX triplet: FE, 97 and A4. RGB value is (254,151,164). Sum of RGB (Red+Green+Blue) = 254+151+164=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97A4 is #01685B. Grayscale: #B7B7B7. Windows color (decimal): -92252 or 10786814. OLE color: 10786814.
HSL color Cylindrical-coordinate representation of color #FE97A4: hue angle of 352.43º 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 #FE97A4 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 164 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.00 |
| HSL | 352.43º | 0.98% | 0.79% | - |
| HSV(B) | 352.43º | 0.41% | 1% | - |
| XYZ | 58.64 | 45.88 | 40.89 | - |
| YUV | 183.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 164 | 0 | 0.41 | 0.35 | 0.00 | 352.43 | 0.98 | 0.79 |
| Hex | FE | 97 | A4 | 0 | 29 | 23 | 0 | 160 | 62 | 4F |
| Octal | 376 | 227 | 244 | 0 | 51 | 43 | 0 | 540 | 142 | 117 |
| Binary | 11111110 | 10010111 | 10100100 | 0 | 101001 | 100011 | 0 | 101100000 | 1100010 | 1001111 |
Color Harmonies of #FE97A4
Complementary color
Monochromatic Colors of #FE97A4
Black with #FE97A4
Text Example
Text Example
White with #FE97A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE97A4; }
p { color: rgb(254,151,164); }
H1.HeaderClassName
{
color: #FE97A4;
}
.AnyTagClassName
{
color: #FE97A4;
}
</style>
background-color css
<style>
a { background-color: #FE97A4; }
a { background-color: rgb(254,151,164); }
div.DivClassName
{
background-color: #FE97A4;
}
.BgClassName
{
background-color: #FE97A4;
}
</style>
border-color css
<style>
span { border-color: #FE97A4; }
span { border-color: rgb(254,151,164); }
td.TdClassName
{
border-color: #FE97A4;
}
.TagClassName
{
border-color: #FE97A4;
}
</style>