#FA8D9F

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

Shades of Wewak #FA8D9F

Tints of Wewak #FA8D9F

Color information

#FA8D9F (or 0xFA8D9F) is unknown color: approx Wewak. HEX triplet: FA, 8D and 9F. RGB value is (250,141,159). Sum of RGB (Red+Green+Blue) = 250+141+159=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D9F is #057260. Grayscale: #AFAFAF. Windows color (decimal): -356961 or 10456570. OLE color: 10456570.

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

Color convert

RGB250141159-
CMYK00.440.360.02
HSL350.09º91.6%76.67%-
HSV(B)350.09º43.6%98.04%-
XYZ55.2141.8837.97-
YUV175.64118.61181.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=45.45%
G=25.64%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014115900.440.360.02350.0991.676.67
HexFA8D9F02C24215e5c4d
Octal372215237054442536134115
Binary11111010100011011001111101011001001001010101111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8D9F; }

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

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

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

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

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

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

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

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