Shades of Wewak #FF8B8E
Tints of Wewak #FF8B8E
RGB
CMYK
RGB Variations
Color information
#FF8B8E (or 0xFF8B8E) is known color: Wewak. HEX triplet: FF, 8B and 8E. RGB value is (255,139,142). Sum of RGB (Red+Green+Blue) = 255+139+142=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8B8E is #007471. Grayscale: #AEAEAE. Windows color (decimal): -29810 or 9341951. OLE color: 9341951.
HSL color Cylindrical-coordinate representation of color #FF8B8E: hue angle of 358.45º 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 #FF8B8E is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 142 | - |
| CMYK | 0 | 0.45 | 0.44 | 0 |
| HSL | 358.45º | 1% | 0.77% | - |
| HSV(B) | 358.45º | 0.45% | 1% | - |
| XYZ | 55.36 | 41.68 | 30.72 | - |
| YUV | 174.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 142 | 0 | 0.45 | 0.44 | 0 | 358.45 | 1 | 0.77 |
| Hex | FF | 8B | 8E | 0 | 2D | 2C | 0 | 166 | 64 | 4D |
| Octal | 377 | 213 | 216 | 0 | 55 | 54 | 0 | 546 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10001110 | 0 | 101101 | 101100 | 0 | 101100110 | 1100100 | 1001101 |
Color Harmonies of #FF8B8E
Complementary color
Monochromatic Colors of #FF8B8E
Black with #FF8B8E
Text Example
Text Example
White with #FF8B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B8E; }
p { color: rgb(255,139,142); }
H1.HeaderClassName
{
color: #FF8B8E;
}
.AnyTagClassName
{
color: #FF8B8E;
}
</style>
background-color css
<style>
a { background-color: #FF8B8E; }
a { background-color: rgb(255,139,142); }
div.DivClassName
{
background-color: #FF8B8E;
}
.BgClassName
{
background-color: #FF8B8E;
}
</style>
border-color css
<style>
span { border-color: #FF8B8E; }
span { border-color: rgb(255,139,142); }
td.TdClassName
{
border-color: #FF8B8E;
}
.TagClassName
{
border-color: #FF8B8E;
}
</style>