Shades of Wewak #FA9DA2
Tints of Wewak #FA9DA2
RGB
CMYK
RGB Variations
Color information
#FA9DA2 (or 0xFA9DA2) is known color: Wewak. HEX triplet: FA, 9D and A2. RGB value is (250,157,162). Sum of RGB (Red+Green+Blue) = 250+157+162=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DA2 is #05625D. Grayscale: #B9B9B9. Windows color (decimal): -352862 or 10657274. OLE color: 10657274.
HSL color Cylindrical-coordinate representation of color #FA9DA2: hue angle of 356.77º 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 #FA9DA2 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 162 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.02 |
| HSL | 356.77º | 0.9% | 0.8% | - |
| HSV(B) | 356.77º | 0.37% | 0.98% | - |
| XYZ | 58 | 47.05 | 40.21 | - |
| YUV | 185.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 162 | 0 | 0.37 | 0.35 | 0.02 | 356.77 | 0.9 | 0.8 |
| Hex | FA | 9D | A2 | 0 | 25 | 23 | 2 | 165 | 5A | 50 |
| Octal | 372 | 235 | 242 | 0 | 45 | 43 | 2 | 545 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10100010 | 0 | 100101 | 100011 | 10 | 101100101 | 1011010 | 1010000 |
Color Harmonies of #FA9DA2
Complementary color
Monochromatic Colors of #FA9DA2
Black with #FA9DA2
Text Example
Text Example
White with #FA9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DA2; }
p { color: rgb(250,157,162); }
H1.HeaderClassName
{
color: #FA9DA2;
}
.AnyTagClassName
{
color: #FA9DA2;
}
</style>
background-color css
<style>
a { background-color: #FA9DA2; }
a { background-color: rgb(250,157,162); }
div.DivClassName
{
background-color: #FA9DA2;
}
.BgClassName
{
background-color: #FA9DA2;
}
</style>
border-color css
<style>
span { border-color: #FA9DA2; }
span { border-color: rgb(250,157,162); }
td.TdClassName
{
border-color: #FA9DA2;
}
.TagClassName
{
border-color: #FA9DA2;
}
</style>