Shades of Wewak #FB808C
Tints of Wewak #FB808C
RGB
CMYK
RGB Variations
Color information
#FB808C (or 0xFB808C) is known color: Wewak. HEX triplet: FB, 80 and 8C. RGB value is (251,128,140). Sum of RGB (Red+Green+Blue) = 251+128+140=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB808C is #047F73. Grayscale: #A6A6A6. Windows color (decimal): -294772 or 9208059. OLE color: 9208059.
HSL color Cylindrical-coordinate representation of color #FB808C: hue angle of 354.15º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB808C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 140 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.02 |
| HSL | 354.15º | 0.94% | 0.74% | - |
| HSV(B) | 354.15º | 0.49% | 0.98% | - |
| XYZ | 52.24 | 37.84 | 29.36 | - |
| YUV | 166.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 140 | 0 | 0.49 | 0.44 | 0.02 | 354.15 | 0.94 | 0.74 |
| Hex | FB | 80 | 8C | 0 | 31 | 2C | 2 | 162 | 5E | 4A |
| Octal | 373 | 200 | 214 | 0 | 61 | 54 | 2 | 542 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10001100 | 0 | 110001 | 101100 | 10 | 101100010 | 1011110 | 1001010 |
Color Harmonies of #FB808C
Complementary color
Monochromatic Colors of #FB808C
Black with #FB808C
Text Example
Text Example
White with #FB808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB808C; }
p { color: rgb(251,128,140); }
H1.HeaderClassName
{
color: #FB808C;
}
.AnyTagClassName
{
color: #FB808C;
}
</style>
background-color css
<style>
a { background-color: #FB808C; }
a { background-color: rgb(251,128,140); }
div.DivClassName
{
background-color: #FB808C;
}
.BgClassName
{
background-color: #FB808C;
}
</style>
border-color css
<style>
span { border-color: #FB808C; }
span { border-color: rgb(251,128,140); }
td.TdClassName
{
border-color: #FB808C;
}
.TagClassName
{
border-color: #FB808C;
}
</style>