Shades of Wewak #FE899C
Tints of Wewak #FE899C
RGB
CMYK
RGB Variations
Color information
#FE899C (or 0xFE899C) is known color: Wewak. HEX triplet: FE, 89 and 9C. RGB value is (254,137,156). Sum of RGB (Red+Green+Blue) = 254+137+156=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE899C is #017663. Grayscale: #AEAEAE. Windows color (decimal): -95844 or 10258942. OLE color: 10258942.
HSL color Cylindrical-coordinate representation of color #FE899C: hue angle of 350.26º 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 #FE899C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 156 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.00 |
| HSL | 350.26º | 0.98% | 0.77% | - |
| HSV(B) | 350.26º | 0.46% | 1% | - |
| XYZ | 55.82 | 41.36 | 36.49 | - |
| YUV | 174.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 156 | 0 | 0.46 | 0.39 | 0.00 | 350.26 | 0.98 | 0.77 |
| Hex | FE | 89 | 9C | 0 | 2E | 27 | 0 | 15E | 62 | 4D |
| Octal | 376 | 211 | 234 | 0 | 56 | 47 | 0 | 536 | 142 | 115 |
| Binary | 11111110 | 10001001 | 10011100 | 0 | 101110 | 100111 | 0 | 101011110 | 1100010 | 1001101 |
Color Harmonies of #FE899C
Complementary color
Monochromatic Colors of #FE899C
Black with #FE899C
Text Example
Text Example
White with #FE899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE899C; }
p { color: rgb(254,137,156); }
H1.HeaderClassName
{
color: #FE899C;
}
.AnyTagClassName
{
color: #FE899C;
}
</style>
background-color css
<style>
a { background-color: #FE899C; }
a { background-color: rgb(254,137,156); }
div.DivClassName
{
background-color: #FE899C;
}
.BgClassName
{
background-color: #FE899C;
}
</style>
border-color css
<style>
span { border-color: #FE899C; }
span { border-color: rgb(254,137,156); }
td.TdClassName
{
border-color: #FE899C;
}
.TagClassName
{
border-color: #FE899C;
}
</style>