#FAB4AB

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

Shades of Sundown #FAB4AB

Tints of Sundown #FAB4AB

Color information

#FAB4AB (or 0xFAB4AB) is unknown color: approx Sundown. HEX triplet: FA, B4 and AB. RGB value is (250,180,171). Sum of RGB (Red+Green+Blue) = 250+180+171=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4AB is #054B54. Grayscale: #C8C8C8. Windows color (decimal): -346965 or 11252986. OLE color: 11252986.

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

Color convert

RGB250180171-
CMYK00.280.320.02
HSL6.84º88.76%82.55%-
HSV(B)6.84º31.6%98.04%-
XYZ63.155.9145.99-
YUV199.9111.69163.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=41.60%
G=29.95%
B=28.45%

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
Decimal25018017100.280.320.026.8488.7682.55
HexFAB4AB01C20275953
Octal3722642530344027131123
Binary1111101010110100101010110111001000001011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4AB; }

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

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

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

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

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

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

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

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