#FA8E9B

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

Shades of Wewak #FA8E9B

Tints of Wewak #FA8E9B

Color information

#FA8E9B (or 0xFA8E9B) is unknown color: approx Wewak. HEX triplet: FA, 8E and 9B. RGB value is (250,142,155). Sum of RGB (Red+Green+Blue) = 250+142+155=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8E9B is #057164. Grayscale: #AFAFAF. Windows color (decimal): -356709 or 10194682. OLE color: 10194682.

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

Color convert

RGB250142155-
CMYK00.430.380.02
HSL352.78º91.53%76.86%-
HSV(B)352.78º43.2%98.04%-
XYZ55.0142.0436.22-
YUV175.77116.28180.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 142 (55.86% from 255) = 25.96%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=45.70%
G=25.96%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014215500.430.380.02352.7891.5376.86
HexFA8E9B02B2621615c4d
Octal372216233053462541134115
Binary11111010100011101001101101010111001101010110000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8E9B; }

 p { color: rgb(250,142,155); }

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

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

 a { background-color: rgb(250,142,155); }

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

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

 span { border-color: rgb(250,142,155); }

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