Shades of Wewak #FC9CA0
Tints of Wewak #FC9CA0
RGB
CMYK
RGB Variations
Color information
#FC9CA0 (or 0xFC9CA0) is known color: Wewak. HEX triplet: FC, 9C and A0. RGB value is (252,156,160). Sum of RGB (Red+Green+Blue) = 252+156+160=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA0 is #03635F. Grayscale: #B9B9B9. Windows color (decimal): -222048 or 10525948. OLE color: 10525948.
HSL color Cylindrical-coordinate representation of color #FC9CA0: hue angle of 357.5º 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 #FC9CA0 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 160 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.01 |
| HSL | 357.5º | 0.94% | 0.8% | - |
| HSV(B) | 357.5º | 0.38% | 0.99% | - |
| XYZ | 58.38 | 47.01 | 39.25 | - |
| YUV | 185.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 160 | 0 | 0.38 | 0.37 | 0.01 | 357.5 | 0.94 | 0.8 |
| Hex | FC | 9C | A0 | 0 | 26 | 25 | 1 | 166 | 5E | 50 |
| Octal | 374 | 234 | 240 | 0 | 46 | 45 | 1 | 546 | 136 | 120 |
| Binary | 11111100 | 10011100 | 10100000 | 0 | 100110 | 100101 | 1 | 101100110 | 1011110 | 1010000 |
Color Harmonies of #FC9CA0
Complementary color
Monochromatic Colors of #FC9CA0
Black with #FC9CA0
Text Example
Text Example
White with #FC9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9CA0; }
p { color: rgb(252,156,160); }
H1.HeaderClassName
{
color: #FC9CA0;
}
.AnyTagClassName
{
color: #FC9CA0;
}
</style>
background-color css
<style>
a { background-color: #FC9CA0; }
a { background-color: rgb(252,156,160); }
div.DivClassName
{
background-color: #FC9CA0;
}
.BgClassName
{
background-color: #FC9CA0;
}
</style>
border-color css
<style>
span { border-color: #FC9CA0; }
span { border-color: rgb(252,156,160); }
td.TdClassName
{
border-color: #FC9CA0;
}
.TagClassName
{
border-color: #FC9CA0;
}
</style>