Shades of Wewak #FB8494
Tints of Wewak #FB8494
RGB
CMYK
RGB Variations
Color information
#FB8494 (or 0xFB8494) is known color: Wewak. HEX triplet: FB, 84 and 94. RGB value is (251,132,148). Sum of RGB (Red+Green+Blue) = 251+132+148=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8494 is #047B6B. Grayscale: #A9A9A9. Windows color (decimal): -293740 or 9733371. OLE color: 9733371.
HSL color Cylindrical-coordinate representation of color #FB8494: hue angle of 351.93º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB8494 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 148 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.02 |
| HSL | 351.93º | 0.94% | 0.75% | - |
| HSV(B) | 351.93º | 0.47% | 0.98% | - |
| XYZ | 53.38 | 39.15 | 32.76 | - |
| YUV | 169.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 148 | 0 | 0.47 | 0.41 | 0.02 | 351.93 | 0.94 | 0.75 |
| Hex | FB | 84 | 94 | 0 | 2F | 29 | 2 | 160 | 5E | 4B |
| Octal | 373 | 204 | 224 | 0 | 57 | 51 | 2 | 540 | 136 | 113 |
| Binary | 11111011 | 10000100 | 10010100 | 0 | 101111 | 101001 | 10 | 101100000 | 1011110 | 1001011 |
Color Harmonies of #FB8494
Complementary color
Monochromatic Colors of #FB8494
Black with #FB8494
Text Example
Text Example
White with #FB8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8494; }
p { color: rgb(251,132,148); }
H1.HeaderClassName
{
color: #FB8494;
}
.AnyTagClassName
{
color: #FB8494;
}
</style>
background-color css
<style>
a { background-color: #FB8494; }
a { background-color: rgb(251,132,148); }
div.DivClassName
{
background-color: #FB8494;
}
.BgClassName
{
background-color: #FB8494;
}
</style>
border-color css
<style>
span { border-color: #FB8494; }
span { border-color: rgb(251,132,148); }
td.TdClassName
{
border-color: #FB8494;
}
.TagClassName
{
border-color: #FB8494;
}
</style>