#FA9BA4

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

Shades of Wewak #FA9BA4

Tints of Wewak #FA9BA4

Color information

#FA9BA4 (or 0xFA9BA4) is unknown color: approx Wewak. HEX triplet: FA, 9B and A4. RGB value is (250,155,164). Sum of RGB (Red+Green+Blue) = 250+155+164=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BA4 is #05645B. Grayscale: #B8B8B8. Windows color (decimal): -353372 or 10787834. OLE color: 10787834.

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

Color convert

RGB250155164-
CMYK00.380.340.02
HSL354.32º90.48%79.41%-
HSV(B)354.32º38%98.04%-
XYZ57.8546.4541.04-
YUV184.43116.47174.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=43.94%
G=27.24%
B=28.82%

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
Decimal25015516400.380.340.02354.3290.4879.41
HexFA9BA40262221625a4f
Octal372233244046422542132117
Binary11111010100110111010010001001101000101010110001010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BA4; }

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

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

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

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

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

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

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

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