#FAB2AE

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

Shades of Sundown #FAB2AE

Tints of Sundown #FAB2AE

Color information

#FAB2AE (or 0xFAB2AE) is unknown color: approx Sundown. HEX triplet: FA, B2 and AE. RGB value is (250,178,174). Sum of RGB (Red+Green+Blue) = 250+178+174=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2AE is #054D51. Grayscale: #C7C7C7. Windows color (decimal): -347474 or 11449082. OLE color: 11449082.

HSL color Cylindrical-coordinate representation of color #FAB2AE: hue angle of 3.16º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB2AE is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250178174-
CMYK00.290.300.02
HSL3.16º88.37%83.14%-
HSV(B)3.16º30.4%98.04%-
XYZ62.9855.2247.38-
YUV199.07113.85164.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=41.53%
G=29.57%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017817400.290.300.023.1688.3783.14
HexFAB2AE01D1E235853
Octal3722622560353623130123
Binary11111010101100101010111001110111110101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2AE; }

 p { color: rgb(250,178,174); }

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

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

 a { background-color: rgb(250,178,174); }

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

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

 span { border-color: rgb(250,178,174); }

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