#FA989A

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

Shades of Wewak #FA989A

Tints of Wewak #FA989A

Color information

#FA989A (or 0xFA989A) is unknown color: approx Wewak. HEX triplet: FA, 98 and 9A. RGB value is (250,152,154). Sum of RGB (Red+Green+Blue) = 250+152+154=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA989A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA989A is #056765. Grayscale: #B5B5B5. Windows color (decimal): -354150 or 10131706. OLE color: 10131706.

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

Color convert

RGB250152154-
CMYK00.390.380.02
HSL358.78º90.74%78.82%-
HSV(B)358.78º39.2%98.04%-
XYZ56.4945.1136.3-
YUV181.53112.47176.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=44.96%
G=27.34%
B=27.70%

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
Decimal25015215400.390.380.02358.7890.7478.82
HexFA989A0272621675b4f
Octal372230232047462547133117
Binary11111010100110001001101001001111001101010110011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA989A; }

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

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

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

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

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

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

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

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