Shades of Wewak #FB8D93
Tints of Wewak #FB8D93
RGB
CMYK
RGB Variations
Color information
#FB8D93 (or 0xFB8D93) is known color: Wewak. HEX triplet: FB, 8D and 93. RGB value is (251,141,147). Sum of RGB (Red+Green+Blue) = 251+141+147=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D93 is #04726C. Grayscale: #AEAEAE. Windows color (decimal): -291437 or 9670139. OLE color: 9670139.
HSL color Cylindrical-coordinate representation of color #FB8D93: hue angle of 356.73º 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 #FB8D93 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 147 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.02 |
| HSL | 356.73º | 0.93% | 0.77% | - |
| HSV(B) | 356.73º | 0.44% | 0.98% | - |
| XYZ | 54.58 | 41.67 | 32.77 | - |
| YUV | 174.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 147 | 0 | 0.44 | 0.41 | 0.02 | 356.73 | 0.93 | 0.77 |
| Hex | FB | 8D | 93 | 0 | 2C | 29 | 2 | 165 | 5D | 4D |
| Octal | 373 | 215 | 223 | 0 | 54 | 51 | 2 | 545 | 135 | 115 |
| Binary | 11111011 | 10001101 | 10010011 | 0 | 101100 | 101001 | 10 | 101100101 | 1011101 | 1001101 |
Color Harmonies of #FB8D93
Complementary color
Monochromatic Colors of #FB8D93
Black with #FB8D93
Text Example
Text Example
White with #FB8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D93; }
p { color: rgb(251,141,147); }
H1.HeaderClassName
{
color: #FB8D93;
}
.AnyTagClassName
{
color: #FB8D93;
}
</style>
background-color css
<style>
a { background-color: #FB8D93; }
a { background-color: rgb(251,141,147); }
div.DivClassName
{
background-color: #FB8D93;
}
.BgClassName
{
background-color: #FB8D93;
}
</style>
border-color css
<style>
span { border-color: #FB8D93; }
span { border-color: rgb(251,141,147); }
td.TdClassName
{
border-color: #FB8D93;
}
.TagClassName
{
border-color: #FB8D93;
}
</style>