Shades of Wewak #FB919F
Tints of Wewak #FB919F
RGB
CMYK
RGB Variations
Color information
#FB919F (or 0xFB919F) is known color: Wewak. HEX triplet: FB, 91 and 9F. RGB value is (251,145,159). Sum of RGB (Red+Green+Blue) = 251+145+159=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB919F is #046E60. Grayscale: #B2B2B2. Windows color (decimal): -290401 or 10457595. OLE color: 10457595.
HSL color Cylindrical-coordinate representation of color #FB919F: hue angle of 352.08º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB919F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 159 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.02 |
| HSL | 352.08º | 0.93% | 0.78% | - |
| HSV(B) | 352.08º | 0.42% | 0.98% | - |
| XYZ | 56.17 | 43.26 | 38.19 | - |
| YUV | 178.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 159 | 0 | 0.42 | 0.37 | 0.02 | 352.08 | 0.93 | 0.78 |
| Hex | FB | 91 | 9F | 0 | 2A | 25 | 2 | 160 | 5D | 4E |
| Octal | 373 | 221 | 237 | 0 | 52 | 45 | 2 | 540 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10011111 | 0 | 101010 | 100101 | 10 | 101100000 | 1011101 | 1001110 |
Color Harmonies of #FB919F
Complementary color
Monochromatic Colors of #FB919F
Black with #FB919F
Text Example
Text Example
White with #FB919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB919F; }
p { color: rgb(251,145,159); }
H1.HeaderClassName
{
color: #FB919F;
}
.AnyTagClassName
{
color: #FB919F;
}
</style>
background-color css
<style>
a { background-color: #FB919F; }
a { background-color: rgb(251,145,159); }
div.DivClassName
{
background-color: #FB919F;
}
.BgClassName
{
background-color: #FB919F;
}
</style>
border-color css
<style>
span { border-color: #FB919F; }
span { border-color: rgb(251,145,159); }
td.TdClassName
{
border-color: #FB919F;
}
.TagClassName
{
border-color: #FB919F;
}
</style>