Shades of Wewak #FF989A
Tints of Wewak #FF989A
RGB
CMYK
RGB Variations
Color information
#FF989A (or 0xFF989A) is known color: Wewak. HEX triplet: FF, 98 and 9A. RGB value is (255,152,154). Sum of RGB (Red+Green+Blue) = 255+152+154=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF989A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF989A is #006765. Grayscale: #B7B7B7. Windows color (decimal): -26470 or 10131711. OLE color: 10131711.
HSL color Cylindrical-coordinate representation of color #FF989A: hue angle of 358.83º 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 #FF989A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 154 | - |
| CMYK | 0 | 0.40 | 0.40 | 0 |
| HSL | 358.84º | 1% | 0.8% | - |
| HSV(B) | 358.84º | 0.4% | 1% | - |
| XYZ | 58.3 | 46.05 | 36.39 | - |
| YUV | 183.03 | 111.62 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 154 | 0 | 0.40 | 0.40 | 0 | 358.84 | 1 | 0.8 |
| Hex | FF | 98 | 9A | 0 | 28 | 28 | 0 | 167 | 64 | 50 |
| Octal | 377 | 230 | 232 | 0 | 50 | 50 | 0 | 547 | 144 | 120 |
| Binary | 11111111 | 10011000 | 10011010 | 0 | 101000 | 101000 | 0 | 101100111 | 1100100 | 1010000 |
Color Harmonies of #FF989A
Complementary color
Monochromatic Colors of #FF989A
Black with #FF989A
Text Example
Text Example
White with #FF989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF989A; }
p { color: rgb(255,152,154); }
H1.HeaderClassName
{
color: #FF989A;
}
.AnyTagClassName
{
color: #FF989A;
}
</style>
background-color css
<style>
a { background-color: #FF989A; }
a { background-color: rgb(255,152,154); }
div.DivClassName
{
background-color: #FF989A;
}
.BgClassName
{
background-color: #FF989A;
}
</style>
border-color css
<style>
span { border-color: #FF989A; }
span { border-color: rgb(255,152,154); }
td.TdClassName
{
border-color: #FF989A;
}
.TagClassName
{
border-color: #FF989A;
}
</style>