Shades of Wewak #FB8895
Tints of Wewak #FB8895
RGB
CMYK
RGB Variations
Color information
#FB8895 (or 0xFB8895) is known color: Wewak. HEX triplet: FB, 88 and 95. RGB value is (251,136,149). Sum of RGB (Red+Green+Blue) = 251+136+149=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8895 is #04776A. Grayscale: #ABABAB. Windows color (decimal): -292715 or 9799931. OLE color: 9799931.
HSL color Cylindrical-coordinate representation of color #FB8895: hue angle of 353.22º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB8895 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 149 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.02 |
| HSL | 353.22º | 0.93% | 0.76% | - |
| HSV(B) | 353.22º | 0.46% | 0.98% | - |
| XYZ | 54.01 | 40.29 | 33.36 | - |
| YUV | 171.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 149 | 0 | 0.46 | 0.41 | 0.02 | 353.22 | 0.93 | 0.76 |
| Hex | FB | 88 | 95 | 0 | 2E | 29 | 2 | 161 | 5D | 4C |
| Octal | 373 | 210 | 225 | 0 | 56 | 51 | 2 | 541 | 135 | 114 |
| Binary | 11111011 | 10001000 | 10010101 | 0 | 101110 | 101001 | 10 | 101100001 | 1011101 | 1001100 |
Color Harmonies of #FB8895
Complementary color
Monochromatic Colors of #FB8895
Black with #FB8895
Text Example
Text Example
White with #FB8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8895; }
p { color: rgb(251,136,149); }
H1.HeaderClassName
{
color: #FB8895;
}
.AnyTagClassName
{
color: #FB8895;
}
</style>
background-color css
<style>
a { background-color: #FB8895; }
a { background-color: rgb(251,136,149); }
div.DivClassName
{
background-color: #FB8895;
}
.BgClassName
{
background-color: #FB8895;
}
</style>
border-color css
<style>
span { border-color: #FB8895; }
span { border-color: rgb(251,136,149); }
td.TdClassName
{
border-color: #FB8895;
}
.TagClassName
{
border-color: #FB8895;
}
</style>