Shades of Wewak #FB828A
Tints of Wewak #FB828A
RGB
CMYK
RGB Variations
Color information
#FB828A (or 0xFB828A) is known color: Wewak. HEX triplet: FB, 82 and 8A. RGB value is (251,130,138). Sum of RGB (Red+Green+Blue) = 251+130+138=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB828A is #047D75. Grayscale: #A7A7A7. Windows color (decimal): -294262 or 9077499. OLE color: 9077499.
HSL color Cylindrical-coordinate representation of color #FB828A: hue angle of 356.03º 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 #FB828A is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 138 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.02 |
| HSL | 356.03º | 0.94% | 0.75% | - |
| HSV(B) | 356.03º | 0.48% | 0.98% | - |
| XYZ | 52.35 | 38.31 | 28.68 | - |
| YUV | 167.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 138 | 0 | 0.48 | 0.45 | 0.02 | 356.03 | 0.94 | 0.75 |
| Hex | FB | 82 | 8A | 0 | 30 | 2D | 2 | 164 | 5E | 4B |
| Octal | 373 | 202 | 212 | 0 | 60 | 55 | 2 | 544 | 136 | 113 |
| Binary | 11111011 | 10000010 | 10001010 | 0 | 110000 | 101101 | 10 | 101100100 | 1011110 | 1001011 |
Color Harmonies of #FB828A
Complementary color
Monochromatic Colors of #FB828A
Black with #FB828A
Text Example
Text Example
White with #FB828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB828A; }
p { color: rgb(251,130,138); }
H1.HeaderClassName
{
color: #FB828A;
}
.AnyTagClassName
{
color: #FB828A;
}
</style>
background-color css
<style>
a { background-color: #FB828A; }
a { background-color: rgb(251,130,138); }
div.DivClassName
{
background-color: #FB828A;
}
.BgClassName
{
background-color: #FB828A;
}
</style>
border-color css
<style>
span { border-color: #FB828A; }
span { border-color: rgb(251,130,138); }
td.TdClassName
{
border-color: #FB828A;
}
.TagClassName
{
border-color: #FB828A;
}
</style>