#FA9FA2

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

Shades of Wewak #FA9FA2

Tints of Wewak #FA9FA2

Color information

#FA9FA2 (or 0xFA9FA2) is unknown color: approx Wewak. HEX triplet: FA, 9F and A2. RGB value is (250,159,162). Sum of RGB (Red+Green+Blue) = 250+159+162=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9FA2 is #05605D. Grayscale: #BABABA. Windows color (decimal): -352350 or 10657786. OLE color: 10657786.

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

Color convert

RGB250159162-
CMYK00.360.350.02
HSL358.02º90.1%80.2%-
HSV(B)358.02º36.4%98.04%-
XYZ58.3447.7340.32-
YUV186.55114.15173.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=43.78%
G=27.85%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015916200.360.350.02358.0290.180.2
HexFA9FA20242321665a50
Octal372237242044432546132120
Binary11111010100111111010001001001001000111010110011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FA2; }

 p { color: rgb(250,159,162); }

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

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

 a { background-color: rgb(250,159,162); }

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

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

 span { border-color: rgb(250,159,162); }

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