Shades of Wewak #FB8F99
Tints of Wewak #FB8F99
RGB
CMYK
RGB Variations
Color information
#FB8F99 (or 0xFB8F99) is known color: Wewak. HEX triplet: FB, 8F and 99. RGB value is (251,143,153). Sum of RGB (Red+Green+Blue) = 251+143+153=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F99 is #047066. Grayscale: #B0B0B0. Windows color (decimal): -290919 or 10063867. OLE color: 10063867.
HSL color Cylindrical-coordinate representation of color #FB8F99: hue angle of 354.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 #FB8F99 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 153 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.02 |
| HSL | 354.44º | 0.93% | 0.77% | - |
| HSV(B) | 354.44º | 0.43% | 0.98% | - |
| XYZ | 55.36 | 42.45 | 35.41 | - |
| YUV | 176.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 153 | 0 | 0.43 | 0.39 | 0.02 | 354.44 | 0.93 | 0.77 |
| Hex | FB | 8F | 99 | 0 | 2B | 27 | 2 | 162 | 5D | 4D |
| Octal | 373 | 217 | 231 | 0 | 53 | 47 | 2 | 542 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10011001 | 0 | 101011 | 100111 | 10 | 101100010 | 1011101 | 1001101 |
Color Harmonies of #FB8F99
Complementary color
Monochromatic Colors of #FB8F99
Black with #FB8F99
Text Example
Text Example
White with #FB8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F99; }
p { color: rgb(251,143,153); }
H1.HeaderClassName
{
color: #FB8F99;
}
.AnyTagClassName
{
color: #FB8F99;
}
</style>
background-color css
<style>
a { background-color: #FB8F99; }
a { background-color: rgb(251,143,153); }
div.DivClassName
{
background-color: #FB8F99;
}
.BgClassName
{
background-color: #FB8F99;
}
</style>
border-color css
<style>
span { border-color: #FB8F99; }
span { border-color: rgb(251,143,153); }
td.TdClassName
{
border-color: #FB8F99;
}
.TagClassName
{
border-color: #FB8F99;
}
</style>