Shades of Wewak #FF8B98
Tints of Wewak #FF8B98
RGB
CMYK
RGB Variations
Color information
#FF8B98 (or 0xFF8B98) is known color: Wewak. HEX triplet: FF, 8B and 98. RGB value is (255,139,152). Sum of RGB (Red+Green+Blue) = 255+139+152=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8B98 is #007467. Grayscale: #AFAFAF. Windows color (decimal): -29800 or 9997311. OLE color: 9997311.
HSL color Cylindrical-coordinate representation of color #FF8B98: hue angle of 353.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8B98 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 152 | - |
| CMYK | 0 | 0.45 | 0.40 | 0 |
| HSL | 353.28º | 1% | 0.77% | - |
| HSV(B) | 353.28º | 0.45% | 1% | - |
| XYZ | 56.14 | 41.99 | 34.85 | - |
| YUV | 175.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 152 | 0 | 0.45 | 0.40 | 0 | 353.28 | 1 | 0.77 |
| Hex | FF | 8B | 98 | 0 | 2D | 28 | 0 | 161 | 64 | 4D |
| Octal | 377 | 213 | 230 | 0 | 55 | 50 | 0 | 541 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10011000 | 0 | 101101 | 101000 | 0 | 101100001 | 1100100 | 1001101 |
Color Harmonies of #FF8B98
Complementary color
Monochromatic Colors of #FF8B98
Black with #FF8B98
Text Example
Text Example
White with #FF8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B98; }
p { color: rgb(255,139,152); }
H1.HeaderClassName
{
color: #FF8B98;
}
.AnyTagClassName
{
color: #FF8B98;
}
</style>
background-color css
<style>
a { background-color: #FF8B98; }
a { background-color: rgb(255,139,152); }
div.DivClassName
{
background-color: #FF8B98;
}
.BgClassName
{
background-color: #FF8B98;
}
</style>
border-color css
<style>
span { border-color: #FF8B98; }
span { border-color: rgb(255,139,152); }
td.TdClassName
{
border-color: #FF8B98;
}
.TagClassName
{
border-color: #FF8B98;
}
</style>