Shades of Wewak #FB878C
Tints of Wewak #FB878C
RGB
CMYK
RGB Variations
Color information
#FB878C (or 0xFB878C) is known color: Wewak. HEX triplet: FB, 87 and 8C. RGB value is (251,135,140). Sum of RGB (Red+Green+Blue) = 251+135+140=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB878C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB878C is #047873. Grayscale: #AAAAAA. Windows color (decimal): -292980 or 9209851. OLE color: 9209851.
HSL color Cylindrical-coordinate representation of color #FB878C: hue angle of 357.41º degrees, saturation: 0.94, 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 #FB878C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 140 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.02 |
| HSL | 357.41º | 0.94% | 0.76% | - |
| HSV(B) | 357.41º | 0.46% | 0.98% | - |
| XYZ | 53.18 | 39.73 | 29.68 | - |
| YUV | 170.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 140 | 0 | 0.46 | 0.44 | 0.02 | 357.41 | 0.94 | 0.76 |
| Hex | FB | 87 | 8C | 0 | 2E | 2C | 2 | 165 | 5E | 4C |
| Octal | 373 | 207 | 214 | 0 | 56 | 54 | 2 | 545 | 136 | 114 |
| Binary | 11111011 | 10000111 | 10001100 | 0 | 101110 | 101100 | 10 | 101100101 | 1011110 | 1001100 |
Color Harmonies of #FB878C
Complementary color
Monochromatic Colors of #FB878C
Black with #FB878C
Text Example
Text Example
White with #FB878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB878C; }
p { color: rgb(251,135,140); }
H1.HeaderClassName
{
color: #FB878C;
}
.AnyTagClassName
{
color: #FB878C;
}
</style>
background-color css
<style>
a { background-color: #FB878C; }
a { background-color: rgb(251,135,140); }
div.DivClassName
{
background-color: #FB878C;
}
.BgClassName
{
background-color: #FB878C;
}
</style>
border-color css
<style>
span { border-color: #FB878C; }
span { border-color: rgb(251,135,140); }
td.TdClassName
{
border-color: #FB878C;
}
.TagClassName
{
border-color: #FB878C;
}
</style>