Shades of Wewak #FA8DA1
Tints of Wewak #FA8DA1
RGB
CMYK
RGB Variations
Color information
#FA8DA1 (or 0xFA8DA1) is known color: Wewak. HEX triplet: FA, 8D and A1. RGB value is (250,141,161). Sum of RGB (Red+Green+Blue) = 250+141+161=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DA1 is #05725E. Grayscale: #AFAFAF. Windows color (decimal): -356959 or 10587642. OLE color: 10587642.
HSL color Cylindrical-coordinate representation of color #FA8DA1: hue angle of 348.99º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DA1 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 161 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.02 |
| HSL | 348.99º | 0.92% | 0.77% | - |
| HSV(B) | 348.99º | 0.44% | 0.98% | - |
| XYZ | 55.38 | 41.95 | 38.9 | - |
| YUV | 175.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 161 | 0 | 0.44 | 0.36 | 0.02 | 348.99 | 0.92 | 0.77 |
| Hex | FA | 8D | A1 | 0 | 2C | 24 | 2 | 15D | 5C | 4D |
| Octal | 372 | 215 | 241 | 0 | 54 | 44 | 2 | 535 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10100001 | 0 | 101100 | 100100 | 10 | 101011101 | 1011100 | 1001101 |
Color Harmonies of #FA8DA1
Complementary color
Monochromatic Colors of #FA8DA1
Black with #FA8DA1
Text Example
Text Example
White with #FA8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DA1; }
p { color: rgb(250,141,161); }
H1.HeaderClassName
{
color: #FA8DA1;
}
.AnyTagClassName
{
color: #FA8DA1;
}
</style>
background-color css
<style>
a { background-color: #FA8DA1; }
a { background-color: rgb(250,141,161); }
div.DivClassName
{
background-color: #FA8DA1;
}
.BgClassName
{
background-color: #FA8DA1;
}
</style>
border-color css
<style>
span { border-color: #FA8DA1; }
span { border-color: rgb(250,141,161); }
td.TdClassName
{
border-color: #FA8DA1;
}
.TagClassName
{
border-color: #FA8DA1;
}
</style>