Shades of Wewak #FE8993
Tints of Wewak #FE8993
RGB
CMYK
RGB Variations
Color information
#FE8993 (or 0xFE8993) is known color: Wewak. HEX triplet: FE, 89 and 93. RGB value is (254,137,147). Sum of RGB (Red+Green+Blue) = 254+137+147=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8993 is #01766C. Grayscale: #ADADAD. Windows color (decimal): -95853 or 9669118. OLE color: 9669118.
HSL color Cylindrical-coordinate representation of color #FE8993: hue angle of 354.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8993 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 147 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.00 |
| HSL | 354.87º | 0.98% | 0.77% | - |
| HSV(B) | 354.87º | 0.46% | 1% | - |
| XYZ | 55.09 | 41.07 | 32.63 | - |
| YUV | 173.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 147 | 0 | 0.46 | 0.42 | 0.00 | 354.87 | 0.98 | 0.77 |
| Hex | FE | 89 | 93 | 0 | 2E | 2A | 0 | 163 | 62 | 4D |
| Octal | 376 | 211 | 223 | 0 | 56 | 52 | 0 | 543 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10010011 | 0 | 101110 | 101010 | 0 | 101100011 | 1100010 | 1001101 |
Color Harmonies of #FE8993
Complementary color
Monochromatic Colors of #FE8993
Black with #FE8993
Text Example
Text Example
White with #FE8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8993; }
p { color: rgb(254,137,147); }
H1.HeaderClassName
{
color: #FE8993;
}
.AnyTagClassName
{
color: #FE8993;
}
</style>
background-color css
<style>
a { background-color: #FE8993; }
a { background-color: rgb(254,137,147); }
div.DivClassName
{
background-color: #FE8993;
}
.BgClassName
{
background-color: #FE8993;
}
</style>
border-color css
<style>
span { border-color: #FE8993; }
span { border-color: rgb(254,137,147); }
td.TdClassName
{
border-color: #FE8993;
}
.TagClassName
{
border-color: #FE8993;
}
</style>