Shades of Wewak #FF8998
Tints of Wewak #FF8998
RGB
CMYK
RGB Variations
Color information
#FF8998 (or 0xFF8998) is known color: Wewak. HEX triplet: FF, 89 and 98. RGB value is (255,137,152). Sum of RGB (Red+Green+Blue) = 255+137+152=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8998 is #007667. Grayscale: #AEAEAE. Windows color (decimal): -30312 or 9996799. OLE color: 9996799.
HSL color Cylindrical-coordinate representation of color #FF8998: hue angle of 352.37º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8998 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 152 | - |
| CMYK | 0 | 0.46 | 0.40 | 0 |
| HSL | 352.37º | 1% | 0.77% | - |
| HSV(B) | 352.37º | 0.46% | 1% | - |
| XYZ | 55.85 | 41.42 | 34.76 | - |
| YUV | 173.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 152 | 0 | 0.46 | 0.40 | 0 | 352.37 | 1 | 0.77 |
| Hex | FF | 89 | 98 | 0 | 2E | 28 | 0 | 160 | 64 | 4D |
| Octal | 377 | 211 | 230 | 0 | 56 | 50 | 0 | 540 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10011000 | 0 | 101110 | 101000 | 0 | 101100000 | 1100100 | 1001101 |
Color Harmonies of #FF8998
Complementary color
Monochromatic Colors of #FF8998
Black with #FF8998
Text Example
Text Example
White with #FF8998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8998; }
p { color: rgb(255,137,152); }
H1.HeaderClassName
{
color: #FF8998;
}
.AnyTagClassName
{
color: #FF8998;
}
</style>
background-color css
<style>
a { background-color: #FF8998; }
a { background-color: rgb(255,137,152); }
div.DivClassName
{
background-color: #FF8998;
}
.BgClassName
{
background-color: #FF8998;
}
</style>
border-color css
<style>
span { border-color: #FF8998; }
span { border-color: rgb(255,137,152); }
td.TdClassName
{
border-color: #FF8998;
}
.TagClassName
{
border-color: #FF8998;
}
</style>