Shades of Wewak #FA8E96
Tints of Wewak #FA8E96
RGB
CMYK
RGB Variations
Color information
#FA8E96 (or 0xFA8E96) is known color: Wewak. HEX triplet: FA, 8E and 96. RGB value is (250,142,150). Sum of RGB (Red+Green+Blue) = 250+142+150=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8E96 is #057169. Grayscale: #AFAFAF. Windows color (decimal): -356714 or 9867002. OLE color: 9867002.
HSL color Cylindrical-coordinate representation of color #FA8E96: hue angle of 355.56º degrees, saturation: 0.92, 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 #FA8E96 is Cyan = 0, Magento = 0.43, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 150 | - |
| CMYK | 0 | 0.43 | 0.4 | 0.02 |
| HSL | 355.56º | 0.92% | 0.77% | - |
| HSV(B) | 355.56º | 0.43% | 0.98% | - |
| XYZ | 54.6 | 41.87 | 34.06 | - |
| YUV | 175.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 150 | 0 | 0.43 | 0.4 | 0.02 | 355.56 | 0.92 | 0.77 |
| Hex | FA | 8E | 96 | 0 | 2B | 28 | 2 | 164 | 5C | 4D |
| Octal | 372 | 216 | 226 | 0 | 53 | 50 | 2 | 544 | 134 | 115 |
| Binary | 11111010 | 10001110 | 10010110 | 0 | 101011 | 101000 | 10 | 101100100 | 1011100 | 1001101 |
Color Harmonies of #FA8E96
Complementary color
Monochromatic Colors of #FA8E96
Black with #FA8E96
Text Example
Text Example
White with #FA8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E96; }
p { color: rgb(250,142,150); }
H1.HeaderClassName
{
color: #FA8E96;
}
.AnyTagClassName
{
color: #FA8E96;
}
</style>
background-color css
<style>
a { background-color: #FA8E96; }
a { background-color: rgb(250,142,150); }
div.DivClassName
{
background-color: #FA8E96;
}
.BgClassName
{
background-color: #FA8E96;
}
</style>
border-color css
<style>
span { border-color: #FA8E96; }
span { border-color: rgb(250,142,150); }
td.TdClassName
{
border-color: #FA8E96;
}
.TagClassName
{
border-color: #FA8E96;
}
</style>