#FA8B93

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

Shades of Wewak #FA8B93

Tints of Wewak #FA8B93

Color information

#FA8B93 (or 0xFA8B93) is unknown color: approx Wewak. HEX triplet: FA, 8B and 93. RGB value is (250,139,147). Sum of RGB (Red+Green+Blue) = 250+139+147=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B93 is #05746C. Grayscale: #ADADAD. Windows color (decimal): -357485 or 9669626. OLE color: 9669626.

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

Color convert

RGB250139147-
CMYK00.440.410.02
HSL355.68º91.74%76.27%-
HSV(B)355.68º44.4%98.04%-
XYZ53.9240.932.66-
YUV173.1113.27182.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=46.64%
G=25.93%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013914700.440.410.02355.6891.7476.27
HexFA8B9302C2921645c4c
Octal372213223054512544134114
Binary11111010100010111001001101011001010011010110010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B93; }

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

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

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

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

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

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

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

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