Shades of Wewak #FA8FA0
Tints of Wewak #FA8FA0
RGB
CMYK
RGB Variations
Color information
#FA8FA0 (or 0xFA8FA0) is known color: Wewak. HEX triplet: FA, 8F and A0. RGB value is (250,143,160). Sum of RGB (Red+Green+Blue) = 250+143+160=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8FA0 is #05705F. Grayscale: #B0B0B0. Windows color (decimal): -356448 or 10522618. OLE color: 10522618.
HSL color Cylindrical-coordinate representation of color #FA8FA0: hue angle of 350.47º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FA0 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 160 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.02 |
| HSL | 350.47º | 0.91% | 0.77% | - |
| HSV(B) | 350.47º | 0.43% | 0.98% | - |
| XYZ | 55.59 | 42.51 | 38.53 | - |
| YUV | 176.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 160 | 0 | 0.43 | 0.36 | 0.02 | 350.47 | 0.91 | 0.77 |
| Hex | FA | 8F | A0 | 0 | 2B | 24 | 2 | 15E | 5B | 4D |
| Octal | 372 | 217 | 240 | 0 | 53 | 44 | 2 | 536 | 133 | 115 |
| Binary | 11111010 | 10001111 | 10100000 | 0 | 101011 | 100100 | 10 | 101011110 | 1011011 | 1001101 |
Color Harmonies of #FA8FA0
Complementary color
Monochromatic Colors of #FA8FA0
Black with #FA8FA0
Text Example
Text Example
White with #FA8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FA0; }
p { color: rgb(250,143,160); }
H1.HeaderClassName
{
color: #FA8FA0;
}
.AnyTagClassName
{
color: #FA8FA0;
}
</style>
background-color css
<style>
a { background-color: #FA8FA0; }
a { background-color: rgb(250,143,160); }
div.DivClassName
{
background-color: #FA8FA0;
}
.BgClassName
{
background-color: #FA8FA0;
}
</style>
border-color css
<style>
span { border-color: #FA8FA0; }
span { border-color: rgb(250,143,160); }
td.TdClassName
{
border-color: #FA8FA0;
}
.TagClassName
{
border-color: #FA8FA0;
}
</style>