Shades of Wewak #FBA0A3
Tints of Wewak #FBA0A3
RGB
CMYK
RGB Variations
Color information
#FBA0A3 (or 0xFBA0A3) is known color: Wewak. HEX triplet: FB, A0 and A3. RGB value is (251,160,163). Sum of RGB (Red+Green+Blue) = 251+160+163=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA0A3 is #045F5C. Grayscale: #BBBBBB. Windows color (decimal): -286557 or 10723579. OLE color: 10723579.
HSL color Cylindrical-coordinate representation of color #FBA0A3: hue angle of 358.02º 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 #FBA0A3 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 163 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.02 |
| HSL | 358.02º | 0.92% | 0.81% | - |
| HSV(B) | 358.02º | 0.36% | 0.98% | - |
| XYZ | 58.97 | 48.3 | 40.86 | - |
| YUV | 187.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 163 | 0 | 0.36 | 0.35 | 0.02 | 358.02 | 0.92 | 0.81 |
| Hex | FB | A0 | A3 | 0 | 24 | 23 | 2 | 166 | 5C | 51 |
| Octal | 373 | 240 | 243 | 0 | 44 | 43 | 2 | 546 | 134 | 121 |
| Binary | 11111011 | 10100000 | 10100011 | 0 | 100100 | 100011 | 10 | 101100110 | 1011100 | 1010001 |
Color Harmonies of #FBA0A3
Complementary color
Monochromatic Colors of #FBA0A3
Black with #FBA0A3
Text Example
Text Example
White with #FBA0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA0A3; }
p { color: rgb(251,160,163); }
H1.HeaderClassName
{
color: #FBA0A3;
}
.AnyTagClassName
{
color: #FBA0A3;
}
</style>
background-color css
<style>
a { background-color: #FBA0A3; }
a { background-color: rgb(251,160,163); }
div.DivClassName
{
background-color: #FBA0A3;
}
.BgClassName
{
background-color: #FBA0A3;
}
</style>
border-color css
<style>
span { border-color: #FBA0A3; }
span { border-color: rgb(251,160,163); }
td.TdClassName
{
border-color: #FBA0A3;
}
.TagClassName
{
border-color: #FBA0A3;
}
</style>