#FA8C95

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

Shades of Wewak #FA8C95

Tints of Wewak #FA8C95

Color information

#FA8C95 (or 0xFA8C95) is unknown color: approx Wewak. HEX triplet: FA, 8C and 95. RGB value is (250,140,149). Sum of RGB (Red+Green+Blue) = 250+140+149=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C95 is #05736A. Grayscale: #ADADAD. Windows color (decimal): -357227 or 9800954. OLE color: 9800954.

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

Color convert

RGB250140149-
CMYK00.440.400.02
HSL355.09º91.67%76.47%-
HSV(B)355.09º44%98.04%-
XYZ54.2341.2533.54-
YUV173.92113.94182.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=46.38%
G=25.97%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014014900.440.400.02355.0991.6776.47
HexFA8C9502C2821635c4c
Octal372214225054502543134114
Binary11111010100011001001010101011001010001010110001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C95; }

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

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

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

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

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

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

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

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