#FA9EA4

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

Shades of Wewak #FA9EA4

Tints of Wewak #FA9EA4

Color information

#FA9EA4 (or 0xFA9EA4) is unknown color: approx Wewak. HEX triplet: FA, 9E and A4. RGB value is (250,158,164). Sum of RGB (Red+Green+Blue) = 250+158+164=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9EA4 is #05615B. Grayscale: #BABABA. Windows color (decimal): -352604 or 10788602. OLE color: 10788602.

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

Color convert

RGB250158164-
CMYK00.370.340.02
HSL356.09º90.2%80%-
HSV(B)356.09º36.8%98.04%-
XYZ58.3547.4641.21-
YUV186.19115.48173.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=43.71%
G=27.62%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015816400.370.340.02356.0990.280
HexFA9EA40252221645a50
Octal372236244045422544132120
Binary11111010100111101010010001001011000101010110010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EA4; }

 p { color: rgb(250,158,164); }

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

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

 a { background-color: rgb(250,158,164); }

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

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

 span { border-color: rgb(250,158,164); }

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