Shades of Wewak #FB8C92
Tints of Wewak #FB8C92
RGB
CMYK
RGB Variations
Color information
#FB8C92 (or 0xFB8C92) is known color: Wewak. HEX triplet: FB, 8C and 92. RGB value is (251,140,146). Sum of RGB (Red+Green+Blue) = 251+140+146=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C92 is #04736D. Grayscale: #ADADAD. Windows color (decimal): -291694 or 9604347. OLE color: 9604347.
HSL color Cylindrical-coordinate representation of color #FB8C92: hue angle of 356.76º 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 #FB8C92 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 146 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.02 |
| HSL | 356.76º | 0.93% | 0.77% | - |
| HSV(B) | 356.76º | 0.44% | 0.98% | - |
| XYZ | 54.35 | 41.34 | 32.31 | - |
| YUV | 173.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 146 | 0 | 0.44 | 0.42 | 0.02 | 356.76 | 0.93 | 0.77 |
| Hex | FB | 8C | 92 | 0 | 2C | 2A | 2 | 165 | 5D | 4D |
| Octal | 373 | 214 | 222 | 0 | 54 | 52 | 2 | 545 | 135 | 115 |
| Binary | 11111011 | 10001100 | 10010010 | 0 | 101100 | 101010 | 10 | 101100101 | 1011101 | 1001101 |
Color Harmonies of #FB8C92
Complementary color
Monochromatic Colors of #FB8C92
Black with #FB8C92
Text Example
Text Example
White with #FB8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C92; }
p { color: rgb(251,140,146); }
H1.HeaderClassName
{
color: #FB8C92;
}
.AnyTagClassName
{
color: #FB8C92;
}
</style>
background-color css
<style>
a { background-color: #FB8C92; }
a { background-color: rgb(251,140,146); }
div.DivClassName
{
background-color: #FB8C92;
}
.BgClassName
{
background-color: #FB8C92;
}
</style>
border-color css
<style>
span { border-color: #FB8C92; }
span { border-color: rgb(251,140,146); }
td.TdClassName
{
border-color: #FB8C92;
}
.TagClassName
{
border-color: #FB8C92;
}
</style>