#FAB1A9

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

Shades of Sundown #FAB1A9

Tints of Sundown #FAB1A9

Color information

#FAB1A9 (or 0xFAB1A9) is unknown color: approx Sundown. HEX triplet: FA, B1 and A9. RGB value is (250,177,169). Sum of RGB (Red+Green+Blue) = 250+177+169=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A9 is #054E56. Grayscale: #C6C6C6. Windows color (decimal): -347735 or 11121146. OLE color: 11121146.

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

Color convert

RGB250177169-
CMYK00.290.320.02
HSL5.93º89.01%82.16%-
HSV(B)5.93º32.4%98.04%-
XYZ62.3154.6344.8-
YUV197.92111.68165.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 169 (66.41% from 255) = 28.36%
R=41.95%
G=29.70%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017716900.290.320.025.9389.0182.16
HexFAB1A901D20265952
Octal3722612510354026131122
Binary1111101010110001101010010111011000001011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1A9; }

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

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

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

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

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

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

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

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