#FA95A3

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

Shades of Wewak #FA95A3

Tints of Wewak #FA95A3

Color information

#FA95A3 (or 0xFA95A3) is unknown color: approx Wewak. HEX triplet: FA, 95 and A3. RGB value is (250,149,163). Sum of RGB (Red+Green+Blue) = 250+149+163=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA95A3 is #056A5C. Grayscale: #B4B4B4. Windows color (decimal): -354909 or 10720762. OLE color: 10720762.

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

Color convert

RGB250149163-
CMYK00.400.350.02
HSL351.68º90.99%78.24%-
HSV(B)351.68º40.4%98.04%-
XYZ56.7844.4640.24-
YUV180.8117.96177.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=44.48%
G=26.51%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014916300.400.350.02351.6890.9978.24
HexFA95A30282321605b4e
Octal372225243050432540133116
Binary11111010100101011010001101010001000111010110000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95A3; }

 p { color: rgb(250,149,163); }

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

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

 a { background-color: rgb(250,149,163); }

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

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

 span { border-color: rgb(250,149,163); }

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