Shades of Wewak #FB979C
Tints of Wewak #FB979C
RGB
CMYK
RGB Variations
Color information
#FB979C (or 0xFB979C) is known color: Wewak. HEX triplet: FB, 97 and 9C. RGB value is (251,151,156). Sum of RGB (Red+Green+Blue) = 251+151+156=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB979C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB979C is #046863. Grayscale: #B5B5B5. Windows color (decimal): -288868 or 10262523. OLE color: 10262523.
HSL color Cylindrical-coordinate representation of color #FB979C: hue angle of 357º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB979C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 156 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.02 |
| HSL | 357º | 0.93% | 0.79% | - |
| HSV(B) | 357º | 0.4% | 0.98% | - |
| XYZ | 56.85 | 45.04 | 37.15 | - |
| YUV | 181.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 156 | 0 | 0.40 | 0.38 | 0.02 | 357 | 0.93 | 0.79 |
| Hex | FB | 97 | 9C | 0 | 28 | 26 | 2 | 165 | 5D | 4F |
| Octal | 373 | 227 | 234 | 0 | 50 | 46 | 2 | 545 | 135 | 117 |
| Binary | 11111011 | 10010111 | 10011100 | 0 | 101000 | 100110 | 10 | 101100101 | 1011101 | 1001111 |
Color Harmonies of #FB979C
Complementary color
Monochromatic Colors of #FB979C
Black with #FB979C
Text Example
Text Example
White with #FB979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB979C; }
p { color: rgb(251,151,156); }
H1.HeaderClassName
{
color: #FB979C;
}
.AnyTagClassName
{
color: #FB979C;
}
</style>
background-color css
<style>
a { background-color: #FB979C; }
a { background-color: rgb(251,151,156); }
div.DivClassName
{
background-color: #FB979C;
}
.BgClassName
{
background-color: #FB979C;
}
</style>
border-color css
<style>
span { border-color: #FB979C; }
span { border-color: rgb(251,151,156); }
td.TdClassName
{
border-color: #FB979C;
}
.TagClassName
{
border-color: #FB979C;
}
</style>