Shades of Wewak #FB8591
Tints of Wewak #FB8591
RGB
CMYK
RGB Variations
Color information
#FB8591 (or 0xFB8591) is known color: Wewak. HEX triplet: FB, 85 and 91. RGB value is (251,133,145). Sum of RGB (Red+Green+Blue) = 251+133+145=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8591 is #047A6E. Grayscale: #A9A9A9. Windows color (decimal): -293487 or 9537019. OLE color: 9537019.
HSL color Cylindrical-coordinate representation of color #FB8591: hue angle of 353.9º 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 #FB8591 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 145 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.02 |
| HSL | 353.9º | 0.94% | 0.75% | - |
| HSV(B) | 353.9º | 0.47% | 0.98% | - |
| XYZ | 53.28 | 39.33 | 31.57 | - |
| YUV | 169.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 145 | 0 | 0.47 | 0.42 | 0.02 | 353.9 | 0.94 | 0.75 |
| Hex | FB | 85 | 91 | 0 | 2F | 2A | 2 | 162 | 5E | 4B |
| Octal | 373 | 205 | 221 | 0 | 57 | 52 | 2 | 542 | 136 | 113 |
| Binary | 11111011 | 10000101 | 10010001 | 0 | 101111 | 101010 | 10 | 101100010 | 1011110 | 1001011 |
Color Harmonies of #FB8591
Complementary color
Monochromatic Colors of #FB8591
Black with #FB8591
Text Example
Text Example
White with #FB8591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8591; }
p { color: rgb(251,133,145); }
H1.HeaderClassName
{
color: #FB8591;
}
.AnyTagClassName
{
color: #FB8591;
}
</style>
background-color css
<style>
a { background-color: #FB8591; }
a { background-color: rgb(251,133,145); }
div.DivClassName
{
background-color: #FB8591;
}
.BgClassName
{
background-color: #FB8591;
}
</style>
border-color css
<style>
span { border-color: #FB8591; }
span { border-color: rgb(251,133,145); }
td.TdClassName
{
border-color: #FB8591;
}
.TagClassName
{
border-color: #FB8591;
}
</style>