Shades of Wewak #FB949C
Tints of Wewak #FB949C
RGB
CMYK
RGB Variations
Color information
#FB949C (or 0xFB949C) is known color: Wewak. HEX triplet: FB, 94 and 9C. RGB value is (251,148,156). Sum of RGB (Red+Green+Blue) = 251+148+156=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB949C is #046B63. Grayscale: #B3B3B3. Windows color (decimal): -289636 or 10261755. OLE color: 10261755.
HSL color Cylindrical-coordinate representation of color #FB949C: hue angle of 355.34º 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 #FB949C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 156 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.02 |
| HSL | 355.34º | 0.93% | 0.78% | - |
| HSV(B) | 355.34º | 0.41% | 0.98% | - |
| XYZ | 56.37 | 44.09 | 36.99 | - |
| YUV | 179.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 156 | 0 | 0.41 | 0.38 | 0.02 | 355.34 | 0.93 | 0.78 |
| Hex | FB | 94 | 9C | 0 | 29 | 26 | 2 | 163 | 5D | 4E |
| Octal | 373 | 224 | 234 | 0 | 51 | 46 | 2 | 543 | 135 | 116 |
| Binary | 11111011 | 10010100 | 10011100 | 0 | 101001 | 100110 | 10 | 101100011 | 1011101 | 1001110 |
Color Harmonies of #FB949C
Complementary color
Monochromatic Colors of #FB949C
Black with #FB949C
Text Example
Text Example
White with #FB949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB949C; }
p { color: rgb(251,148,156); }
H1.HeaderClassName
{
color: #FB949C;
}
.AnyTagClassName
{
color: #FB949C;
}
</style>
background-color css
<style>
a { background-color: #FB949C; }
a { background-color: rgb(251,148,156); }
div.DivClassName
{
background-color: #FB949C;
}
.BgClassName
{
background-color: #FB949C;
}
</style>
border-color css
<style>
span { border-color: #FB949C; }
span { border-color: rgb(251,148,156); }
td.TdClassName
{
border-color: #FB949C;
}
.TagClassName
{
border-color: #FB949C;
}
</style>