Shades of Wewak #FB979F
Tints of Wewak #FB979F
RGB
CMYK
RGB Variations
Color information
#FB979F (or 0xFB979F) is known color: Wewak. HEX triplet: FB, 97 and 9F. RGB value is (251,151,159). Sum of RGB (Red+Green+Blue) = 251+151+159=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB979F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB979F is #046860. Grayscale: #B5B5B5. Windows color (decimal): -288865 or 10459131. OLE color: 10459131.
HSL color Cylindrical-coordinate representation of color #FB979F: hue angle of 355.2º 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 #FB979F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 159 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.02 |
| HSL | 355.2º | 0.93% | 0.79% | - |
| HSV(B) | 355.2º | 0.4% | 0.98% | - |
| XYZ | 57.11 | 45.15 | 38.5 | - |
| YUV | 181.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 159 | 0 | 0.40 | 0.37 | 0.02 | 355.2 | 0.93 | 0.79 |
| Hex | FB | 97 | 9F | 0 | 28 | 25 | 2 | 163 | 5D | 4F |
| Octal | 373 | 227 | 237 | 0 | 50 | 45 | 2 | 543 | 135 | 117 |
| Binary | 11111011 | 10010111 | 10011111 | 0 | 101000 | 100101 | 10 | 101100011 | 1011101 | 1001111 |
Color Harmonies of #FB979F
Complementary color
Monochromatic Colors of #FB979F
Black with #FB979F
Text Example
Text Example
White with #FB979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB979F; }
p { color: rgb(251,151,159); }
H1.HeaderClassName
{
color: #FB979F;
}
.AnyTagClassName
{
color: #FB979F;
}
</style>
background-color css
<style>
a { background-color: #FB979F; }
a { background-color: rgb(251,151,159); }
div.DivClassName
{
background-color: #FB979F;
}
.BgClassName
{
background-color: #FB979F;
}
</style>
border-color css
<style>
span { border-color: #FB979F; }
span { border-color: rgb(251,151,159); }
td.TdClassName
{
border-color: #FB979F;
}
.TagClassName
{
border-color: #FB979F;
}
</style>