Shades of Wewak #FA899B
Tints of Wewak #FA899B
RGB
CMYK
RGB Variations
Color information
#FA899B (or 0xFA899B) is known color: Wewak. HEX triplet: FA, 89 and 9B. RGB value is (250,137,155). Sum of RGB (Red+Green+Blue) = 250+137+155=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA899B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA899B is #057664. Grayscale: #ACACAC. Windows color (decimal): -357989 or 10193402. OLE color: 10193402.
HSL color Cylindrical-coordinate representation of color #FA899B: hue angle of 350.44º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA899B is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 155 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.02 |
| HSL | 350.44º | 0.92% | 0.76% | - |
| HSV(B) | 350.44º | 0.45% | 0.98% | - |
| XYZ | 54.29 | 40.58 | 35.98 | - |
| YUV | 172.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 155 | 0 | 0.45 | 0.38 | 0.02 | 350.44 | 0.92 | 0.76 |
| Hex | FA | 89 | 9B | 0 | 2D | 26 | 2 | 15E | 5C | 4C |
| Octal | 372 | 211 | 233 | 0 | 55 | 46 | 2 | 536 | 134 | 114 |
| Binary | 11111010 | 10001001 | 10011011 | 0 | 101101 | 100110 | 10 | 101011110 | 1011100 | 1001100 |
Color Harmonies of #FA899B
Complementary color
Monochromatic Colors of #FA899B
Black with #FA899B
Text Example
Text Example
White with #FA899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA899B; }
p { color: rgb(250,137,155); }
H1.HeaderClassName
{
color: #FA899B;
}
.AnyTagClassName
{
color: #FA899B;
}
</style>
background-color css
<style>
a { background-color: #FA899B; }
a { background-color: rgb(250,137,155); }
div.DivClassName
{
background-color: #FA899B;
}
.BgClassName
{
background-color: #FA899B;
}
</style>
border-color css
<style>
span { border-color: #FA899B; }
span { border-color: rgb(250,137,155); }
td.TdClassName
{
border-color: #FA899B;
}
.TagClassName
{
border-color: #FA899B;
}
</style>