Shades of Wewak #FB8487
Tints of Wewak #FB8487
RGB
CMYK
RGB Variations
Color information
#FB8487 (or 0xFB8487) is known color: Wewak. HEX triplet: FB, 84 and 87. RGB value is (251,132,135). Sum of RGB (Red+Green+Blue) = 251+132+135=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8487 is #047B78. Grayscale: #A8A8A8. Windows color (decimal): -293753 or 8881403. OLE color: 8881403.
HSL color Cylindrical-coordinate representation of color #FB8487: hue angle of 358.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 #FB8487 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 135 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.02 |
| HSL | 358.49º | 0.94% | 0.75% | - |
| HSV(B) | 358.49º | 0.47% | 0.98% | - |
| XYZ | 52.41 | 38.76 | 27.64 | - |
| YUV | 167.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 135 | 0 | 0.47 | 0.46 | 0.02 | 358.49 | 0.94 | 0.75 |
| Hex | FB | 84 | 87 | 0 | 2F | 2E | 2 | 166 | 5E | 4B |
| Octal | 373 | 204 | 207 | 0 | 57 | 56 | 2 | 546 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10000111 | 0 | 101111 | 101110 | 10 | 101100110 | 1011110 | 1001011 |
Color Harmonies of #FB8487
Complementary color
Monochromatic Colors of #FB8487
Black with #FB8487
Text Example
Text Example
White with #FB8487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8487; }
p { color: rgb(251,132,135); }
H1.HeaderClassName
{
color: #FB8487;
}
.AnyTagClassName
{
color: #FB8487;
}
</style>
background-color css
<style>
a { background-color: #FB8487; }
a { background-color: rgb(251,132,135); }
div.DivClassName
{
background-color: #FB8487;
}
.BgClassName
{
background-color: #FB8487;
}
</style>
border-color css
<style>
span { border-color: #FB8487; }
span { border-color: rgb(251,132,135); }
td.TdClassName
{
border-color: #FB8487;
}
.TagClassName
{
border-color: #FB8487;
}
</style>