Shades of Wewak #FE98A0
Tints of Wewak #FE98A0
RGB
CMYK
RGB Variations
Color information
#FE98A0 (or 0xFE98A0) is known color: Wewak. HEX triplet: FE, 98 and A0. RGB value is (254,152,160). Sum of RGB (Red+Green+Blue) = 254+152+160=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98A0 is #01675F. Grayscale: #B7B7B7. Windows color (decimal): -92000 or 10524926. OLE color: 10524926.
HSL color Cylindrical-coordinate representation of color #FE98A0: hue angle of 355.29º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE98A0 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 160 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.00 |
| HSL | 355.29º | 0.98% | 0.8% | - |
| HSV(B) | 355.29º | 0.4% | 1% | - |
| XYZ | 58.45 | 46.07 | 39.07 | - |
| YUV | 183.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 160 | 0 | 0.40 | 0.37 | 0.00 | 355.29 | 0.98 | 0.8 |
| Hex | FE | 98 | A0 | 0 | 28 | 25 | 0 | 163 | 62 | 50 |
| Octal | 376 | 230 | 240 | 0 | 50 | 45 | 0 | 543 | 142 | 120 |
| Binary | 11111110 | 10011000 | 10100000 | 0 | 101000 | 100101 | 0 | 101100011 | 1100010 | 1010000 |
Color Harmonies of #FE98A0
Complementary color
Monochromatic Colors of #FE98A0
Black with #FE98A0
Text Example
Text Example
White with #FE98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE98A0; }
p { color: rgb(254,152,160); }
H1.HeaderClassName
{
color: #FE98A0;
}
.AnyTagClassName
{
color: #FE98A0;
}
</style>
background-color css
<style>
a { background-color: #FE98A0; }
a { background-color: rgb(254,152,160); }
div.DivClassName
{
background-color: #FE98A0;
}
.BgClassName
{
background-color: #FE98A0;
}
</style>
border-color css
<style>
span { border-color: #FE98A0; }
span { border-color: rgb(254,152,160); }
td.TdClassName
{
border-color: #FE98A0;
}
.TagClassName
{
border-color: #FE98A0;
}
</style>