Shades of Wewak #FB8F90
Tints of Wewak #FB8F90
RGB
CMYK
RGB Variations
Color information
#FB8F90 (or 0xFB8F90) is known color: Wewak. HEX triplet: FB, 8F and 90. RGB value is (251,143,144). Sum of RGB (Red+Green+Blue) = 251+143+144=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F90 is #04706F. Grayscale: #AFAFAF. Windows color (decimal): -290928 or 9474043. OLE color: 9474043.
HSL color Cylindrical-coordinate representation of color #FB8F90: hue angle of 359.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8F90 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 144 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.02 |
| HSL | 359.44º | 0.93% | 0.77% | - |
| HSV(B) | 359.44º | 0.43% | 0.98% | - |
| XYZ | 54.64 | 42.17 | 31.64 | - |
| YUV | 175.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 144 | 0 | 0.43 | 0.43 | 0.02 | 359.44 | 0.93 | 0.77 |
| Hex | FB | 8F | 90 | 0 | 2B | 2B | 2 | 167 | 5D | 4D |
| Octal | 373 | 217 | 220 | 0 | 53 | 53 | 2 | 547 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10010000 | 0 | 101011 | 101011 | 10 | 101100111 | 1011101 | 1001101 |
Color Harmonies of #FB8F90
Complementary color
Monochromatic Colors of #FB8F90
Black with #FB8F90
Text Example
Text Example
White with #FB8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F90; }
p { color: rgb(251,143,144); }
H1.HeaderClassName
{
color: #FB8F90;
}
.AnyTagClassName
{
color: #FB8F90;
}
</style>
background-color css
<style>
a { background-color: #FB8F90; }
a { background-color: rgb(251,143,144); }
div.DivClassName
{
background-color: #FB8F90;
}
.BgClassName
{
background-color: #FB8F90;
}
</style>
border-color css
<style>
span { border-color: #FB8F90; }
span { border-color: rgb(251,143,144); }
td.TdClassName
{
border-color: #FB8F90;
}
.TagClassName
{
border-color: #FB8F90;
}
</style>