#FC9EA2

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

Shades of Wewak #FC9EA2

Tints of Wewak #FC9EA2

Color information

#FC9EA2 (or 0xFC9EA2) is unknown color: approx Wewak. HEX triplet: FC, 9E and A2. RGB value is (252,158,162). Sum of RGB (Red+Green+Blue) = 252+158+162=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9EA2 is #03615D. Grayscale: #BABABA. Windows color (decimal): -221534 or 10657532. OLE color: 10657532.

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

Color convert

RGB252158162-
CMYK00.370.360.01
HSL357.45º94%80.39%-
HSV(B)357.45º37.3%98.82%-
XYZ58.8947.7640.3-
YUV186.56114.14174.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 162 (63.67% from 255) = 28.32%
R=44.06%
G=27.62%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215816200.370.360.01357.459480.39
HexFC9EA20252411655e50
Octal374236242045441545136120
Binary1111110010011110101000100100101100100110110010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EA2; }

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

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

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

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

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

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

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

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