#FA979D

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

Shades of Wewak #FA979D

Tints of Wewak #FA979D

Color information

#FA979D (or 0xFA979D) is unknown color: approx Wewak. HEX triplet: FA, 97 and 9D. RGB value is (250,151,157). Sum of RGB (Red+Green+Blue) = 250+151+157=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA979D is #056862. Grayscale: #B5B5B5. Windows color (decimal): -354403 or 10328058. OLE color: 10328058.

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

Color convert

RGB250151157-
CMYK00.400.370.02
HSL356.36º90.83%78.63%-
HSV(B)356.36º39.6%98.04%-
XYZ56.5844.8937.58-
YUV181.28114.3177.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=44.80%
G=27.06%
B=28.14%

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
Decimal25015115700.400.370.02356.3690.8378.63
HexFA979D0282521645b4f
Octal372227235050452544133117
Binary11111010100101111001110101010001001011010110010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA979D; }

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

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

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

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

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

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

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

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