Shades of Wewak #FC9197
Tints of Wewak #FC9197
RGB
CMYK
RGB Variations
Color information
#FC9197 (or 0xFC9197) is known color: Wewak. HEX triplet: FC, 91 and 97. RGB value is (252,145,151). Sum of RGB (Red+Green+Blue) = 252+145+151=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9197 is #036E68. Grayscale: #B1B1B1. Windows color (decimal): -224873 or 9933308. OLE color: 9933308.
HSL color Cylindrical-coordinate representation of color #FC9197: hue angle of 356.64º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC9197 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 151 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.01 |
| HSL | 356.64º | 0.95% | 0.78% | - |
| HSV(B) | 356.64º | 0.42% | 0.99% | - |
| XYZ | 55.86 | 43.18 | 34.67 | - |
| YUV | 177.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 151 | 0 | 0.42 | 0.40 | 0.01 | 356.64 | 0.95 | 0.78 |
| Hex | FC | 91 | 97 | 0 | 2A | 28 | 1 | 165 | 5F | 4E |
| Octal | 374 | 221 | 227 | 0 | 52 | 50 | 1 | 545 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10010111 | 0 | 101010 | 101000 | 1 | 101100101 | 1011111 | 1001110 |
Color Harmonies of #FC9197
Complementary color
Monochromatic Colors of #FC9197
Black with #FC9197
Text Example
Text Example
White with #FC9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9197; }
p { color: rgb(252,145,151); }
H1.HeaderClassName
{
color: #FC9197;
}
.AnyTagClassName
{
color: #FC9197;
}
</style>
background-color css
<style>
a { background-color: #FC9197; }
a { background-color: rgb(252,145,151); }
div.DivClassName
{
background-color: #FC9197;
}
.BgClassName
{
background-color: #FC9197;
}
</style>
border-color css
<style>
span { border-color: #FC9197; }
span { border-color: rgb(252,145,151); }
td.TdClassName
{
border-color: #FC9197;
}
.TagClassName
{
border-color: #FC9197;
}
</style>