#FC9EA6

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

Shades of Wewak #FC9EA6

Tints of Wewak #FC9EA6

Color information

#FC9EA6 (or 0xFC9EA6) is unknown color: approx Wewak. HEX triplet: FC, 9E and A6. RGB value is (252,158,166). Sum of RGB (Red+Green+Blue) = 252+158+166=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9EA6 is #036159. Grayscale: #BBBBBB. Windows color (decimal): -221530 or 10919676. OLE color: 10919676.

HSL color Cylindrical-coordinate representation of color #FC9EA6: hue angle of 354.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EA6 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB252158166-
CMYK00.370.340.01
HSL354.89º94%80.39%-
HSV(B)354.89º37.3%98.82%-
XYZ59.2547.942.2-
YUV187.02116.14174.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.75%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 166 (65.23% from 255) = 28.82%
R=43.75%
G=27.43%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215816600.370.340.01354.899480.39
HexFC9EA60252211635e50
Octal374236246045421543136120
Binary1111110010011110101001100100101100010110110001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EA6; }

 p { color: rgb(252,158,166); }

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

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

 a { background-color: rgb(252,158,166); }

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

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

 span { border-color: rgb(252,158,166); }

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