#FAB1A6

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

Shades of Sundown #FAB1A6

Tints of Sundown #FAB1A6

Color information

#FAB1A6 (or 0xFAB1A6) is unknown color: approx Sundown. HEX triplet: FA, B1 and A6. RGB value is (250,177,166). Sum of RGB (Red+Green+Blue) = 250+177+166=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A6 is #054E59. Grayscale: #C5C5C5. Windows color (decimal): -347738 or 10924538. OLE color: 10924538.

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

Color convert

RGB250177166-
CMYK00.290.340.02
HSL7.86º89.36%81.57%-
HSV(B)7.86º33.6%98.04%-
XYZ62.0354.5243.33-
YUV197.57110.18165.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 166 (65.23% from 255) = 27.99%
R=42.16%
G=29.85%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017716600.290.340.027.8689.3681.57
HexFAB1A601D22285952
Octal37226124603542210131122
Binary11111010101100011010011001110110001010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1A6; }

 p { color: rgb(250,177,166); }

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

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

 a { background-color: rgb(250,177,166); }

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

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

 span { border-color: rgb(250,177,166); }

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