Shades of Wewak #FB8082
Tints of Wewak #FB8082
RGB
CMYK
RGB Variations
Color information
#FB8082 (or 0xFB8082) is known color: Wewak. HEX triplet: FB, 80 and 82. RGB value is (251,128,130). Sum of RGB (Red+Green+Blue) = 251+128+130=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8082 is #047F7D. Grayscale: #A5A5A5. Windows color (decimal): -294782 or 8552699. OLE color: 8552699.
HSL color Cylindrical-coordinate representation of color #FB8082: hue angle of 359.02º 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 #FB8082 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 130 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.02 |
| HSL | 359.02º | 0.94% | 0.74% | - |
| HSV(B) | 359.02º | 0.49% | 0.98% | - |
| XYZ | 51.53 | 37.56 | 25.65 | - |
| YUV | 165.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 130 | 0 | 0.49 | 0.48 | 0.02 | 359.02 | 0.94 | 0.74 |
| Hex | FB | 80 | 82 | 0 | 31 | 30 | 2 | 167 | 5E | 4A |
| Octal | 373 | 200 | 202 | 0 | 61 | 60 | 2 | 547 | 136 | 112 |
| Binary | 11111011 | 10000000 | 10000010 | 0 | 110001 | 110000 | 10 | 101100111 | 1011110 | 1001010 |
Color Harmonies of #FB8082
Complementary color
Monochromatic Colors of #FB8082
Black with #FB8082
Text Example
Text Example
White with #FB8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8082; }
p { color: rgb(251,128,130); }
H1.HeaderClassName
{
color: #FB8082;
}
.AnyTagClassName
{
color: #FB8082;
}
</style>
background-color css
<style>
a { background-color: #FB8082; }
a { background-color: rgb(251,128,130); }
div.DivClassName
{
background-color: #FB8082;
}
.BgClassName
{
background-color: #FB8082;
}
</style>
border-color css
<style>
span { border-color: #FB8082; }
span { border-color: rgb(251,128,130); }
td.TdClassName
{
border-color: #FB8082;
}
.TagClassName
{
border-color: #FB8082;
}
</style>