#FA9CA6

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

Shades of Wewak #FA9CA6

Tints of Wewak #FA9CA6

Color information

#FA9CA6 (or 0xFA9CA6) is unknown color: approx Wewak. HEX triplet: FA, 9C and A6. RGB value is (250,156,166). Sum of RGB (Red+Green+Blue) = 250+156+166=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9CA6 is #056359. Grayscale: #B9B9B9. Windows color (decimal): -353114 or 10919162. OLE color: 10919162.

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

Color convert

RGB250156166-
CMYK00.380.340.02
HSL353.62º90.38%79.61%-
HSV(B)353.62º37.6%98.04%-
XYZ58.246.8542.05-
YUV185.25117.14174.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=43.71%
G=27.27%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015616600.380.340.02353.6290.3879.61
HexFA9CA60262221625a50
Octal372234246046422542132120
Binary11111010100111001010011001001101000101010110001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CA6; }

 p { color: rgb(250,156,166); }

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

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

 a { background-color: rgb(250,156,166); }

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

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

 span { border-color: rgb(250,156,166); }

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