#FA989D

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

Shades of Wewak #FA989D

Tints of Wewak #FA989D

Color information

#FA989D (or 0xFA989D) is unknown color: approx Wewak. HEX triplet: FA, 98 and 9D. RGB value is (250,152,157). Sum of RGB (Red+Green+Blue) = 250+152+157=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA989D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA989D is #056762. Grayscale: #B5B5B5. Windows color (decimal): -354147 or 10328314. OLE color: 10328314.

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

Color convert

RGB250152157-
CMYK00.390.370.02
HSL356.94º90.74%78.82%-
HSV(B)356.94º39.2%98.04%-
XYZ56.7445.2137.64-
YUV181.87113.97176.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=44.72%
G=27.19%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015215700.390.370.02356.9490.7478.82
HexFA989D0272521655b4f
Octal372230235047452545133117
Binary11111010100110001001110101001111001011010110010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA989D; }

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

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

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

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

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

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

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

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