Shades of Wewak #FBA1A6
Tints of Wewak #FBA1A6
RGB
CMYK
RGB Variations
Color information
#FBA1A6 (or 0xFBA1A6) is known color: Wewak. HEX triplet: FB, A1 and A6. RGB value is (251,161,166). Sum of RGB (Red+Green+Blue) = 251+161+166=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A6 is #045E59. Grayscale: #BCBCBC. Windows color (decimal): -286298 or 10920443. OLE color: 10920443.
HSL color Cylindrical-coordinate representation of color #FBA1A6: hue angle of 356.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1A6 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 166 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.02 |
| HSL | 356.67º | 0.92% | 0.81% | - |
| HSV(B) | 356.67º | 0.36% | 0.98% | - |
| XYZ | 59.41 | 48.75 | 42.36 | - |
| YUV | 188.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 166 | 0 | 0.36 | 0.34 | 0.02 | 356.67 | 0.92 | 0.81 |
| Hex | FB | A1 | A6 | 0 | 24 | 22 | 2 | 165 | 5C | 51 |
| Octal | 373 | 241 | 246 | 0 | 44 | 42 | 2 | 545 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10100110 | 0 | 100100 | 100010 | 10 | 101100101 | 1011100 | 1010001 |
Color Harmonies of #FBA1A6
Complementary color
Monochromatic Colors of #FBA1A6
Black with #FBA1A6
Text Example
Text Example
White with #FBA1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1A6; }
p { color: rgb(251,161,166); }
H1.HeaderClassName
{
color: #FBA1A6;
}
.AnyTagClassName
{
color: #FBA1A6;
}
</style>
background-color css
<style>
a { background-color: #FBA1A6; }
a { background-color: rgb(251,161,166); }
div.DivClassName
{
background-color: #FBA1A6;
}
.BgClassName
{
background-color: #FBA1A6;
}
</style>
border-color css
<style>
span { border-color: #FBA1A6; }
span { border-color: rgb(251,161,166); }
td.TdClassName
{
border-color: #FBA1A6;
}
.TagClassName
{
border-color: #FBA1A6;
}
</style>