#FA96A4

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

Shades of Wewak #FA96A4

Tints of Wewak #FA96A4

Color information

#FA96A4 (or 0xFA96A4) is unknown color: approx Wewak. HEX triplet: FA, 96 and A4. RGB value is (250,150,164). Sum of RGB (Red+Green+Blue) = 250+150+164=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA96A4 is #05695B. Grayscale: #B5B5B5. Windows color (decimal): -354652 or 10786554. OLE color: 10786554.

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

Color convert

RGB250150164-
CMYK00.40.340.02
HSL351.6º90.91%78.43%-
HSV(B)351.6º40%98.04%-
XYZ57.0344.8240.77-
YUV181.5118.13176.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=44.33%
G=26.60%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015016400.40.340.02351.690.9178.43
HexFA96A40282221605b4e
Octal372226244050422540133116
Binary11111010100101101010010001010001000101010110000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96A4; }

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

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

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

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

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

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

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

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