Shades of Wewak #FC8C9D
Tints of Wewak #FC8C9D
RGB
CMYK
RGB Variations
Color information
#FC8C9D (or 0xFC8C9D) is known color: Wewak. HEX triplet: FC, 8C and 9D. RGB value is (252,140,157). Sum of RGB (Red+Green+Blue) = 252+140+157=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C9D is #037362. Grayscale: #AFAFAF. Windows color (decimal): -226147 or 10325244. OLE color: 10325244.
HSL color Cylindrical-coordinate representation of color #FC8C9D: hue angle of 350.89º 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 #FC8C9D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 157 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.01 |
| HSL | 350.89º | 0.95% | 0.77% | - |
| HSV(B) | 350.89º | 0.44% | 0.99% | - |
| XYZ | 55.61 | 41.89 | 37.05 | - |
| YUV | 175.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 157 | 0 | 0.44 | 0.38 | 0.01 | 350.89 | 0.95 | 0.77 |
| Hex | FC | 8C | 9D | 0 | 2C | 26 | 1 | 15F | 5F | 4D |
| Octal | 374 | 214 | 235 | 0 | 54 | 46 | 1 | 537 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10011101 | 0 | 101100 | 100110 | 1 | 101011111 | 1011111 | 1001101 |
Color Harmonies of #FC8C9D
Complementary color
Monochromatic Colors of #FC8C9D
Black with #FC8C9D
Text Example
Text Example
White with #FC8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C9D; }
p { color: rgb(252,140,157); }
H1.HeaderClassName
{
color: #FC8C9D;
}
.AnyTagClassName
{
color: #FC8C9D;
}
</style>
background-color css
<style>
a { background-color: #FC8C9D; }
a { background-color: rgb(252,140,157); }
div.DivClassName
{
background-color: #FC8C9D;
}
.BgClassName
{
background-color: #FC8C9D;
}
</style>
border-color css
<style>
span { border-color: #FC8C9D; }
span { border-color: rgb(252,140,157); }
td.TdClassName
{
border-color: #FC8C9D;
}
.TagClassName
{
border-color: #FC8C9D;
}
</style>