Shades of Wewak #FB959C
Tints of Wewak #FB959C
RGB
CMYK
RGB Variations
Color information
#FB959C (or 0xFB959C) is known color: Wewak. HEX triplet: FB, 95 and 9C. RGB value is (251,149,156). Sum of RGB (Red+Green+Blue) = 251+149+156=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB959C is #046A63. Grayscale: #B4B4B4. Windows color (decimal): -289380 or 10262011. OLE color: 10262011.
HSL color Cylindrical-coordinate representation of color #FB959C: hue angle of 355.88º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB959C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 156 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.02 |
| HSL | 355.88º | 0.93% | 0.78% | - |
| HSV(B) | 355.88º | 0.41% | 0.98% | - |
| XYZ | 56.53 | 44.4 | 37.04 | - |
| YUV | 180.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 156 | 0 | 0.41 | 0.38 | 0.02 | 355.88 | 0.93 | 0.78 |
| Hex | FB | 95 | 9C | 0 | 29 | 26 | 2 | 164 | 5D | 4E |
| Octal | 373 | 225 | 234 | 0 | 51 | 46 | 2 | 544 | 135 | 116 |
| Binary | 11111011 | 10010101 | 10011100 | 0 | 101001 | 100110 | 10 | 101100100 | 1011101 | 1001110 |
Color Harmonies of #FB959C
Complementary color
Monochromatic Colors of #FB959C
Black with #FB959C
Text Example
Text Example
White with #FB959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB959C; }
p { color: rgb(251,149,156); }
H1.HeaderClassName
{
color: #FB959C;
}
.AnyTagClassName
{
color: #FB959C;
}
</style>
background-color css
<style>
a { background-color: #FB959C; }
a { background-color: rgb(251,149,156); }
div.DivClassName
{
background-color: #FB959C;
}
.BgClassName
{
background-color: #FB959C;
}
</style>
border-color css
<style>
span { border-color: #FB959C; }
span { border-color: rgb(251,149,156); }
td.TdClassName
{
border-color: #FB959C;
}
.TagClassName
{
border-color: #FB959C;
}
</style>