Shades of Wewak #FA91A2
Tints of Wewak #FA91A2
RGB
CMYK
RGB Variations
Color information
#FA91A2 (or 0xFA91A2) is known color: Wewak. HEX triplet: FA, 91 and A2. RGB value is (250,145,162). Sum of RGB (Red+Green+Blue) = 250+145+162=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91A2 is #056E5D. Grayscale: #B2B2B2. Windows color (decimal): -355934 or 10654202. OLE color: 10654202.
HSL color Cylindrical-coordinate representation of color #FA91A2: hue angle of 350.29º 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 #FA91A2 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 162 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.02 |
| HSL | 350.29º | 0.91% | 0.77% | - |
| HSV(B) | 350.29º | 0.42% | 0.98% | - |
| XYZ | 56.07 | 43.18 | 39.56 | - |
| YUV | 178.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 162 | 0 | 0.42 | 0.35 | 0.02 | 350.29 | 0.91 | 0.77 |
| Hex | FA | 91 | A2 | 0 | 2A | 23 | 2 | 15E | 5B | 4D |
| Octal | 372 | 221 | 242 | 0 | 52 | 43 | 2 | 536 | 133 | 115 |
| Binary | 11111010 | 10010001 | 10100010 | 0 | 101010 | 100011 | 10 | 101011110 | 1011011 | 1001101 |
Color Harmonies of #FA91A2
Complementary color
Monochromatic Colors of #FA91A2
Black with #FA91A2
Text Example
Text Example
White with #FA91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91A2; }
p { color: rgb(250,145,162); }
H1.HeaderClassName
{
color: #FA91A2;
}
.AnyTagClassName
{
color: #FA91A2;
}
</style>
background-color css
<style>
a { background-color: #FA91A2; }
a { background-color: rgb(250,145,162); }
div.DivClassName
{
background-color: #FA91A2;
}
.BgClassName
{
background-color: #FA91A2;
}
</style>
border-color css
<style>
span { border-color: #FA91A2; }
span { border-color: rgb(250,145,162); }
td.TdClassName
{
border-color: #FA91A2;
}
.TagClassName
{
border-color: #FA91A2;
}
</style>