#FA919E

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

Shades of Wewak #FA919E

Tints of Wewak #FA919E

Color information

#FA919E (or 0xFA919E) is unknown color: approx Wewak. HEX triplet: FA, 91 and 9E. RGB value is (250,145,158). Sum of RGB (Red+Green+Blue) = 250+145+158=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA919E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA919E is #056E61. Grayscale: #B1B1B1. Windows color (decimal): -355938 or 10392058. OLE color: 10392058.

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

Color convert

RGB250145158-
CMYK00.420.370.02
HSL352.57º91.3%77.45%-
HSV(B)352.57º42%98.04%-
XYZ55.7243.0437.72-
YUV177.88116.79179.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=45.21%
G=26.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014515800.420.370.02352.5791.377.45
HexFA919E02A2521615b4d
Octal372221236052452541133115
Binary11111010100100011001111001010101001011010110000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA919E; }

 p { color: rgb(250,145,158); }

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

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

 a { background-color: rgb(250,145,158); }

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

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

 span { border-color: rgb(250,145,158); }

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