#FAB2AA

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

Shades of Sundown #FAB2AA

Tints of Sundown #FAB2AA

Color information

#FAB2AA (or 0xFAB2AA) is unknown color: approx Sundown. HEX triplet: FA, B2 and AA. RGB value is (250,178,170). Sum of RGB (Red+Green+Blue) = 250+178+170=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB2AA is #054D55. Grayscale: #C6C6C6. Windows color (decimal): -347478 or 11186938. OLE color: 11186938.

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

Color convert

RGB250178170-
CMYK00.290.320.02
HSL88.89%82.35%-
HSV(B)32%98.04%-
XYZ62.655.0745.36-
YUV198.62111.85164.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=41.81%
G=29.77%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017817000.290.320.02688.8982.35
HexFAB2AA01D20265952
Octal3722622520354026131122
Binary1111101010110010101010100111011000001011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2AA; }

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

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

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

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

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

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

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

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