Shades of Wewak #FBA6AA
Tints of Wewak #FBA6AA
RGB
CMYK
RGB Variations
Color information
#FBA6AA (or 0xFBA6AA) is known color: Wewak. HEX triplet: FB, A6 and AA. RGB value is (251,166,170). Sum of RGB (Red+Green+Blue) = 251+166+170=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6AA is #045955. Grayscale: #BFBFBF. Windows color (decimal): -285014 or 11183867. OLE color: 11183867.
HSL color Cylindrical-coordinate representation of color #FBA6AA: hue angle of 357.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6AA is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 170 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.02 |
| HSL | 357.18º | 0.91% | 0.82% | - |
| HSV(B) | 357.18º | 0.34% | 0.98% | - |
| XYZ | 60.68 | 50.68 | 44.62 | - |
| YUV | 191.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 170 | 0 | 0.34 | 0.32 | 0.02 | 357.18 | 0.91 | 0.82 |
| Hex | FB | A6 | AA | 0 | 22 | 20 | 2 | 165 | 5B | 52 |
| Octal | 373 | 246 | 252 | 0 | 42 | 40 | 2 | 545 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10101010 | 0 | 100010 | 100000 | 10 | 101100101 | 1011011 | 1010010 |
Color Harmonies of #FBA6AA
Complementary color
Monochromatic Colors of #FBA6AA
Black with #FBA6AA
Text Example
Text Example
White with #FBA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6AA; }
p { color: rgb(251,166,170); }
H1.HeaderClassName
{
color: #FBA6AA;
}
.AnyTagClassName
{
color: #FBA6AA;
}
</style>
background-color css
<style>
a { background-color: #FBA6AA; }
a { background-color: rgb(251,166,170); }
div.DivClassName
{
background-color: #FBA6AA;
}
.BgClassName
{
background-color: #FBA6AA;
}
</style>
border-color css
<style>
span { border-color: #FBA6AA; }
span { border-color: rgb(251,166,170); }
td.TdClassName
{
border-color: #FBA6AA;
}
.TagClassName
{
border-color: #FBA6AA;
}
</style>