Shades of Wewak #FB8A8C
Tints of Wewak #FB8A8C
RGB
CMYK
RGB Variations
Color information
#FB8A8C (or 0xFB8A8C) is known color: Wewak. HEX triplet: FB, 8A and 8C. RGB value is (251,138,140). Sum of RGB (Red+Green+Blue) = 251+138+140=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8A8C is #047573. Grayscale: #ACACAC. Windows color (decimal): -292212 or 9210619. OLE color: 9210619.
HSL color Cylindrical-coordinate representation of color #FB8A8C: hue angle of 358.94º 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 #FB8A8C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 140 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.02 |
| HSL | 358.94º | 0.93% | 0.76% | - |
| HSV(B) | 358.94º | 0.45% | 0.98% | - |
| XYZ | 53.61 | 40.58 | 29.82 | - |
| YUV | 172.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 140 | 0 | 0.45 | 0.44 | 0.02 | 358.94 | 0.93 | 0.76 |
| Hex | FB | 8A | 8C | 0 | 2D | 2C | 2 | 167 | 5D | 4C |
| Octal | 373 | 212 | 214 | 0 | 55 | 54 | 2 | 547 | 135 | 114 |
| Binary | 11111011 | 10001010 | 10001100 | 0 | 101101 | 101100 | 10 | 101100111 | 1011101 | 1001100 |
Color Harmonies of #FB8A8C
Complementary color
Monochromatic Colors of #FB8A8C
Black with #FB8A8C
Text Example
Text Example
White with #FB8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A8C; }
p { color: rgb(251,138,140); }
H1.HeaderClassName
{
color: #FB8A8C;
}
.AnyTagClassName
{
color: #FB8A8C;
}
</style>
background-color css
<style>
a { background-color: #FB8A8C; }
a { background-color: rgb(251,138,140); }
div.DivClassName
{
background-color: #FB8A8C;
}
.BgClassName
{
background-color: #FB8A8C;
}
</style>
border-color css
<style>
span { border-color: #FB8A8C; }
span { border-color: rgb(251,138,140); }
td.TdClassName
{
border-color: #FB8A8C;
}
.TagClassName
{
border-color: #FB8A8C;
}
</style>