Shades of Wewak #FB8B8C
Tints of Wewak #FB8B8C
RGB
CMYK
RGB Variations
Color information
#FB8B8C (or 0xFB8B8C) is known color: Wewak. HEX triplet: FB, 8B and 8C. RGB value is (251,139,140). Sum of RGB (Red+Green+Blue) = 251+139+140=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8B8C is #047473. Grayscale: #ACACAC. Windows color (decimal): -291956 or 9210875. OLE color: 9210875.
HSL color Cylindrical-coordinate representation of color #FB8B8C: hue angle of 359.46º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8B8C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 140 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.02 |
| HSL | 359.46º | 0.93% | 0.76% | - |
| HSV(B) | 359.46º | 0.45% | 0.98% | - |
| XYZ | 53.75 | 40.87 | 29.87 | - |
| YUV | 172.6 | 109.61 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 140 | 0 | 0.45 | 0.44 | 0.02 | 359.46 | 0.93 | 0.76 |
| Hex | FB | 8B | 8C | 0 | 2D | 2C | 2 | 167 | 5D | 4C |
| Octal | 373 | 213 | 214 | 0 | 55 | 54 | 2 | 547 | 135 | 114 |
| Binary | 11111011 | 10001011 | 10001100 | 0 | 101101 | 101100 | 10 | 101100111 | 1011101 | 1001100 |
Color Harmonies of #FB8B8C
Complementary color
Monochromatic Colors of #FB8B8C
Black with #FB8B8C
Text Example
Text Example
White with #FB8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B8C; }
p { color: rgb(251,139,140); }
H1.HeaderClassName
{
color: #FB8B8C;
}
.AnyTagClassName
{
color: #FB8B8C;
}
</style>
background-color css
<style>
a { background-color: #FB8B8C; }
a { background-color: rgb(251,139,140); }
div.DivClassName
{
background-color: #FB8B8C;
}
.BgClassName
{
background-color: #FB8B8C;
}
</style>
border-color css
<style>
span { border-color: #FB8B8C; }
span { border-color: rgb(251,139,140); }
td.TdClassName
{
border-color: #FB8B8C;
}
.TagClassName
{
border-color: #FB8B8C;
}
</style>