#FA8899

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

Shades of Wewak #FA8899

Tints of Wewak #FA8899

Color information

#FA8899 (or 0xFA8899) is unknown color: approx Wewak. HEX triplet: FA, 88 and 99. RGB value is (250,136,153). Sum of RGB (Red+Green+Blue) = 250+136+153=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8899 is #057766. Grayscale: #ACACAC. Windows color (decimal): -358247 or 10062074. OLE color: 10062074.

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

Color convert

RGB250136153-
CMYK00.460.390.02
HSL351.05º91.94%75.69%-
HSV(B)351.05º45.6%98.04%-
XYZ53.9840.2335.06-
YUV172.02117.27183.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=46.38%
G=25.23%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013615300.460.390.02351.0591.9475.69
HexFA889902E27215f5c4c
Octal372210231056472537134114
Binary11111010100010001001100101011101001111010101111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8899; }

 p { color: rgb(250,136,153); }

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

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

 a { background-color: rgb(250,136,153); }

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

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

 span { border-color: rgb(250,136,153); }

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