#FAB0A9

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

Shades of Sundown #FAB0A9

Tints of Sundown #FAB0A9

Color information

#FAB0A9 (or 0xFAB0A9) is unknown color: approx Sundown. HEX triplet: FA, B0 and A9. RGB value is (250,176,169). Sum of RGB (Red+Green+Blue) = 250+176+169=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0A9 is #054F56. Grayscale: #C5C5C5. Windows color (decimal): -347991 or 11120890. OLE color: 11120890.

HSL color Cylindrical-coordinate representation of color #FAB0A9: hue angle of 5.19º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAB0A9 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250176169-
CMYK00.300.320.02
HSL5.19º89.01%82.16%-
HSV(B)5.19º32.4%98.04%-
XYZ62.1154.2444.73-
YUV197.33112.02165.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 169 (66.41% from 255) = 28.40%
R=42.02%
G=29.58%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017616900.300.320.025.1989.0182.16
HexFAB0A901E20255952
Octal3722602510364025131122
Binary1111101010110000101010010111101000001010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0A9; }

 p { color: rgb(250,176,169); }

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

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

 a { background-color: rgb(250,176,169); }

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

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

 span { border-color: rgb(250,176,169); }

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