Shades of Wewak #FB98A1
Tints of Wewak #FB98A1
RGB
CMYK
RGB Variations
Color information
#FB98A1 (or 0xFB98A1) is known color: Wewak. HEX triplet: FB, 98 and A1. RGB value is (251,152,161). Sum of RGB (Red+Green+Blue) = 251+152+161=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB98A1 is #04675E. Grayscale: #B6B6B6. Windows color (decimal): -288607 or 10590459. OLE color: 10590459.
HSL color Cylindrical-coordinate representation of color #FB98A1: hue angle of 354.55º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB98A1 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 161 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.02 |
| HSL | 354.55º | 0.93% | 0.79% | - |
| HSV(B) | 354.55º | 0.39% | 0.98% | - |
| XYZ | 57.44 | 45.54 | 39.48 | - |
| YUV | 182.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 161 | 0 | 0.39 | 0.36 | 0.02 | 354.55 | 0.93 | 0.79 |
| Hex | FB | 98 | A1 | 0 | 27 | 24 | 2 | 163 | 5D | 4F |
| Octal | 373 | 230 | 241 | 0 | 47 | 44 | 2 | 543 | 135 | 117 |
| Binary | 11111011 | 10011000 | 10100001 | 0 | 100111 | 100100 | 10 | 101100011 | 1011101 | 1001111 |
Color Harmonies of #FB98A1
Complementary color
Monochromatic Colors of #FB98A1
Black with #FB98A1
Text Example
Text Example
White with #FB98A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB98A1; }
p { color: rgb(251,152,161); }
H1.HeaderClassName
{
color: #FB98A1;
}
.AnyTagClassName
{
color: #FB98A1;
}
</style>
background-color css
<style>
a { background-color: #FB98A1; }
a { background-color: rgb(251,152,161); }
div.DivClassName
{
background-color: #FB98A1;
}
.BgClassName
{
background-color: #FB98A1;
}
</style>
border-color css
<style>
span { border-color: #FB98A1; }
span { border-color: rgb(251,152,161); }
td.TdClassName
{
border-color: #FB98A1;
}
.TagClassName
{
border-color: #FB98A1;
}
</style>