#FA939E

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

Shades of Wewak #FA939E

Tints of Wewak #FA939E

Color information

#FA939E (or 0xFA939E) is unknown color: approx Wewak. HEX triplet: FA, 93 and 9E. RGB value is (250,147,158). Sum of RGB (Red+Green+Blue) = 250+147+158=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA939E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA939E is #056C61. Grayscale: #B3B3B3. Windows color (decimal): -355426 or 10392570. OLE color: 10392570.

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

Color convert

RGB250147158-
CMYK00.410.370.02
HSL353.59º91.15%77.84%-
HSV(B)353.59º41.2%98.04%-
XYZ56.0343.6637.82-
YUV179.05116.12178.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=45.05%
G=26.49%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014715800.410.370.02353.5991.1577.84
HexFA939E0292521625b4e
Octal372223236051452542133116
Binary11111010100100111001111001010011001011010110001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA939E; }

 p { color: rgb(250,147,158); }

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

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

 a { background-color: rgb(250,147,158); }

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

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

 span { border-color: rgb(250,147,158); }

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