Shades of Wewak #FB8E9E
Tints of Wewak #FB8E9E
RGB
CMYK
RGB Variations
Color information
#FB8E9E (or 0xFB8E9E) is known color: Wewak. HEX triplet: FB, 8E and 9E. RGB value is (251,142,158). Sum of RGB (Red+Green+Blue) = 251+142+158=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8E9E is #047161. Grayscale: #B0B0B0. Windows color (decimal): -291170 or 10391291. OLE color: 10391291.
HSL color Cylindrical-coordinate representation of color #FB8E9E: hue angle of 351.19º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8E9E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 158 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.02 |
| HSL | 351.19º | 0.93% | 0.77% | - |
| HSV(B) | 351.19º | 0.43% | 0.98% | - |
| XYZ | 55.63 | 42.32 | 37.59 | - |
| YUV | 176.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 158 | 0 | 0.43 | 0.37 | 0.02 | 351.19 | 0.93 | 0.77 |
| Hex | FB | 8E | 9E | 0 | 2B | 25 | 2 | 15F | 5D | 4D |
| Octal | 373 | 216 | 236 | 0 | 53 | 45 | 2 | 537 | 135 | 115 |
| Binary | 11111011 | 10001110 | 10011110 | 0 | 101011 | 100101 | 10 | 101011111 | 1011101 | 1001101 |
Color Harmonies of #FB8E9E
Complementary color
Monochromatic Colors of #FB8E9E
Black with #FB8E9E
Text Example
Text Example
White with #FB8E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E9E; }
p { color: rgb(251,142,158); }
H1.HeaderClassName
{
color: #FB8E9E;
}
.AnyTagClassName
{
color: #FB8E9E;
}
</style>
background-color css
<style>
a { background-color: #FB8E9E; }
a { background-color: rgb(251,142,158); }
div.DivClassName
{
background-color: #FB8E9E;
}
.BgClassName
{
background-color: #FB8E9E;
}
</style>
border-color css
<style>
span { border-color: #FB8E9E; }
span { border-color: rgb(251,142,158); }
td.TdClassName
{
border-color: #FB8E9E;
}
.TagClassName
{
border-color: #FB8E9E;
}
</style>