#FA8B9A

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

Shades of Wewak #FA8B9A

Tints of Wewak #FA8B9A

Color information

#FA8B9A (or 0xFA8B9A) is unknown color: approx Wewak. HEX triplet: FA, 8B and 9A. RGB value is (250,139,154). Sum of RGB (Red+Green+Blue) = 250+139+154=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B9A is #057465. Grayscale: #ADADAD. Windows color (decimal): -357478 or 10128378. OLE color: 10128378.

HSL color Cylindrical-coordinate representation of color #FA8B9A: hue angle of 351.89º 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 #FA8B9A is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250139154-
CMYK00.440.380.02
HSL351.89º91.74%76.27%-
HSV(B)351.89º44.4%98.04%-
XYZ54.4941.1235.64-
YUV173.9116.77182.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=46.04%
G=25.60%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013915400.440.380.02351.8991.7476.27
HexFA8B9A02C2621605c4c
Octal372213232054462540134114
Binary11111010100010111001101001011001001101010110000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B9A; }

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

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

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

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

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

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

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

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