Shades of Wewak #FB888B
Tints of Wewak #FB888B
RGB
CMYK
RGB Variations
Color information
#FB888B (or 0xFB888B) is known color: Wewak. HEX triplet: FB, 88 and 8B. RGB value is (251,136,139). Sum of RGB (Red+Green+Blue) = 251+136+139=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB888B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB888B is #047774. Grayscale: #AAAAAA. Windows color (decimal): -292725 or 9144571. OLE color: 9144571.
HSL color Cylindrical-coordinate representation of color #FB888B: hue angle of 358.43º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB888B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 139 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.02 |
| HSL | 358.43º | 0.93% | 0.76% | - |
| HSV(B) | 358.43º | 0.46% | 0.98% | - |
| XYZ | 53.25 | 39.98 | 29.34 | - |
| YUV | 170.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 139 | 0 | 0.46 | 0.45 | 0.02 | 358.43 | 0.93 | 0.76 |
| Hex | FB | 88 | 8B | 0 | 2E | 2D | 2 | 166 | 5D | 4C |
| Octal | 373 | 210 | 213 | 0 | 56 | 55 | 2 | 546 | 135 | 114 |
| Binary | 11111011 | 10001000 | 10001011 | 0 | 101110 | 101101 | 10 | 101100110 | 1011101 | 1001100 |
Color Harmonies of #FB888B
Complementary color
Monochromatic Colors of #FB888B
Black with #FB888B
Text Example
Text Example
White with #FB888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB888B; }
p { color: rgb(251,136,139); }
H1.HeaderClassName
{
color: #FB888B;
}
.AnyTagClassName
{
color: #FB888B;
}
</style>
background-color css
<style>
a { background-color: #FB888B; }
a { background-color: rgb(251,136,139); }
div.DivClassName
{
background-color: #FB888B;
}
.BgClassName
{
background-color: #FB888B;
}
</style>
border-color css
<style>
span { border-color: #FB888B; }
span { border-color: rgb(251,136,139); }
td.TdClassName
{
border-color: #FB888B;
}
.TagClassName
{
border-color: #FB888B;
}
</style>