#FAB0A7

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

Shades of Sundown #FAB0A7

Tints of Sundown #FAB0A7

Color information

#FAB0A7 (or 0xFAB0A7) is unknown color: approx Sundown. HEX triplet: FA, B0 and A7. RGB value is (250,176,167). Sum of RGB (Red+Green+Blue) = 250+176+167=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0A7 is #054F58. Grayscale: #C5C5C5. Windows color (decimal): -347993 or 10989818. OLE color: 10989818.

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

Color convert

RGB250176167-
CMYK00.300.330.02
HSL6.51º89.25%81.76%-
HSV(B)6.51º33.2%98.04%-
XYZ61.9254.1643.75-
YUV197.1111.02165.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=42.16%
G=29.68%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017616700.300.330.026.5189.2581.76
HexFAB0A701E21275952
Octal3722602470364127131122
Binary1111101010110000101001110111101000011011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0A7; }

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

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

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

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

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

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

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

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