Shades of Wewak #FA95A0
Tints of Wewak #FA95A0
RGB
CMYK
RGB Variations
Color information
#FA95A0 (or 0xFA95A0) is known color: Wewak. HEX triplet: FA, 95 and A0. RGB value is (250,149,160). Sum of RGB (Red+Green+Blue) = 250+149+160=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA95A0 is #056A5F. Grayscale: #B4B4B4. Windows color (decimal): -354912 or 10524154. OLE color: 10524154.
HSL color Cylindrical-coordinate representation of color #FA95A0: hue angle of 353.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95A0 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 160 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.02 |
| HSL | 353.47º | 0.91% | 0.78% | - |
| HSV(B) | 353.47º | 0.4% | 0.98% | - |
| XYZ | 56.52 | 44.36 | 38.84 | - |
| YUV | 180.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 160 | 0 | 0.40 | 0.36 | 0.02 | 353.47 | 0.91 | 0.78 |
| Hex | FA | 95 | A0 | 0 | 28 | 24 | 2 | 161 | 5B | 4E |
| Octal | 372 | 225 | 240 | 0 | 50 | 44 | 2 | 541 | 133 | 116 |
| Binary | 11111010 | 10010101 | 10100000 | 0 | 101000 | 100100 | 10 | 101100001 | 1011011 | 1001110 |
Color Harmonies of #FA95A0
Complementary color
Monochromatic Colors of #FA95A0
Black with #FA95A0
Text Example
Text Example
White with #FA95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA95A0; }
p { color: rgb(250,149,160); }
H1.HeaderClassName
{
color: #FA95A0;
}
.AnyTagClassName
{
color: #FA95A0;
}
</style>
background-color css
<style>
a { background-color: #FA95A0; }
a { background-color: rgb(250,149,160); }
div.DivClassName
{
background-color: #FA95A0;
}
.BgClassName
{
background-color: #FA95A0;
}
</style>
border-color css
<style>
span { border-color: #FA95A0; }
span { border-color: rgb(250,149,160); }
td.TdClassName
{
border-color: #FA95A0;
}
.TagClassName
{
border-color: #FA95A0;
}
</style>