#FA8997

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

Shades of Wewak #FA8997

Tints of Wewak #FA8997

Color information

#FA8997 (or 0xFA8997) is unknown color: approx Wewak. HEX triplet: FA, 89 and 97. RGB value is (250,137,151). Sum of RGB (Red+Green+Blue) = 250+137+151=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8997 is #057668. Grayscale: #ACACAC. Windows color (decimal): -357993 or 9931258. OLE color: 9931258.

HSL color Cylindrical-coordinate representation of color #FA8997: hue angle of 352.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8997 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250137151-
CMYK00.450.400.02
HSL352.57º91.87%75.88%-
HSV(B)352.57º45.2%98.04%-
XYZ53.9640.4534.24-
YUV172.38115.94183.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 151 (59.38% from 255) = 28.07%
R=46.47%
G=25.46%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013715100.450.400.02352.5791.8775.88
HexFA899702D2821615c4c
Octal372211227055502541134114
Binary11111010100010011001011101011011010001010110000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8997; }

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

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

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

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

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

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

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

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