#FA8B9B

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

Shades of Wewak #FA8B9B

Tints of Wewak #FA8B9B

Color information

#FA8B9B (or 0xFA8B9B) is unknown color: approx Wewak. HEX triplet: FA, 8B and 9B. RGB value is (250,139,155). Sum of RGB (Red+Green+Blue) = 250+139+155=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8B9B is #057464. Grayscale: #AEAEAE. Windows color (decimal): -357477 or 10193914. OLE color: 10193914.

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

Color convert

RGB250139155-
CMYK00.440.380.02
HSL351.35º91.74%76.27%-
HSV(B)351.35º44.4%98.04%-
XYZ54.5741.1636.08-
YUV174.01117.27182.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=45.96%
G=25.55%
B=28.49%

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
Decimal25013915500.440.380.02351.3591.7476.27
HexFA8B9B02C26215f5c4c
Octal372213233054462537134114
Binary11111010100010111001101101011001001101010101111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8B9B; }

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

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

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

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

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

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

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

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