Shades of Wewak #FB959A
Tints of Wewak #FB959A
RGB
CMYK
RGB Variations
Color information
#FB959A (or 0xFB959A) is known color: Wewak. HEX triplet: FB, 95 and 9A. RGB value is (251,149,154). Sum of RGB (Red+Green+Blue) = 251+149+154=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB959A is #046A65. Grayscale: #B4B4B4. Windows color (decimal): -289382 or 10130939. OLE color: 10130939.
HSL color Cylindrical-coordinate representation of color #FB959A: hue angle of 357.06º 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 #FB959A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 154 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.02 |
| HSL | 357.06º | 0.93% | 0.78% | - |
| HSV(B) | 357.06º | 0.41% | 0.98% | - |
| XYZ | 56.36 | 44.34 | 36.16 | - |
| YUV | 180.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 154 | 0 | 0.41 | 0.39 | 0.02 | 357.06 | 0.93 | 0.78 |
| Hex | FB | 95 | 9A | 0 | 29 | 27 | 2 | 165 | 5D | 4E |
| Octal | 373 | 225 | 232 | 0 | 51 | 47 | 2 | 545 | 135 | 116 |
| Binary | 11111011 | 10010101 | 10011010 | 0 | 101001 | 100111 | 10 | 101100101 | 1011101 | 1001110 |
Color Harmonies of #FB959A
Complementary color
Monochromatic Colors of #FB959A
Black with #FB959A
Text Example
Text Example
White with #FB959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB959A; }
p { color: rgb(251,149,154); }
H1.HeaderClassName
{
color: #FB959A;
}
.AnyTagClassName
{
color: #FB959A;
}
</style>
background-color css
<style>
a { background-color: #FB959A; }
a { background-color: rgb(251,149,154); }
div.DivClassName
{
background-color: #FB959A;
}
.BgClassName
{
background-color: #FB959A;
}
</style>
border-color css
<style>
span { border-color: #FB959A; }
span { border-color: rgb(251,149,154); }
td.TdClassName
{
border-color: #FB959A;
}
.TagClassName
{
border-color: #FB959A;
}
</style>