Shades of Wewak #FA8BA0
Tints of Wewak #FA8BA0
RGB
CMYK
RGB Variations
Color information
#FA8BA0 (or 0xFA8BA0) is known color: Wewak. HEX triplet: FA, 8B and A0. RGB value is (250,139,160). Sum of RGB (Red+Green+Blue) = 250+139+160=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA0 is #05745F. Grayscale: #AEAEAE. Windows color (decimal): -357472 or 10521594. OLE color: 10521594.
HSL color Cylindrical-coordinate representation of color #FA8BA0: hue angle of 348.65º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BA0 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 160 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.02 |
| HSL | 348.65º | 0.92% | 0.76% | - |
| HSV(B) | 348.65º | 0.44% | 0.98% | - |
| XYZ | 55 | 41.33 | 38.34 | - |
| YUV | 174.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 160 | 0 | 0.44 | 0.36 | 0.02 | 348.65 | 0.92 | 0.76 |
| Hex | FA | 8B | A0 | 0 | 2C | 24 | 2 | 15D | 5C | 4C |
| Octal | 372 | 213 | 240 | 0 | 54 | 44 | 2 | 535 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10100000 | 0 | 101100 | 100100 | 10 | 101011101 | 1011100 | 1001100 |
Color Harmonies of #FA8BA0
Complementary color
Monochromatic Colors of #FA8BA0
Black with #FA8BA0
Text Example
Text Example
White with #FA8BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BA0; }
p { color: rgb(250,139,160); }
H1.HeaderClassName
{
color: #FA8BA0;
}
.AnyTagClassName
{
color: #FA8BA0;
}
</style>
background-color css
<style>
a { background-color: #FA8BA0; }
a { background-color: rgb(250,139,160); }
div.DivClassName
{
background-color: #FA8BA0;
}
.BgClassName
{
background-color: #FA8BA0;
}
</style>
border-color css
<style>
span { border-color: #FA8BA0; }
span { border-color: rgb(250,139,160); }
td.TdClassName
{
border-color: #FA8BA0;
}
.TagClassName
{
border-color: #FA8BA0;
}
</style>