#FA91A0

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

Shades of Wewak #FA91A0

Tints of Wewak #FA91A0

Color information

#FA91A0 (or 0xFA91A0) is unknown color: approx Wewak. HEX triplet: FA, 91 and A0. RGB value is (250,145,160). Sum of RGB (Red+Green+Blue) = 250+145+160=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA91A0 is #056E5F. Grayscale: #B2B2B2. Windows color (decimal): -355936 or 10523130. OLE color: 10523130.

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

Color convert

RGB250145160-
CMYK00.420.360.02
HSL351.43º91.3%77.45%-
HSV(B)351.43º42%98.04%-
XYZ55.8943.1138.63-
YUV178.1117.79179.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=45.05%
G=26.13%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014516000.420.360.02351.4391.377.45
HexFA91A002A24215f5b4d
Octal372221240052442537133115
Binary11111010100100011010000001010101001001010101111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91A0; }

 p { color: rgb(250,145,160); }

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

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

 a { background-color: rgb(250,145,160); }

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

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

 span { border-color: rgb(250,145,160); }

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