Shades of Wewak #FC9296
Tints of Wewak #FC9296
RGB
CMYK
RGB Variations
Color information
#FC9296 (or 0xFC9296) is known color: Wewak. HEX triplet: FC, 92 and 96. RGB value is (252,146,150). Sum of RGB (Red+Green+Blue) = 252+146+150=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9296 is #036D69. Grayscale: #B2B2B2. Windows color (decimal): -224618 or 9868028. OLE color: 9868028.
HSL color Cylindrical-coordinate representation of color #FC9296: hue angle of 357.74º 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 #FC9296 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 150 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.01 |
| HSL | 357.74º | 0.95% | 0.78% | - |
| HSV(B) | 357.74º | 0.42% | 0.99% | - |
| XYZ | 55.93 | 43.46 | 34.29 | - |
| YUV | 178.15 | 112.12 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 150 | 0 | 0.42 | 0.40 | 0.01 | 357.74 | 0.95 | 0.78 |
| Hex | FC | 92 | 96 | 0 | 2A | 28 | 1 | 166 | 5F | 4E |
| Octal | 374 | 222 | 226 | 0 | 52 | 50 | 1 | 546 | 137 | 116 |
| Binary | 11111100 | 10010010 | 10010110 | 0 | 101010 | 101000 | 1 | 101100110 | 1011111 | 1001110 |
Color Harmonies of #FC9296
Complementary color
Monochromatic Colors of #FC9296
Black with #FC9296
Text Example
Text Example
White with #FC9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9296; }
p { color: rgb(252,146,150); }
H1.HeaderClassName
{
color: #FC9296;
}
.AnyTagClassName
{
color: #FC9296;
}
</style>
background-color css
<style>
a { background-color: #FC9296; }
a { background-color: rgb(252,146,150); }
div.DivClassName
{
background-color: #FC9296;
}
.BgClassName
{
background-color: #FC9296;
}
</style>
border-color css
<style>
span { border-color: #FC9296; }
span { border-color: rgb(252,146,150); }
td.TdClassName
{
border-color: #FC9296;
}
.TagClassName
{
border-color: #FC9296;
}
</style>