Shades of Wewak #FB90A1
Tints of Wewak #FB90A1
RGB
CMYK
RGB Variations
Color information
#FB90A1 (or 0xFB90A1) is known color: Wewak. HEX triplet: FB, 90 and A1. RGB value is (251,144,161). Sum of RGB (Red+Green+Blue) = 251+144+161=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90A1 is #046F5E. Grayscale: #B1B1B1. Windows color (decimal): -290655 or 10588411. OLE color: 10588411.
HSL color Cylindrical-coordinate representation of color #FB90A1: hue angle of 350.47º 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 #FB90A1 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 161 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.02 |
| HSL | 350.47º | 0.93% | 0.77% | - |
| HSV(B) | 350.47º | 0.43% | 0.98% | - |
| XYZ | 56.19 | 43.03 | 39.06 | - |
| YUV | 177.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 161 | 0 | 0.43 | 0.36 | 0.02 | 350.47 | 0.93 | 0.77 |
| Hex | FB | 90 | A1 | 0 | 2B | 24 | 2 | 15E | 5D | 4D |
| Octal | 373 | 220 | 241 | 0 | 53 | 44 | 2 | 536 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10100001 | 0 | 101011 | 100100 | 10 | 101011110 | 1011101 | 1001101 |
Color Harmonies of #FB90A1
Complementary color
Monochromatic Colors of #FB90A1
Black with #FB90A1
Text Example
Text Example
White with #FB90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90A1; }
p { color: rgb(251,144,161); }
H1.HeaderClassName
{
color: #FB90A1;
}
.AnyTagClassName
{
color: #FB90A1;
}
</style>
background-color css
<style>
a { background-color: #FB90A1; }
a { background-color: rgb(251,144,161); }
div.DivClassName
{
background-color: #FB90A1;
}
.BgClassName
{
background-color: #FB90A1;
}
</style>
border-color css
<style>
span { border-color: #FB90A1; }
span { border-color: rgb(251,144,161); }
td.TdClassName
{
border-color: #FB90A1;
}
.TagClassName
{
border-color: #FB90A1;
}
</style>