#FA979E

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

Shades of Wewak #FA979E

Tints of Wewak #FA979E

Color information

#FA979E (or 0xFA979E) is unknown color: approx Wewak. HEX triplet: FA, 97 and 9E. RGB value is (250,151,158). Sum of RGB (Red+Green+Blue) = 250+151+158=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA979E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA979E is #056861. Grayscale: #B5B5B5. Windows color (decimal): -354402 or 10393594. OLE color: 10393594.

HSL color Cylindrical-coordinate representation of color #FA979E: hue angle of 355.76º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA979E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250151158-
CMYK00.400.370.02
HSL355.76º90.83%78.63%-
HSV(B)355.76º39.6%98.04%-
XYZ56.6644.9338.03-
YUV181.4114.8176.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=44.72%
G=27.01%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015115800.400.370.02355.7690.8378.63
HexFA979E0282521645b4f
Octal372227236050452544133117
Binary11111010100101111001111001010001001011010110010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA979E; }

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

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

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

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

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

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

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

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