#FA8996

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

Shades of Wewak #FA8996

Tints of Wewak #FA8996

Color information

#FA8996 (or 0xFA8996) is unknown color: approx Wewak. HEX triplet: FA, 89 and 96. RGB value is (250,137,150). Sum of RGB (Red+Green+Blue) = 250+137+150=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8996 is #057669. Grayscale: #ACACAC. Windows color (decimal): -357994 or 9865722. OLE color: 9865722.

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

Color convert

RGB250137150-
CMYK00.450.40.02
HSL353.1º91.87%75.88%-
HSV(B)353.1º45.2%98.04%-
XYZ53.8840.4233.82-
YUV172.27115.44183.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.55%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=46.55%
G=25.51%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013715000.450.40.02353.191.8775.88
HexFA899602D2821615c4c
Octal372211226055502541134114
Binary11111010100010011001011001011011010001010110000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8996; }

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

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

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

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

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

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

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

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