Shades of Wewak #FC959C
Tints of Wewak #FC959C
RGB
CMYK
RGB Variations
Color information
#FC959C (or 0xFC959C) is known color: Wewak. HEX triplet: FC, 95 and 9C. RGB value is (252,149,156). Sum of RGB (Red+Green+Blue) = 252+149+156=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959C is #036A63. Grayscale: #B4B4B4. Windows color (decimal): -223844 or 10262012. OLE color: 10262012.
HSL color Cylindrical-coordinate representation of color #FC959C: hue angle of 355.92º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC959C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 156 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.01 |
| HSL | 355.92º | 0.94% | 0.79% | - |
| HSV(B) | 355.92º | 0.41% | 0.99% | - |
| XYZ | 56.89 | 44.59 | 37.06 | - |
| YUV | 180.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 156 | 0 | 0.41 | 0.38 | 0.01 | 355.92 | 0.94 | 0.79 |
| Hex | FC | 95 | 9C | 0 | 29 | 26 | 1 | 164 | 5E | 4F |
| Octal | 374 | 225 | 234 | 0 | 51 | 46 | 1 | 544 | 136 | 117 |
| Binary | 11111100 | 10010101 | 10011100 | 0 | 101001 | 100110 | 1 | 101100100 | 1011110 | 1001111 |
Color Harmonies of #FC959C
Complementary color
Monochromatic Colors of #FC959C
Black with #FC959C
Text Example
Text Example
White with #FC959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC959C; }
p { color: rgb(252,149,156); }
H1.HeaderClassName
{
color: #FC959C;
}
.AnyTagClassName
{
color: #FC959C;
}
</style>
background-color css
<style>
a { background-color: #FC959C; }
a { background-color: rgb(252,149,156); }
div.DivClassName
{
background-color: #FC959C;
}
.BgClassName
{
background-color: #FC959C;
}
</style>
border-color css
<style>
span { border-color: #FC959C; }
span { border-color: rgb(252,149,156); }
td.TdClassName
{
border-color: #FC959C;
}
.TagClassName
{
border-color: #FC959C;
}
</style>