#FA989C

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

Shades of Wewak #FA989C

Tints of Wewak #FA989C

Color information

#FA989C (or 0xFA989C) is unknown color: approx Wewak. HEX triplet: FA, 98 and 9C. RGB value is (250,152,156). Sum of RGB (Red+Green+Blue) = 250+152+156=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA989C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA989C is #056763. Grayscale: #B5B5B5. Windows color (decimal): -354148 or 10262778. OLE color: 10262778.

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

Color convert

RGB250152156-
CMYK00.390.380.02
HSL357.55º90.74%78.82%-
HSV(B)357.55º39.2%98.04%-
XYZ56.6545.1837.19-
YUV181.76113.47176.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=44.80%
G=27.24%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015215600.390.380.02357.5590.7478.82
HexFA989C0272621665b4f
Octal372230234047462546133117
Binary11111010100110001001110001001111001101010110011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA989C; }

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

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

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

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

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

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

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

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