#FA879A

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

Shades of Wewak #FA879A

Tints of Wewak #FA879A

Color information

#FA879A (or 0xFA879A) is unknown color: approx Wewak. HEX triplet: FA, 87 and 9A. RGB value is (250,135,154). Sum of RGB (Red+Green+Blue) = 250+135+154=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA879A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA879A is #057865. Grayscale: #ABABAB. Windows color (decimal): -358502 or 10127354. OLE color: 10127354.

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

Color convert

RGB250135154-
CMYK00.460.380.02
HSL350.09º92%75.49%-
HSV(B)350.09º46%98.04%-
XYZ53.9239.9935.45-
YUV171.55118.1183.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=46.38%
G=25.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013515400.460.380.02350.099275.49
HexFA879A02E26215e5c4b
Octal372207232056462536134113
Binary11111010100001111001101001011101001101010101111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA879A; }

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

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

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

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

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

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

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

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