Shades of Wewak #FA93A0
Tints of Wewak #FA93A0
RGB
CMYK
RGB Variations
Color information
#FA93A0 (or 0xFA93A0) is known color: Wewak. HEX triplet: FA, 93 and A0. RGB value is (250,147,160). Sum of RGB (Red+Green+Blue) = 250+147+160=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA93A0 is #056C5F. Grayscale: #B3B3B3. Windows color (decimal): -355424 or 10523642. OLE color: 10523642.
HSL color Cylindrical-coordinate representation of color #FA93A0: hue angle of 352.43º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93A0 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 160 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.02 |
| HSL | 352.43º | 0.91% | 0.78% | - |
| HSV(B) | 352.43º | 0.41% | 0.98% | - |
| XYZ | 56.2 | 43.73 | 38.74 | - |
| YUV | 179.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 160 | 0 | 0.41 | 0.36 | 0.02 | 352.43 | 0.91 | 0.78 |
| Hex | FA | 93 | A0 | 0 | 29 | 24 | 2 | 160 | 5B | 4E |
| Octal | 372 | 223 | 240 | 0 | 51 | 44 | 2 | 540 | 133 | 116 |
| Binary | 11111010 | 10010011 | 10100000 | 0 | 101001 | 100100 | 10 | 101100000 | 1011011 | 1001110 |
Color Harmonies of #FA93A0
Complementary color
Monochromatic Colors of #FA93A0
Black with #FA93A0
Text Example
Text Example
White with #FA93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93A0; }
p { color: rgb(250,147,160); }
H1.HeaderClassName
{
color: #FA93A0;
}
.AnyTagClassName
{
color: #FA93A0;
}
</style>
background-color css
<style>
a { background-color: #FA93A0; }
a { background-color: rgb(250,147,160); }
div.DivClassName
{
background-color: #FA93A0;
}
.BgClassName
{
background-color: #FA93A0;
}
</style>
border-color css
<style>
span { border-color: #FA93A0; }
span { border-color: rgb(250,147,160); }
td.TdClassName
{
border-color: #FA93A0;
}
.TagClassName
{
border-color: #FA93A0;
}
</style>