#FAABA9

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

Shades of Sundown #FAABA9

Tints of Sundown #FAABA9

Color information

#FAABA9 (or 0xFAABA9) is unknown color: approx Sundown. HEX triplet: FA, AB and A9. RGB value is (250,171,169). Sum of RGB (Red+Green+Blue) = 250+171+169=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA9 is #055456. Grayscale: #C2C2C2. Windows color (decimal): -349271 or 11119610. OLE color: 11119610.

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

Color convert

RGB250171169-
CMYK00.320.320.02
HSL1.48º89.01%82.16%-
HSV(B)1.48º32.4%98.04%-
XYZ61.1552.3144.41-
YUV194.39113.67167.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=42.37%
G=28.98%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017116900.320.320.021.4889.0182.16
HexFAABA902020215952
Octal3722532510404021131122
Binary111110101010101110101001010000010000010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABA9; }

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

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

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

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

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

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

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

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