#FA97A3

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

Shades of Wewak #FA97A3

Tints of Wewak #FA97A3

Color information

#FA97A3 (or 0xFA97A3) is unknown color: approx Wewak. HEX triplet: FA, 97 and A3. RGB value is (250,151,163). Sum of RGB (Red+Green+Blue) = 250+151+163=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA97A3 is #05685C. Grayscale: #B6B6B6. Windows color (decimal): -354397 or 10721274. OLE color: 10721274.

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

Color convert

RGB250151163-
CMYK00.400.350.02
HSL352.73º90.83%78.63%-
HSV(B)352.73º39.6%98.04%-
XYZ57.145.140.35-
YUV181.97117.3176.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 163 (64.06% from 255) = 28.90%
R=44.33%
G=26.77%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015116300.400.350.02352.7390.8378.63
HexFA97A30282321615b4f
Octal372227243050432541133117
Binary11111010100101111010001101010001000111010110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97A3; }

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

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

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

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

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

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

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

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