#FA95A4

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

Shades of Wewak #FA95A4

Tints of Wewak #FA95A4

Color information

#FA95A4 (or 0xFA95A4) is unknown color: approx Wewak. HEX triplet: FA, 95 and A4. RGB value is (250,149,164). Sum of RGB (Red+Green+Blue) = 250+149+164=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA95A4 is #056A5B. Grayscale: #B4B4B4. Windows color (decimal): -354908 or 10786298. OLE color: 10786298.

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

Color convert

RGB250149164-
CMYK00.400.340.02
HSL351.09º90.99%78.24%-
HSV(B)351.09º40.4%98.04%-
XYZ56.8744.540.71-
YUV180.91118.46177.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=44.40%
G=26.47%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014916400.400.340.02351.0990.9978.24
HexFA95A402822215f5b4e
Octal372225244050422537133116
Binary11111010100101011010010001010001000101010101111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95A4; }

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

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

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

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

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

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

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

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