Shades of Wewak #FA9DA0
Tints of Wewak #FA9DA0
RGB
CMYK
RGB Variations
Color information
#FA9DA0 (or 0xFA9DA0) is known color: Wewak. HEX triplet: FA, 9D and A0. RGB value is (250,157,160). Sum of RGB (Red+Green+Blue) = 250+157+160=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DA0 is #05625F. Grayscale: #B9B9B9. Windows color (decimal): -352864 or 10526202. OLE color: 10526202.
HSL color Cylindrical-coordinate representation of color #FA9DA0: hue angle of 358.06º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DA0 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 160 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.02 |
| HSL | 358.06º | 0.9% | 0.8% | - |
| HSV(B) | 358.06º | 0.37% | 0.98% | - |
| XYZ | 57.83 | 46.98 | 39.28 | - |
| YUV | 185.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 160 | 0 | 0.37 | 0.36 | 0.02 | 358.06 | 0.9 | 0.8 |
| Hex | FA | 9D | A0 | 0 | 25 | 24 | 2 | 166 | 5A | 50 |
| Octal | 372 | 235 | 240 | 0 | 45 | 44 | 2 | 546 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10100000 | 0 | 100101 | 100100 | 10 | 101100110 | 1011010 | 1010000 |
Color Harmonies of #FA9DA0
Complementary color
Monochromatic Colors of #FA9DA0
Black with #FA9DA0
Text Example
Text Example
White with #FA9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DA0; }
p { color: rgb(250,157,160); }
H1.HeaderClassName
{
color: #FA9DA0;
}
.AnyTagClassName
{
color: #FA9DA0;
}
</style>
background-color css
<style>
a { background-color: #FA9DA0; }
a { background-color: rgb(250,157,160); }
div.DivClassName
{
background-color: #FA9DA0;
}
.BgClassName
{
background-color: #FA9DA0;
}
</style>
border-color css
<style>
span { border-color: #FA9DA0; }
span { border-color: rgb(250,157,160); }
td.TdClassName
{
border-color: #FA9DA0;
}
.TagClassName
{
border-color: #FA9DA0;
}
</style>