Shades of Wewak #FC8D9E
Tints of Wewak #FC8D9E
RGB
CMYK
RGB Variations
Color information
#FC8D9E (or 0xFC8D9E) is known color: Wewak. HEX triplet: FC, 8D and 9E. RGB value is (252,141,158). Sum of RGB (Red+Green+Blue) = 252+141+158=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D9E is #037261. Grayscale: #B0B0B0. Windows color (decimal): -225890 or 10391036. OLE color: 10391036.
HSL color Cylindrical-coordinate representation of color #FC8D9E: hue angle of 350.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8D9E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 158 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.01 |
| HSL | 350.81º | 0.95% | 0.77% | - |
| HSV(B) | 350.81º | 0.44% | 0.99% | - |
| XYZ | 55.84 | 42.21 | 37.55 | - |
| YUV | 176.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 158 | 0 | 0.44 | 0.37 | 0.01 | 350.81 | 0.95 | 0.77 |
| Hex | FC | 8D | 9E | 0 | 2C | 25 | 1 | 15F | 5F | 4D |
| Octal | 374 | 215 | 236 | 0 | 54 | 45 | 1 | 537 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10011110 | 0 | 101100 | 100101 | 1 | 101011111 | 1011111 | 1001101 |
Color Harmonies of #FC8D9E
Complementary color
Monochromatic Colors of #FC8D9E
Black with #FC8D9E
Text Example
Text Example
White with #FC8D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D9E; }
p { color: rgb(252,141,158); }
H1.HeaderClassName
{
color: #FC8D9E;
}
.AnyTagClassName
{
color: #FC8D9E;
}
</style>
background-color css
<style>
a { background-color: #FC8D9E; }
a { background-color: rgb(252,141,158); }
div.DivClassName
{
background-color: #FC8D9E;
}
.BgClassName
{
background-color: #FC8D9E;
}
</style>
border-color css
<style>
span { border-color: #FC8D9E; }
span { border-color: rgb(252,141,158); }
td.TdClassName
{
border-color: #FC8D9E;
}
.TagClassName
{
border-color: #FC8D9E;
}
</style>