#FAB2A9

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

Shades of Sundown #FAB2A9

Tints of Sundown #FAB2A9

Color information

#FAB2A9 (or 0xFAB2A9) is unknown color: approx Sundown. HEX triplet: FA, B2 and A9. RGB value is (250,178,169). Sum of RGB (Red+Green+Blue) = 250+178+169=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2A9 is #054D56. Grayscale: #C6C6C6. Windows color (decimal): -347479 or 11121402. OLE color: 11121402.

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

Color convert

RGB250178169-
CMYK00.290.320.02
HSL6.67º89.01%82.16%-
HSV(B)6.67º32.4%98.04%-
XYZ62.5155.0344.86-
YUV198.5111.35164.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=41.88%
G=29.82%
B=28.31%

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
Decimal25017816900.290.320.026.6789.0182.16
HexFAB2A901D20275952
Octal3722622510354027131122
Binary1111101010110010101010010111011000001011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2A9; }

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

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

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

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

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

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

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

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