#FA949A

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

Shades of Wewak #FA949A

Tints of Wewak #FA949A

Color information

#FA949A (or 0xFA949A) is unknown color: approx Wewak. HEX triplet: FA, 94 and 9A. RGB value is (250,148,154). Sum of RGB (Red+Green+Blue) = 250+148+154=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA949A is #056B65. Grayscale: #B3B3B3. Windows color (decimal): -355174 or 10130682. OLE color: 10130682.

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

Color convert

RGB250148154-
CMYK00.410.380.02
HSL356.47º91.07%78.04%-
HSV(B)356.47º40.8%98.04%-
XYZ55.8543.8436.09-
YUV179.18113.79178.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=45.29%
G=26.81%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014815400.410.380.02356.4791.0778.04
HexFA949A0292621645b4e
Octal372224232051462544133116
Binary11111010100101001001101001010011001101010110010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA949A; }

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

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

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

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

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

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

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

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