#FA919C

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

Shades of Wewak #FA919C

Tints of Wewak #FA919C

Color information

#FA919C (or 0xFA919C) is unknown color: approx Wewak. HEX triplet: FA, 91 and 9C. RGB value is (250,145,156). Sum of RGB (Red+Green+Blue) = 250+145+156=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA919C is #056E63. Grayscale: #B1B1B1. Windows color (decimal): -355940 or 10260986. OLE color: 10260986.

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

Color convert

RGB250145156-
CMYK00.420.380.02
HSL353.71º91.3%77.45%-
HSV(B)353.71º42%98.04%-
XYZ55.5542.9836.82-
YUV177.65115.79179.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=45.37%
G=26.32%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014515600.420.380.02353.7191.377.45
HexFA919C02A2621625b4d
Octal372221234052462542133115
Binary11111010100100011001110001010101001101010110001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA919C; }

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

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

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

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

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

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

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

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