#FAB3AB

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

Shades of Sundown #FAB3AB

Tints of Sundown #FAB3AB

Color information

#FAB3AB (or 0xFAB3AB) is unknown color: approx Sundown. HEX triplet: FA, B3 and AB. RGB value is (250,179,171). Sum of RGB (Red+Green+Blue) = 250+179+171=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3AB is #054C54. Grayscale: #C7C7C7. Windows color (decimal): -347221 or 11252730. OLE color: 11252730.

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

Color convert

RGB250179171-
CMYK00.280.320.02
HSL6.08º88.76%82.55%-
HSV(B)6.08º31.6%98.04%-
XYZ62.955.545.93-
YUV199.32112.02164.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=41.67%
G=29.83%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017917100.280.320.026.0888.7682.55
HexFAB3AB01C20265953
Octal3722632530344026131123
Binary1111101010110011101010110111001000001011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3AB; }

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

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

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

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

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

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

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

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