Shades of Wewak #FA9DA5
Tints of Wewak #FA9DA5
RGB
CMYK
RGB Variations
Color information
#FA9DA5 (or 0xFA9DA5) is known color: Wewak. HEX triplet: FA, 9D and A5. RGB value is (250,157,165). Sum of RGB (Red+Green+Blue) = 250+157+165=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DA5 is #05625A. Grayscale: #B9B9B9. Windows color (decimal): -352859 or 10853882. OLE color: 10853882.
HSL color Cylindrical-coordinate representation of color #FA9DA5: hue angle of 354.84º 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 #FA9DA5 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 165 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.02 |
| HSL | 354.84º | 0.9% | 0.8% | - |
| HSV(B) | 354.84º | 0.37% | 0.98% | - |
| XYZ | 58.27 | 47.15 | 41.63 | - |
| YUV | 185.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 165 | 0 | 0.37 | 0.34 | 0.02 | 354.84 | 0.9 | 0.8 |
| Hex | FA | 9D | A5 | 0 | 25 | 22 | 2 | 163 | 5A | 50 |
| Octal | 372 | 235 | 245 | 0 | 45 | 42 | 2 | 543 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10100101 | 0 | 100101 | 100010 | 10 | 101100011 | 1011010 | 1010000 |
Color Harmonies of #FA9DA5
Complementary color
Monochromatic Colors of #FA9DA5
Black with #FA9DA5
Text Example
Text Example
White with #FA9DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DA5; }
p { color: rgb(250,157,165); }
H1.HeaderClassName
{
color: #FA9DA5;
}
.AnyTagClassName
{
color: #FA9DA5;
}
</style>
background-color css
<style>
a { background-color: #FA9DA5; }
a { background-color: rgb(250,157,165); }
div.DivClassName
{
background-color: #FA9DA5;
}
.BgClassName
{
background-color: #FA9DA5;
}
</style>
border-color css
<style>
span { border-color: #FA9DA5; }
span { border-color: rgb(250,157,165); }
td.TdClassName
{
border-color: #FA9DA5;
}
.TagClassName
{
border-color: #FA9DA5;
}
</style>