#FA8992

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

Shades of Wewak #FA8992

Tints of Wewak #FA8992

Color information

#FA8992 (or 0xFA8992) is unknown color: approx Wewak. HEX triplet: FA, 89 and 92. RGB value is (250,137,146). Sum of RGB (Red+Green+Blue) = 250+137+146=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8992 is #05766D. Grayscale: #ABABAB. Windows color (decimal): -357998 or 9603578. OLE color: 9603578.

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

Color convert

RGB250137146-
CMYK00.450.420.02
HSL355.22º91.87%75.88%-
HSV(B)355.22º45.2%98.04%-
XYZ53.5640.2932.15-
YUV171.81113.44183.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.90%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=46.90%
G=25.70%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013714600.450.420.02355.2291.8775.88
HexFA899202D2A21635c4c
Octal372211222055522543134114
Binary11111010100010011001001001011011010101010110001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8992; }

 p { color: rgb(250,137,146); }

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

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

 a { background-color: rgb(250,137,146); }

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

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

 span { border-color: rgb(250,137,146); }

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