#FAABA7

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

Shades of Sundown #FAABA7

Tints of Sundown #FAABA7

Color information

#FAABA7 (or 0xFAABA7) is unknown color: approx Sundown. HEX triplet: FA, AB and A7. RGB value is (250,171,167). Sum of RGB (Red+Green+Blue) = 250+171+167=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 167 (65.62% from 255 or 28.40% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABA7 is #055458. Grayscale: #C2C2C2. Windows color (decimal): -349273 or 10988538. OLE color: 10988538.

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

Color convert

RGB250171167-
CMYK00.320.330.02
HSL2.89º89.25%81.76%-
HSV(B)2.89º33.2%98.04%-
XYZ60.9652.2443.43-
YUV194.17112.67167.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 167 (65.62% from 255) = 28.40%
R=42.52%
G=29.08%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017116700.320.330.022.8989.2581.76
HexFAABA702021235952
Octal3722532470404123131122
Binary1111101010101011101001110100000100001101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABA7; }

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

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

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

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

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

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

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

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