Shades of Wewak #FA8889
Tints of Wewak #FA8889
RGB
CMYK
RGB Variations
Color information
#FA8889 (or 0xFA8889) is known color: Wewak. HEX triplet: FA, 88 and 89. RGB value is (250,136,137). Sum of RGB (Red+Green+Blue) = 250+136+137=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8889 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8889 is #057776. Grayscale: #AAAAAA. Windows color (decimal): -358263 or 9013498. OLE color: 9013498.
HSL color Cylindrical-coordinate representation of color #FA8889: hue angle of 359.47º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA8889 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 137 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.02 |
| HSL | 359.47º | 0.92% | 0.76% | - |
| HSV(B) | 359.47º | 0.46% | 0.98% | - |
| XYZ | 52.74 | 39.74 | 28.56 | - |
| YUV | 170.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 137 | 0 | 0.46 | 0.45 | 0.02 | 359.47 | 0.92 | 0.76 |
| Hex | FA | 88 | 89 | 0 | 2E | 2D | 2 | 167 | 5C | 4C |
| Octal | 372 | 210 | 211 | 0 | 56 | 55 | 2 | 547 | 134 | 114 |
| Binary | 11111010 | 10001000 | 10001001 | 0 | 101110 | 101101 | 10 | 101100111 | 1011100 | 1001100 |
Color Harmonies of #FA8889
Complementary color
Monochromatic Colors of #FA8889
Black with #FA8889
Text Example
Text Example
White with #FA8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8889; }
p { color: rgb(250,136,137); }
H1.HeaderClassName
{
color: #FA8889;
}
.AnyTagClassName
{
color: #FA8889;
}
</style>
background-color css
<style>
a { background-color: #FA8889; }
a { background-color: rgb(250,136,137); }
div.DivClassName
{
background-color: #FA8889;
}
.BgClassName
{
background-color: #FA8889;
}
</style>
border-color css
<style>
span { border-color: #FA8889; }
span { border-color: rgb(250,136,137); }
td.TdClassName
{
border-color: #FA8889;
}
.TagClassName
{
border-color: #FA8889;
}
</style>