#FAB3A3

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

Shades of Sundown #FAB3A3

Tints of Sundown #FAB3A3

Color information

#FAB3A3 (or 0xFAB3A3) is unknown color: approx Sundown. HEX triplet: FA, B3 and A3. RGB value is (250,179,163). Sum of RGB (Red+Green+Blue) = 250+179+163=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A3 is #054C5C. Grayscale: #C6C6C6. Windows color (decimal): -347229 or 10728442. OLE color: 10728442.

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

Color convert

RGB250179163-
CMYK00.280.350.02
HSL11.03º89.69%80.98%-
HSV(B)11.03º34.8%98.04%-
XYZ62.1655.2142.03-
YUV198.4108.02164.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 163 (64.06% from 255) = 27.53%
R=42.23%
G=30.24%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017916300.280.350.0211.0389.6980.98
HexFAB3A301C232b5a51
Octal37226324303443213132121
Binary11111010101100111010001101110010001110101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3A3; }

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

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

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

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

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

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

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

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