Shades of Wewak #FA8D98
Tints of Wewak #FA8D98
RGB
CMYK
RGB Variations
Color information
#FA8D98 (or 0xFA8D98) is known color: Wewak. HEX triplet: FA, 8D and 98. RGB value is (250,141,152). Sum of RGB (Red+Green+Blue) = 250+141+152=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D98 is #057267. Grayscale: #AEAEAE. Windows color (decimal): -356968 or 9997818. OLE color: 9997818.
HSL color Cylindrical-coordinate representation of color #FA8D98: hue angle of 353.94º 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 #FA8D98 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 152 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.02 |
| HSL | 353.94º | 0.92% | 0.77% | - |
| HSV(B) | 353.94º | 0.44% | 0.98% | - |
| XYZ | 54.62 | 41.64 | 34.86 | - |
| YUV | 174.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 152 | 0 | 0.44 | 0.39 | 0.02 | 353.94 | 0.92 | 0.77 |
| Hex | FA | 8D | 98 | 0 | 2C | 27 | 2 | 162 | 5C | 4D |
| Octal | 372 | 215 | 230 | 0 | 54 | 47 | 2 | 542 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10011000 | 0 | 101100 | 100111 | 10 | 101100010 | 1011100 | 1001101 |
Color Harmonies of #FA8D98
Complementary color
Monochromatic Colors of #FA8D98
Black with #FA8D98
Text Example
Text Example
White with #FA8D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D98; }
p { color: rgb(250,141,152); }
H1.HeaderClassName
{
color: #FA8D98;
}
.AnyTagClassName
{
color: #FA8D98;
}
</style>
background-color css
<style>
a { background-color: #FA8D98; }
a { background-color: rgb(250,141,152); }
div.DivClassName
{
background-color: #FA8D98;
}
.BgClassName
{
background-color: #FA8D98;
}
</style>
border-color css
<style>
span { border-color: #FA8D98; }
span { border-color: rgb(250,141,152); }
td.TdClassName
{
border-color: #FA8D98;
}
.TagClassName
{
border-color: #FA8D98;
}
</style>