#FA899D

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

Shades of Wewak #FA899D

Tints of Wewak #FA899D

Color information

#FA899D (or 0xFA899D) is unknown color: approx Wewak. HEX triplet: FA, 89 and 9D. RGB value is (250,137,157). Sum of RGB (Red+Green+Blue) = 250+137+157=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA899D is #057662. Grayscale: #ADADAD. Windows color (decimal): -357987 or 10324474. OLE color: 10324474.

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

Color convert

RGB250137157-
CMYK00.450.370.02
HSL349.38º91.87%75.88%-
HSV(B)349.38º45.2%98.04%-
XYZ54.4640.6536.87-
YUV173.07118.94182.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 137 (53.91% from 255) = 25.18%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=45.96%
G=25.18%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013715700.450.370.02349.3891.8775.88
HexFA899D02D25215d5c4c
Octal372211235055452535134114
Binary11111010100010011001110101011011001011010101110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA899D; }

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

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

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

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

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

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

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

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