Shades of Wewak #FE91A0
Tints of Wewak #FE91A0
RGB
CMYK
RGB Variations
Color information
#FE91A0 (or 0xFE91A0) is known color: Wewak. HEX triplet: FE, 91 and A0. RGB value is (254,145,160). Sum of RGB (Red+Green+Blue) = 254+145+160=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91A0 is #016E5F. Grayscale: #B3B3B3. Windows color (decimal): -93792 or 10523134. OLE color: 10523134.
HSL color Cylindrical-coordinate representation of color #FE91A0: hue angle of 351.74º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91A0 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 160 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.00 |
| HSL | 351.74º | 0.98% | 0.78% | - |
| HSV(B) | 351.74º | 0.43% | 1% | - |
| XYZ | 57.34 | 43.86 | 38.7 | - |
| YUV | 179.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 160 | 0 | 0.43 | 0.37 | 0.00 | 351.74 | 0.98 | 0.78 |
| Hex | FE | 91 | A0 | 0 | 2B | 25 | 0 | 160 | 62 | 4E |
| Octal | 376 | 221 | 240 | 0 | 53 | 45 | 0 | 540 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10100000 | 0 | 101011 | 100101 | 0 | 101100000 | 1100010 | 1001110 |
Color Harmonies of #FE91A0
Complementary color
Monochromatic Colors of #FE91A0
Black with #FE91A0
Text Example
Text Example
White with #FE91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91A0; }
p { color: rgb(254,145,160); }
H1.HeaderClassName
{
color: #FE91A0;
}
.AnyTagClassName
{
color: #FE91A0;
}
</style>
background-color css
<style>
a { background-color: #FE91A0; }
a { background-color: rgb(254,145,160); }
div.DivClassName
{
background-color: #FE91A0;
}
.BgClassName
{
background-color: #FE91A0;
}
</style>
border-color css
<style>
span { border-color: #FE91A0; }
span { border-color: rgb(254,145,160); }
td.TdClassName
{
border-color: #FE91A0;
}
.TagClassName
{
border-color: #FE91A0;
}
</style>