Shades of Wewak #FF989D
Tints of Wewak #FF989D
RGB
CMYK
RGB Variations
Color information
#FF989D (or 0xFF989D) is known color: Wewak. HEX triplet: FF, 98 and 9D. RGB value is (255,152,157). Sum of RGB (Red+Green+Blue) = 255+152+157=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF989D is #006762. Grayscale: #B7B7B7. Windows color (decimal): -26467 or 10328319. OLE color: 10328319.
HSL color Cylindrical-coordinate representation of color #FF989D: hue angle of 357.09º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF989D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 157 | - |
| CMYK | 0 | 0.40 | 0.38 | 0 |
| HSL | 357.09º | 1% | 0.8% | - |
| HSV(B) | 357.09º | 0.4% | 1% | - |
| XYZ | 58.55 | 46.15 | 37.72 | - |
| YUV | 183.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 157 | 0 | 0.40 | 0.38 | 0 | 357.09 | 1 | 0.8 |
| Hex | FF | 98 | 9D | 0 | 28 | 26 | 0 | 165 | 64 | 50 |
| Octal | 377 | 230 | 235 | 0 | 50 | 46 | 0 | 545 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10011101 | 0 | 101000 | 100110 | 0 | 101100101 | 1100100 | 1010000 |
Color Harmonies of #FF989D
Complementary color
Monochromatic Colors of #FF989D
Black with #FF989D
Text Example
Text Example
White with #FF989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF989D; }
p { color: rgb(255,152,157); }
H1.HeaderClassName
{
color: #FF989D;
}
.AnyTagClassName
{
color: #FF989D;
}
</style>
background-color css
<style>
a { background-color: #FF989D; }
a { background-color: rgb(255,152,157); }
div.DivClassName
{
background-color: #FF989D;
}
.BgClassName
{
background-color: #FF989D;
}
</style>
border-color css
<style>
span { border-color: #FF989D; }
span { border-color: rgb(255,152,157); }
td.TdClassName
{
border-color: #FF989D;
}
.TagClassName
{
border-color: #FF989D;
}
</style>