Shades of Wewak #FA8D9D
Tints of Wewak #FA8D9D
RGB
CMYK
RGB Variations
Color information
#FA8D9D (or 0xFA8D9D) is known color: Wewak. HEX triplet: FA, 8D and 9D. RGB value is (250,141,157). Sum of RGB (Red+Green+Blue) = 250+141+157=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D9D is #057262. Grayscale: #AFAFAF. Windows color (decimal): -356963 or 10325498. OLE color: 10325498.
HSL color Cylindrical-coordinate representation of color #FA8D9D: hue angle of 351.19º 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 #FA8D9D is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 157 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.02 |
| HSL | 351.19º | 0.92% | 0.77% | - |
| HSV(B) | 351.19º | 0.44% | 0.98% | - |
| XYZ | 55.04 | 41.81 | 37.07 | - |
| YUV | 175.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 157 | 0 | 0.44 | 0.37 | 0.02 | 351.19 | 0.92 | 0.77 |
| Hex | FA | 8D | 9D | 0 | 2C | 25 | 2 | 15F | 5C | 4D |
| Octal | 372 | 215 | 235 | 0 | 54 | 45 | 2 | 537 | 134 | 115 |
| Binary | 11111010 | 10001101 | 10011101 | 0 | 101100 | 100101 | 10 | 101011111 | 1011100 | 1001101 |
Color Harmonies of #FA8D9D
Complementary color
Monochromatic Colors of #FA8D9D
Black with #FA8D9D
Text Example
Text Example
White with #FA8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D9D; }
p { color: rgb(250,141,157); }
H1.HeaderClassName
{
color: #FA8D9D;
}
.AnyTagClassName
{
color: #FA8D9D;
}
</style>
background-color css
<style>
a { background-color: #FA8D9D; }
a { background-color: rgb(250,141,157); }
div.DivClassName
{
background-color: #FA8D9D;
}
.BgClassName
{
background-color: #FA8D9D;
}
</style>
border-color css
<style>
span { border-color: #FA8D9D; }
span { border-color: rgb(250,141,157); }
td.TdClassName
{
border-color: #FA8D9D;
}
.TagClassName
{
border-color: #FA8D9D;
}
</style>