Shades of Wewak #FF8B94
Tints of Wewak #FF8B94
RGB
CMYK
RGB Variations
Color information
#FF8B94 (or 0xFF8B94) is known color: Wewak. HEX triplet: FF, 8B and 94. RGB value is (255,139,148). Sum of RGB (Red+Green+Blue) = 255+139+148=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8B94 is #00746B. Grayscale: #AEAEAE. Windows color (decimal): -29804 or 9735167. OLE color: 9735167.
HSL color Cylindrical-coordinate representation of color #FF8B94: hue angle of 355.34º 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 #FF8B94 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 148 | - |
| CMYK | 0 | 0.45 | 0.42 | 0 |
| HSL | 355.34º | 1% | 0.77% | - |
| HSV(B) | 355.34º | 0.45% | 1% | - |
| XYZ | 55.82 | 41.86 | 33.16 | - |
| YUV | 174.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 148 | 0 | 0.45 | 0.42 | 0 | 355.34 | 1 | 0.77 |
| Hex | FF | 8B | 94 | 0 | 2D | 2A | 0 | 163 | 64 | 4D |
| Octal | 377 | 213 | 224 | 0 | 55 | 52 | 0 | 543 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10010100 | 0 | 101101 | 101010 | 0 | 101100011 | 1100100 | 1001101 |
Color Harmonies of #FF8B94
Complementary color
Monochromatic Colors of #FF8B94
Black with #FF8B94
Text Example
Text Example
White with #FF8B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B94; }
p { color: rgb(255,139,148); }
H1.HeaderClassName
{
color: #FF8B94;
}
.AnyTagClassName
{
color: #FF8B94;
}
</style>
background-color css
<style>
a { background-color: #FF8B94; }
a { background-color: rgb(255,139,148); }
div.DivClassName
{
background-color: #FF8B94;
}
.BgClassName
{
background-color: #FF8B94;
}
</style>
border-color css
<style>
span { border-color: #FF8B94; }
span { border-color: rgb(255,139,148); }
td.TdClassName
{
border-color: #FF8B94;
}
.TagClassName
{
border-color: #FF8B94;
}
</style>