Shades of Wewak #FC9CA6
Tints of Wewak #FC9CA6
RGB
CMYK
RGB Variations
Color information
#FC9CA6 (or 0xFC9CA6) is known color: Wewak. HEX triplet: FC, 9C and A6. RGB value is (252,156,166). Sum of RGB (Red+Green+Blue) = 252+156+166=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA6 is #036359. Grayscale: #B9B9B9. Windows color (decimal): -222042 or 10919164. OLE color: 10919164.
HSL color Cylindrical-coordinate representation of color #FC9CA6: hue angle of 353.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CA6 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 166 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.01 |
| HSL | 353.75º | 0.94% | 0.8% | - |
| HSV(B) | 353.75º | 0.38% | 0.99% | - |
| XYZ | 58.92 | 47.23 | 42.09 | - |
| YUV | 185.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 166 | 0 | 0.38 | 0.34 | 0.01 | 353.75 | 0.94 | 0.8 |
| Hex | FC | 9C | A6 | 0 | 26 | 22 | 1 | 162 | 5E | 50 |
| Octal | 374 | 234 | 246 | 0 | 46 | 42 | 1 | 542 | 136 | 120 |
| Binary | 11111100 | 10011100 | 10100110 | 0 | 100110 | 100010 | 1 | 101100010 | 1011110 | 1010000 |
Color Harmonies of #FC9CA6
Complementary color
Monochromatic Colors of #FC9CA6
Black with #FC9CA6
Text Example
Text Example
White with #FC9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CA6; }
p { color: rgb(252,156,166); }
H1.HeaderClassName
{
color: #FC9CA6;
}
.AnyTagClassName
{
color: #FC9CA6;
}
</style>
background-color css
<style>
a { background-color: #FC9CA6; }
a { background-color: rgb(252,156,166); }
div.DivClassName
{
background-color: #FC9CA6;
}
.BgClassName
{
background-color: #FC9CA6;
}
</style>
border-color css
<style>
span { border-color: #FC9CA6; }
span { border-color: rgb(252,156,166); }
td.TdClassName
{
border-color: #FC9CA6;
}
.TagClassName
{
border-color: #FC9CA6;
}
</style>