#FA8C94

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

Shades of Wewak #FA8C94

Tints of Wewak #FA8C94

Color information

#FA8C94 (or 0xFA8C94) is unknown color: approx Wewak. HEX triplet: FA, 8C and 94. RGB value is (250,140,148). Sum of RGB (Red+Green+Blue) = 250+140+148=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C94 is #05736B. Grayscale: #ADADAD. Windows color (decimal): -357228 or 9735418. OLE color: 9735418.

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

Color convert

RGB250140148-
CMYK00.440.410.02
HSL355.64º91.67%76.47%-
HSV(B)355.64º44%98.04%-
XYZ54.1541.2233.12-
YUV173.8113.44182.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=46.47%
G=26.02%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014014800.440.410.02355.6491.6776.47
HexFA8C9402C2921645c4c
Octal372214224054512544134114
Binary11111010100011001001010001011001010011010110010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C94; }

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

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

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

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

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

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

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

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