Shades of Wewak #FB90A0
Tints of Wewak #FB90A0
RGB
CMYK
RGB Variations
Color information
#FB90A0 (or 0xFB90A0) is known color: Wewak. HEX triplet: FB, 90 and A0. RGB value is (251,144,160). Sum of RGB (Red+Green+Blue) = 251+144+160=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90A0 is #046F5F. Grayscale: #B1B1B1. Windows color (decimal): -290656 or 10522875. OLE color: 10522875.
HSL color Cylindrical-coordinate representation of color #FB90A0: hue angle of 351.03º 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 #FB90A0 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 160 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.02 |
| HSL | 351.03º | 0.93% | 0.77% | - |
| HSV(B) | 351.03º | 0.43% | 0.98% | - |
| XYZ | 56.1 | 42.99 | 38.6 | - |
| YUV | 177.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 160 | 0 | 0.43 | 0.36 | 0.02 | 351.03 | 0.93 | 0.77 |
| Hex | FB | 90 | A0 | 0 | 2B | 24 | 2 | 15F | 5D | 4D |
| Octal | 373 | 220 | 240 | 0 | 53 | 44 | 2 | 537 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10100000 | 0 | 101011 | 100100 | 10 | 101011111 | 1011101 | 1001101 |
Color Harmonies of #FB90A0
Complementary color
Monochromatic Colors of #FB90A0
Black with #FB90A0
Text Example
Text Example
White with #FB90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90A0; }
p { color: rgb(251,144,160); }
H1.HeaderClassName
{
color: #FB90A0;
}
.AnyTagClassName
{
color: #FB90A0;
}
</style>
background-color css
<style>
a { background-color: #FB90A0; }
a { background-color: rgb(251,144,160); }
div.DivClassName
{
background-color: #FB90A0;
}
.BgClassName
{
background-color: #FB90A0;
}
</style>
border-color css
<style>
span { border-color: #FB90A0; }
span { border-color: rgb(251,144,160); }
td.TdClassName
{
border-color: #FB90A0;
}
.TagClassName
{
border-color: #FB90A0;
}
</style>