Shades of Wewak #FB8D9F
Tints of Wewak #FB8D9F
RGB
CMYK
RGB Variations
Color information
#FB8D9F (or 0xFB8D9F) is known color: Wewak. HEX triplet: FB, 8D and 9F. RGB value is (251,141,159). Sum of RGB (Red+Green+Blue) = 251+141+159=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D9F is #047260. Grayscale: #AFAFAF. Windows color (decimal): -291425 or 10456571. OLE color: 10456571.
HSL color Cylindrical-coordinate representation of color #FB8D9F: hue angle of 350.18º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8D9F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 159 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.02 |
| HSL | 350.18º | 0.93% | 0.77% | - |
| HSV(B) | 350.18º | 0.44% | 0.98% | - |
| XYZ | 55.57 | 42.06 | 37.99 | - |
| YUV | 175.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 159 | 0 | 0.44 | 0.37 | 0.02 | 350.18 | 0.93 | 0.77 |
| Hex | FB | 8D | 9F | 0 | 2C | 25 | 2 | 15E | 5D | 4D |
| Octal | 373 | 215 | 237 | 0 | 54 | 45 | 2 | 536 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10011111 | 0 | 101100 | 100101 | 10 | 101011110 | 1011101 | 1001101 |
Color Harmonies of #FB8D9F
Complementary color
Monochromatic Colors of #FB8D9F
Black with #FB8D9F
Text Example
Text Example
White with #FB8D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D9F; }
p { color: rgb(251,141,159); }
H1.HeaderClassName
{
color: #FB8D9F;
}
.AnyTagClassName
{
color: #FB8D9F;
}
</style>
background-color css
<style>
a { background-color: #FB8D9F; }
a { background-color: rgb(251,141,159); }
div.DivClassName
{
background-color: #FB8D9F;
}
.BgClassName
{
background-color: #FB8D9F;
}
</style>
border-color css
<style>
span { border-color: #FB8D9F; }
span { border-color: rgb(251,141,159); }
td.TdClassName
{
border-color: #FB8D9F;
}
.TagClassName
{
border-color: #FB8D9F;
}
</style>