#FA8C90

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

Shades of Wewak #FA8C90

Tints of Wewak #FA8C90

Color information

#FA8C90 (or 0xFA8C90) is unknown color: approx Wewak. HEX triplet: FA, 8C and 90. RGB value is (250,140,144). Sum of RGB (Red+Green+Blue) = 250+140+144=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C90 is #05736F. Grayscale: #ADADAD. Windows color (decimal): -357232 or 9473274. OLE color: 9473274.

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

Color convert

RGB250140144-
CMYK00.440.420.02
HSL357.82º91.67%76.47%-
HSV(B)357.82º44%98.04%-
XYZ53.8441.0931.48-
YUV173.35111.44182.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.82%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=46.82%
G=26.22%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014014400.440.420.02357.8291.6776.47
HexFA8C9002C2A21665c4c
Octal372214220054522546134114
Binary11111010100011001001000001011001010101010110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8C90; }

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

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

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

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

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

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

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

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