Shades of Wewak #FB949D
Tints of Wewak #FB949D
RGB
CMYK
RGB Variations
Color information
#FB949D (or 0xFB949D) is known color: Wewak. HEX triplet: FB, 94 and 9D. RGB value is (251,148,157). Sum of RGB (Red+Green+Blue) = 251+148+157=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB949D is #046B62. Grayscale: #B3B3B3. Windows color (decimal): -289635 or 10327291. OLE color: 10327291.
HSL color Cylindrical-coordinate representation of color #FB949D: hue angle of 354.76º 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 #FB949D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 157 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.02 |
| HSL | 354.76º | 0.93% | 0.78% | - |
| HSV(B) | 354.76º | 0.41% | 0.98% | - |
| XYZ | 56.46 | 44.12 | 37.44 | - |
| YUV | 179.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 157 | 0 | 0.41 | 0.37 | 0.02 | 354.76 | 0.93 | 0.78 |
| Hex | FB | 94 | 9D | 0 | 29 | 25 | 2 | 163 | 5D | 4E |
| Octal | 373 | 224 | 235 | 0 | 51 | 45 | 2 | 543 | 135 | 116 |
| Binary | 11111011 | 10010100 | 10011101 | 0 | 101001 | 100101 | 10 | 101100011 | 1011101 | 1001110 |
Color Harmonies of #FB949D
Complementary color
Monochromatic Colors of #FB949D
Black with #FB949D
Text Example
Text Example
White with #FB949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB949D; }
p { color: rgb(251,148,157); }
H1.HeaderClassName
{
color: #FB949D;
}
.AnyTagClassName
{
color: #FB949D;
}
</style>
background-color css
<style>
a { background-color: #FB949D; }
a { background-color: rgb(251,148,157); }
div.DivClassName
{
background-color: #FB949D;
}
.BgClassName
{
background-color: #FB949D;
}
</style>
border-color css
<style>
span { border-color: #FB949D; }
span { border-color: rgb(251,148,157); }
td.TdClassName
{
border-color: #FB949D;
}
.TagClassName
{
border-color: #FB949D;
}
</style>