Shades of Wewak #FB888D
Tints of Wewak #FB888D
RGB
CMYK
RGB Variations
Color information
#FB888D (or 0xFB888D) is known color: Wewak. HEX triplet: FB, 88 and 8D. RGB value is (251,136,141). Sum of RGB (Red+Green+Blue) = 251+136+141=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB888D is #047772. Grayscale: #ABABAB. Windows color (decimal): -292723 or 9275643. OLE color: 9275643.
HSL color Cylindrical-coordinate representation of color #FB888D: hue angle of 357.39º 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 #FB888D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 141 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.02 |
| HSL | 357.39º | 0.93% | 0.76% | - |
| HSV(B) | 357.39º | 0.46% | 0.98% | - |
| XYZ | 53.4 | 40.04 | 30.11 | - |
| YUV | 170.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 141 | 0 | 0.46 | 0.44 | 0.02 | 357.39 | 0.93 | 0.76 |
| Hex | FB | 88 | 8D | 0 | 2E | 2C | 2 | 165 | 5D | 4C |
| Octal | 373 | 210 | 215 | 0 | 56 | 54 | 2 | 545 | 135 | 114 |
| Binary | 11111011 | 10001000 | 10001101 | 0 | 101110 | 101100 | 10 | 101100101 | 1011101 | 1001100 |
Color Harmonies of #FB888D
Complementary color
Monochromatic Colors of #FB888D
Black with #FB888D
Text Example
Text Example
White with #FB888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB888D; }
p { color: rgb(251,136,141); }
H1.HeaderClassName
{
color: #FB888D;
}
.AnyTagClassName
{
color: #FB888D;
}
</style>
background-color css
<style>
a { background-color: #FB888D; }
a { background-color: rgb(251,136,141); }
div.DivClassName
{
background-color: #FB888D;
}
.BgClassName
{
background-color: #FB888D;
}
</style>
border-color css
<style>
span { border-color: #FB888D; }
span { border-color: rgb(251,136,141); }
td.TdClassName
{
border-color: #FB888D;
}
.TagClassName
{
border-color: #FB888D;
}
</style>