#FAABA5

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

Shades of Sundown #FAABA5

Tints of Sundown #FAABA5

Color information

#FAABA5 (or 0xFAABA5) is unknown color: approx Sundown. HEX triplet: FA, AB and A5. RGB value is (250,171,165). Sum of RGB (Red+Green+Blue) = 250+171+165=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA5 is #05545A. Grayscale: #C2C2C2. Windows color (decimal): -349275 or 10857466. OLE color: 10857466.

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

Color convert

RGB250171165-
CMYK00.320.340.02
HSL4.24º89.47%81.37%-
HSV(B)4.24º34%98.04%-
XYZ60.7852.1742.46-
YUV193.94111.67167.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=42.66%
G=29.18%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017116500.320.340.024.2489.4781.37
HexFAABA502022245951
Octal3722532450404224131121
Binary11111010101010111010010101000001000101010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABA5; }

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

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

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

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

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

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

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

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