Shades of Wewak #FB8FA0
Tints of Wewak #FB8FA0
RGB
CMYK
RGB Variations
Color information
#FB8FA0 (or 0xFB8FA0) is known color: Wewak. HEX triplet: FB, 8F and A0. RGB value is (251,143,160). Sum of RGB (Red+Green+Blue) = 251+143+160=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FA0 is #04705F. Grayscale: #B1B1B1. Windows color (decimal): -290912 or 10522619. OLE color: 10522619.
HSL color Cylindrical-coordinate representation of color #FB8FA0: hue angle of 350.56º 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 #FB8FA0 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 160 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.02 |
| HSL | 350.56º | 0.93% | 0.77% | - |
| HSV(B) | 350.56º | 0.43% | 0.98% | - |
| XYZ | 55.95 | 42.69 | 38.55 | - |
| YUV | 177.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 160 | 0 | 0.43 | 0.36 | 0.02 | 350.56 | 0.93 | 0.77 |
| Hex | FB | 8F | A0 | 0 | 2B | 24 | 2 | 15F | 5D | 4D |
| Octal | 373 | 217 | 240 | 0 | 53 | 44 | 2 | 537 | 135 | 115 |
| Binary | 11111011 | 10001111 | 10100000 | 0 | 101011 | 100100 | 10 | 101011111 | 1011101 | 1001101 |
Color Harmonies of #FB8FA0
Complementary color
Monochromatic Colors of #FB8FA0
Black with #FB8FA0
Text Example
Text Example
White with #FB8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8FA0; }
p { color: rgb(251,143,160); }
H1.HeaderClassName
{
color: #FB8FA0;
}
.AnyTagClassName
{
color: #FB8FA0;
}
</style>
background-color css
<style>
a { background-color: #FB8FA0; }
a { background-color: rgb(251,143,160); }
div.DivClassName
{
background-color: #FB8FA0;
}
.BgClassName
{
background-color: #FB8FA0;
}
</style>
border-color css
<style>
span { border-color: #FB8FA0; }
span { border-color: rgb(251,143,160); }
td.TdClassName
{
border-color: #FB8FA0;
}
.TagClassName
{
border-color: #FB8FA0;
}
</style>