Shades of Wewak #FA91A0
Tints of Wewak #FA91A0
RGB
CMYK
RGB Variations
Color information
#FA91A0 (or 0xFA91A0) is known color: Wewak. HEX triplet: FA, 91 and A0. RGB value is (250,145,160). Sum of RGB (Red+Green+Blue) = 250+145+160=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91A0 is #056E5F. Grayscale: #B2B2B2. Windows color (decimal): -355936 or 10523130. OLE color: 10523130.
HSL color Cylindrical-coordinate representation of color #FA91A0: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91A0 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 160 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.02 |
| HSL | 351.43º | 0.91% | 0.77% | - |
| HSV(B) | 351.43º | 0.42% | 0.98% | - |
| XYZ | 55.89 | 43.11 | 38.63 | - |
| YUV | 178.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 160 | 0 | 0.42 | 0.36 | 0.02 | 351.43 | 0.91 | 0.77 |
| Hex | FA | 91 | A0 | 0 | 2A | 24 | 2 | 15F | 5B | 4D |
| Octal | 372 | 221 | 240 | 0 | 52 | 44 | 2 | 537 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10100000 | 0 | 101010 | 100100 | 10 | 101011111 | 1011011 | 1001101 |
Color Harmonies of #FA91A0
Complementary color
Monochromatic Colors of #FA91A0
Black with #FA91A0
Text Example
Text Example
White with #FA91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91A0; }
p { color: rgb(250,145,160); }
H1.HeaderClassName
{
color: #FA91A0;
}
.AnyTagClassName
{
color: #FA91A0;
}
</style>
background-color css
<style>
a { background-color: #FA91A0; }
a { background-color: rgb(250,145,160); }
div.DivClassName
{
background-color: #FA91A0;
}
.BgClassName
{
background-color: #FA91A0;
}
</style>
border-color css
<style>
span { border-color: #FA91A0; }
span { border-color: rgb(250,145,160); }
td.TdClassName
{
border-color: #FA91A0;
}
.TagClassName
{
border-color: #FA91A0;
}
</style>