Shades of Wewak #FB8C91
Tints of Wewak #FB8C91
RGB
CMYK
RGB Variations
Color information
#FB8C91 (or 0xFB8C91) is known color: Wewak. HEX triplet: FB, 8C and 91. RGB value is (251,140,145). Sum of RGB (Red+Green+Blue) = 251+140+145=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C91 is #04736E. Grayscale: #ADADAD. Windows color (decimal): -291695 or 9538811. OLE color: 9538811.
HSL color Cylindrical-coordinate representation of color #FB8C91: hue angle of 357.3º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8C91 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 145 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.02 |
| HSL | 357.3º | 0.93% | 0.77% | - |
| HSV(B) | 357.3º | 0.44% | 0.98% | - |
| XYZ | 54.27 | 41.31 | 31.9 | - |
| YUV | 173.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 145 | 0 | 0.44 | 0.42 | 0.02 | 357.3 | 0.93 | 0.77 |
| Hex | FB | 8C | 91 | 0 | 2C | 2A | 2 | 165 | 5D | 4D |
| Octal | 373 | 214 | 221 | 0 | 54 | 52 | 2 | 545 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10010001 | 0 | 101100 | 101010 | 10 | 101100101 | 1011101 | 1001101 |
Color Harmonies of #FB8C91
Complementary color
Monochromatic Colors of #FB8C91
Black with #FB8C91
Text Example
Text Example
White with #FB8C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C91; }
p { color: rgb(251,140,145); }
H1.HeaderClassName
{
color: #FB8C91;
}
.AnyTagClassName
{
color: #FB8C91;
}
</style>
background-color css
<style>
a { background-color: #FB8C91; }
a { background-color: rgb(251,140,145); }
div.DivClassName
{
background-color: #FB8C91;
}
.BgClassName
{
background-color: #FB8C91;
}
</style>
border-color css
<style>
span { border-color: #FB8C91; }
span { border-color: rgb(251,140,145); }
td.TdClassName
{
border-color: #FB8C91;
}
.TagClassName
{
border-color: #FB8C91;
}
</style>