#FC9196

Color #FC9196 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FC9196

Tints of Wewak #FC9196

Color information

#FC9196 (or 0xFC9196) is unknown color: approx Wewak. HEX triplet: FC, 91 and 96. RGB value is (252,145,150). Sum of RGB (Red+Green+Blue) = 252+145+150=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9196 is #036E69. Grayscale: #B1B1B1. Windows color (decimal): -224874 or 9867772. OLE color: 9867772.

HSL color Cylindrical-coordinate representation of color #FC9196: hue angle of 357.2º 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 #FC9196 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252145150-
CMYK00.420.400.01
HSL357.2º94.69%77.84%-
HSV(B)357.2º42.46%98.82%-
XYZ55.7843.1534.24-
YUV177.56112.45181.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=46.07%
G=26.51%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214515000.420.400.01357.294.6977.84
HexFC919602A2811655f4e
Octal374221226052501545137116
Binary1111110010010001100101100101010101000110110010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9196; }

 p { color: rgb(252,145,150); }

 H1.HeaderClassName
 {
   color: #FC9196;
 }
 .AnyTagClassName
 {
   color: #FC9196;
 }
</style>
background-color css

<style>
 a { background-color: #FC9196; }

 a { background-color: rgb(252,145,150); }

 div.DivClassName
 {
   background-color: #FC9196;
 }
 .BgClassName
 {
   background-color: #FC9196;
 }
</style>
border-color css

<style>
 span { border-color: #FC9196; }

 span { border-color: rgb(252,145,150); }

 td.TdClassName
 {
   border-color: #FC9196;
 }
 .TagClassName
 {
   border-color: #FC9196;
 }
</style>