Shades of Wewak #FB828B
Tints of Wewak #FB828B
RGB
CMYK
RGB Variations
Color information
#FB828B (or 0xFB828B) is known color: Wewak. HEX triplet: FB, 82 and 8B. RGB value is (251,130,139). Sum of RGB (Red+Green+Blue) = 251+130+139=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB828B is #047D74. Grayscale: #A7A7A7. Windows color (decimal): -294261 or 9143035. OLE color: 9143035.
HSL color Cylindrical-coordinate representation of color #FB828B: hue angle of 355.54º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB828B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 139 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.02 |
| HSL | 355.54º | 0.94% | 0.75% | - |
| HSV(B) | 355.54º | 0.48% | 0.98% | - |
| XYZ | 52.43 | 38.34 | 29.06 | - |
| YUV | 167.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 139 | 0 | 0.48 | 0.45 | 0.02 | 355.54 | 0.94 | 0.75 |
| Hex | FB | 82 | 8B | 0 | 30 | 2D | 2 | 164 | 5E | 4B |
| Octal | 373 | 202 | 213 | 0 | 60 | 55 | 2 | 544 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10001011 | 0 | 110000 | 101101 | 10 | 101100100 | 1011110 | 1001011 |
Color Harmonies of #FB828B
Complementary color
Monochromatic Colors of #FB828B
Black with #FB828B
Text Example
Text Example
White with #FB828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB828B; }
p { color: rgb(251,130,139); }
H1.HeaderClassName
{
color: #FB828B;
}
.AnyTagClassName
{
color: #FB828B;
}
</style>
background-color css
<style>
a { background-color: #FB828B; }
a { background-color: rgb(251,130,139); }
div.DivClassName
{
background-color: #FB828B;
}
.BgClassName
{
background-color: #FB828B;
}
</style>
border-color css
<style>
span { border-color: #FB828B; }
span { border-color: rgb(251,130,139); }
td.TdClassName
{
border-color: #FB828B;
}
.TagClassName
{
border-color: #FB828B;
}
</style>