Shades of Wewak #FA9CA1
Tints of Wewak #FA9CA1
RGB
CMYK
RGB Variations
Color information
#FA9CA1 (or 0xFA9CA1) is known color: Wewak. HEX triplet: FA, 9C and A1. RGB value is (250,156,161). Sum of RGB (Red+Green+Blue) = 250+156+161=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9CA1 is #05635E. Grayscale: #B8B8B8. Windows color (decimal): -353119 or 10591482. OLE color: 10591482.
HSL color Cylindrical-coordinate representation of color #FA9CA1: hue angle of 356.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CA1 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 161 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.02 |
| HSL | 356.81º | 0.9% | 0.8% | - |
| HSV(B) | 356.81º | 0.38% | 0.98% | - |
| XYZ | 57.75 | 46.67 | 39.68 | - |
| YUV | 184.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 161 | 0 | 0.38 | 0.36 | 0.02 | 356.81 | 0.9 | 0.8 |
| Hex | FA | 9C | A1 | 0 | 26 | 24 | 2 | 165 | 5A | 50 |
| Octal | 372 | 234 | 241 | 0 | 46 | 44 | 2 | 545 | 132 | 120 |
| Binary | 11111010 | 10011100 | 10100001 | 0 | 100110 | 100100 | 10 | 101100101 | 1011010 | 1010000 |
Color Harmonies of #FA9CA1
Complementary color
Monochromatic Colors of #FA9CA1
Black with #FA9CA1
Text Example
Text Example
White with #FA9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CA1; }
p { color: rgb(250,156,161); }
H1.HeaderClassName
{
color: #FA9CA1;
}
.AnyTagClassName
{
color: #FA9CA1;
}
</style>
background-color css
<style>
a { background-color: #FA9CA1; }
a { background-color: rgb(250,156,161); }
div.DivClassName
{
background-color: #FA9CA1;
}
.BgClassName
{
background-color: #FA9CA1;
}
</style>
border-color css
<style>
span { border-color: #FA9CA1; }
span { border-color: rgb(250,156,161); }
td.TdClassName
{
border-color: #FA9CA1;
}
.TagClassName
{
border-color: #FA9CA1;
}
</style>