#FA979A

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

Shades of Wewak #FA979A

Tints of Wewak #FA979A

Color information

#FA979A (or 0xFA979A) is unknown color: approx Wewak. HEX triplet: FA, 97 and 9A. RGB value is (250,151,154). Sum of RGB (Red+Green+Blue) = 250+151+154=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA979A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA979A is #056865. Grayscale: #B5B5B5. Windows color (decimal): -354406 or 10131450. OLE color: 10131450.

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

Color convert

RGB250151154-
CMYK00.400.380.02
HSL358.18º90.83%78.63%-
HSV(B)358.18º39.6%98.04%-
XYZ56.3244.7936.25-
YUV180.94112.8177.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=45.05%
G=27.21%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015115400.400.380.02358.1890.8378.63
HexFA979A0282621665b4f
Octal372227232050462546133117
Binary11111010100101111001101001010001001101010110011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA979A; }

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

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

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

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

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

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

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

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