Shades of Wewak #FB8F96
Tints of Wewak #FB8F96
RGB
CMYK
RGB Variations
Color information
#FB8F96 (or 0xFB8F96) is known color: Wewak. HEX triplet: FB, 8F and 96. RGB value is (251,143,150). Sum of RGB (Red+Green+Blue) = 251+143+150=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8F96 is #047069. Grayscale: #B0B0B0. Windows color (decimal): -290922 or 9867259. OLE color: 9867259.
HSL color Cylindrical-coordinate representation of color #FB8F96: hue angle of 356.11º 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 #FB8F96 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 150 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.02 |
| HSL | 356.11º | 0.93% | 0.77% | - |
| HSV(B) | 356.11º | 0.43% | 0.98% | - |
| XYZ | 55.11 | 42.36 | 34.13 | - |
| YUV | 176.09 | 113.28 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 150 | 0 | 0.43 | 0.40 | 0.02 | 356.11 | 0.93 | 0.77 |
| Hex | FB | 8F | 96 | 0 | 2B | 28 | 2 | 164 | 5D | 4D |
| Octal | 373 | 217 | 226 | 0 | 53 | 50 | 2 | 544 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10010110 | 0 | 101011 | 101000 | 10 | 101100100 | 1011101 | 1001101 |
Color Harmonies of #FB8F96
Complementary color
Monochromatic Colors of #FB8F96
Black with #FB8F96
Text Example
Text Example
White with #FB8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F96; }
p { color: rgb(251,143,150); }
H1.HeaderClassName
{
color: #FB8F96;
}
.AnyTagClassName
{
color: #FB8F96;
}
</style>
background-color css
<style>
a { background-color: #FB8F96; }
a { background-color: rgb(251,143,150); }
div.DivClassName
{
background-color: #FB8F96;
}
.BgClassName
{
background-color: #FB8F96;
}
</style>
border-color css
<style>
span { border-color: #FB8F96; }
span { border-color: rgb(251,143,150); }
td.TdClassName
{
border-color: #FB8F96;
}
.TagClassName
{
border-color: #FB8F96;
}
</style>