Shades of Wewak #FB808B
Tints of Wewak #FB808B
RGB
CMYK
RGB Variations
Color information
#FB808B (or 0xFB808B) is known color: Wewak. HEX triplet: FB, 80 and 8B. RGB value is (251,128,139). Sum of RGB (Red+Green+Blue) = 251+128+139=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB808B is #047F74. Grayscale: #A6A6A6. Windows color (decimal): -294773 or 9142523. OLE color: 9142523.
HSL color Cylindrical-coordinate representation of color #FB808B: hue angle of 354.63º 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 #FB808B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 139 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.02 |
| HSL | 354.63º | 0.94% | 0.74% | - |
| HSV(B) | 354.63º | 0.49% | 0.98% | - |
| XYZ | 52.16 | 37.81 | 28.98 | - |
| YUV | 166.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 139 | 0 | 0.49 | 0.45 | 0.02 | 354.63 | 0.94 | 0.74 |
| Hex | FB | 80 | 8B | 0 | 31 | 2D | 2 | 163 | 5E | 4A |
| Octal | 373 | 200 | 213 | 0 | 61 | 55 | 2 | 543 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10001011 | 0 | 110001 | 101101 | 10 | 101100011 | 1011110 | 1001010 |
Color Harmonies of #FB808B
Complementary color
Monochromatic Colors of #FB808B
Black with #FB808B
Text Example
Text Example
White with #FB808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB808B; }
p { color: rgb(251,128,139); }
H1.HeaderClassName
{
color: #FB808B;
}
.AnyTagClassName
{
color: #FB808B;
}
</style>
background-color css
<style>
a { background-color: #FB808B; }
a { background-color: rgb(251,128,139); }
div.DivClassName
{
background-color: #FB808B;
}
.BgClassName
{
background-color: #FB808B;
}
</style>
border-color css
<style>
span { border-color: #FB808B; }
span { border-color: rgb(251,128,139); }
td.TdClassName
{
border-color: #FB808B;
}
.TagClassName
{
border-color: #FB808B;
}
</style>