#FA9CA4

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

Shades of Wewak #FA9CA4

Tints of Wewak #FA9CA4

Color information

#FA9CA4 (or 0xFA9CA4) is unknown color: approx Wewak. HEX triplet: FA, 9C and A4. RGB value is (250,156,164). Sum of RGB (Red+Green+Blue) = 250+156+164=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9CA4 is #05635B. Grayscale: #B9B9B9. Windows color (decimal): -353116 or 10788090. OLE color: 10788090.

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

Color convert

RGB250156164-
CMYK00.380.340.02
HSL354.89º90.38%79.61%-
HSV(B)354.89º37.6%98.04%-
XYZ58.0146.7841.09-
YUV185.02116.14174.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 164 (64.45% from 255) = 28.77%
R=43.86%
G=27.37%
B=28.77%

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
Decimal25015616400.380.340.02354.8990.3879.61
HexFA9CA40262221635a50
Octal372234244046422543132120
Binary11111010100111001010010001001101000101010110001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CA4; }

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

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

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

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

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

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

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

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