Shades of Wewak #FBA4A9
Tints of Wewak #FBA4A9
RGB
CMYK
RGB Variations
Color information
#FBA4A9 (or 0xFBA4A9) is known color: Wewak. HEX triplet: FB, A4 and A9. RGB value is (251,164,169). Sum of RGB (Red+Green+Blue) = 251+164+169=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A9 is #045B56. Grayscale: #BEBEBE. Windows color (decimal): -285527 or 11117819. OLE color: 11117819.
HSL color Cylindrical-coordinate representation of color #FBA4A9: hue angle of 356.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4A9 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 169 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.02 |
| HSL | 356.55º | 0.92% | 0.81% | - |
| HSV(B) | 356.55º | 0.35% | 0.98% | - |
| XYZ | 60.22 | 49.92 | 44 | - |
| YUV | 190.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 169 | 0 | 0.35 | 0.33 | 0.02 | 356.55 | 0.92 | 0.81 |
| Hex | FB | A4 | A9 | 0 | 23 | 21 | 2 | 165 | 5C | 51 |
| Octal | 373 | 244 | 251 | 0 | 43 | 41 | 2 | 545 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10101001 | 0 | 100011 | 100001 | 10 | 101100101 | 1011100 | 1010001 |
Color Harmonies of #FBA4A9
Complementary color
Monochromatic Colors of #FBA4A9
Black with #FBA4A9
Text Example
Text Example
White with #FBA4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4A9; }
p { color: rgb(251,164,169); }
H1.HeaderClassName
{
color: #FBA4A9;
}
.AnyTagClassName
{
color: #FBA4A9;
}
</style>
background-color css
<style>
a { background-color: #FBA4A9; }
a { background-color: rgb(251,164,169); }
div.DivClassName
{
background-color: #FBA4A9;
}
.BgClassName
{
background-color: #FBA4A9;
}
</style>
border-color css
<style>
span { border-color: #FBA4A9; }
span { border-color: rgb(251,164,169); }
td.TdClassName
{
border-color: #FBA4A9;
}
.TagClassName
{
border-color: #FBA4A9;
}
</style>