Shades of Wewak #FB8696
Tints of Wewak #FB8696
RGB
CMYK
RGB Variations
Color information
#FB8696 (or 0xFB8696) is known color: Wewak. HEX triplet: FB, 86 and 96. RGB value is (251,134,150). Sum of RGB (Red+Green+Blue) = 251+134+150=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8696 is #047969. Grayscale: #AAAAAA. Windows color (decimal): -293226 or 9864955. OLE color: 9864955.
HSL color Cylindrical-coordinate representation of color #FB8696: hue angle of 351.79º 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 #FB8696 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 150 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.02 |
| HSL | 351.79º | 0.94% | 0.75% | - |
| HSV(B) | 351.79º | 0.47% | 0.98% | - |
| XYZ | 53.81 | 39.76 | 33.69 | - |
| YUV | 170.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 150 | 0 | 0.47 | 0.40 | 0.02 | 351.79 | 0.94 | 0.75 |
| Hex | FB | 86 | 96 | 0 | 2F | 28 | 2 | 160 | 5E | 4B |
| Octal | 373 | 206 | 226 | 0 | 57 | 50 | 2 | 540 | 136 | 113 |
| Binary | 11111011 | 10000110 | 10010110 | 0 | 101111 | 101000 | 10 | 101100000 | 1011110 | 1001011 |
Color Harmonies of #FB8696
Complementary color
Monochromatic Colors of #FB8696
Black with #FB8696
Text Example
Text Example
White with #FB8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8696; }
p { color: rgb(251,134,150); }
H1.HeaderClassName
{
color: #FB8696;
}
.AnyTagClassName
{
color: #FB8696;
}
</style>
background-color css
<style>
a { background-color: #FB8696; }
a { background-color: rgb(251,134,150); }
div.DivClassName
{
background-color: #FB8696;
}
.BgClassName
{
background-color: #FB8696;
}
</style>
border-color css
<style>
span { border-color: #FB8696; }
span { border-color: rgb(251,134,150); }
td.TdClassName
{
border-color: #FB8696;
}
.TagClassName
{
border-color: #FB8696;
}
</style>