Shades of Wewak #FBA4A6
Tints of Wewak #FBA4A6
RGB
CMYK
RGB Variations
Color information
#FBA4A6 (or 0xFBA4A6) is known color: Wewak. HEX triplet: FB, A4 and A6. RGB value is (251,164,166). Sum of RGB (Red+Green+Blue) = 251+164+166=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A6 is #045B59. Grayscale: #BEBEBE. Windows color (decimal): -285530 or 10921211. OLE color: 10921211.
HSL color Cylindrical-coordinate representation of color #FBA4A6: hue angle of 358.62º 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 #FBA4A6 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 166 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.02 |
| HSL | 358.62º | 0.92% | 0.81% | - |
| HSV(B) | 358.62º | 0.35% | 0.98% | - |
| XYZ | 59.94 | 49.81 | 42.53 | - |
| YUV | 190.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 166 | 0 | 0.35 | 0.34 | 0.02 | 358.62 | 0.92 | 0.81 |
| Hex | FB | A4 | A6 | 0 | 23 | 22 | 2 | 167 | 5C | 51 |
| Octal | 373 | 244 | 246 | 0 | 43 | 42 | 2 | 547 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10100110 | 0 | 100011 | 100010 | 10 | 101100111 | 1011100 | 1010001 |
Color Harmonies of #FBA4A6
Complementary color
Monochromatic Colors of #FBA4A6
Black with #FBA4A6
Text Example
Text Example
White with #FBA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4A6; }
p { color: rgb(251,164,166); }
H1.HeaderClassName
{
color: #FBA4A6;
}
.AnyTagClassName
{
color: #FBA4A6;
}
</style>
background-color css
<style>
a { background-color: #FBA4A6; }
a { background-color: rgb(251,164,166); }
div.DivClassName
{
background-color: #FBA4A6;
}
.BgClassName
{
background-color: #FBA4A6;
}
</style>
border-color css
<style>
span { border-color: #FBA4A6; }
span { border-color: rgb(251,164,166); }
td.TdClassName
{
border-color: #FBA4A6;
}
.TagClassName
{
border-color: #FBA4A6;
}
</style>