Shades of Wewak #FB8586
Tints of Wewak #FB8586
RGB
CMYK
RGB Variations
Color information
#FB8586 (or 0xFB8586) is known color: Wewak. HEX triplet: FB, 85 and 86. RGB value is (251,133,134). Sum of RGB (Red+Green+Blue) = 251+133+134=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8586 is #047A79. Grayscale: #A8A8A8. Windows color (decimal): -293498 or 8816123. OLE color: 8816123.
HSL color Cylindrical-coordinate representation of color #FB8586: hue angle of 359.49º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB8586 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 134 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.02 |
| HSL | 359.49º | 0.94% | 0.75% | - |
| HSV(B) | 359.49º | 0.47% | 0.98% | - |
| XYZ | 52.47 | 39.01 | 27.32 | - |
| YUV | 168.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 134 | 0 | 0.47 | 0.47 | 0.02 | 359.49 | 0.94 | 0.75 |
| Hex | FB | 85 | 86 | 0 | 2F | 2F | 2 | 167 | 5E | 4B |
| Octal | 373 | 205 | 206 | 0 | 57 | 57 | 2 | 547 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10000110 | 0 | 101111 | 101111 | 10 | 101100111 | 1011110 | 1001011 |
Color Harmonies of #FB8586
Complementary color
Monochromatic Colors of #FB8586
Black with #FB8586
Text Example
Text Example
White with #FB8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8586; }
p { color: rgb(251,133,134); }
H1.HeaderClassName
{
color: #FB8586;
}
.AnyTagClassName
{
color: #FB8586;
}
</style>
background-color css
<style>
a { background-color: #FB8586; }
a { background-color: rgb(251,133,134); }
div.DivClassName
{
background-color: #FB8586;
}
.BgClassName
{
background-color: #FB8586;
}
</style>
border-color css
<style>
span { border-color: #FB8586; }
span { border-color: rgb(251,133,134); }
td.TdClassName
{
border-color: #FB8586;
}
.TagClassName
{
border-color: #FB8586;
}
</style>