#F5ACAC

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

Shades of Sundown #F5ACAC

Tints of Sundown #F5ACAC

Color information

#F5ACAC (or 0xF5ACAC) is unknown color: approx Sundown. HEX triplet: F5, AC and AC. RGB value is (245,172,172). Sum of RGB (Red+Green+Blue) = 245+172+172=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ACAC is #0A5353. Grayscale: #C1C1C1. Windows color (decimal): -676692 or 11316469. OLE color: 11316469.

HSL color Cylindrical-coordinate representation of color #F5ACAC: hue angle of 0º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACAC is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245172172-
CMYK00.300.300.04
HSL78.49%81.76%-
HSV(B)29.8%96.08%-
XYZ59.8651.945.89-
YUV193.83115.68164.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=41.60%
G=29.20%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517217200.300.300.04078.4981.76
HexF5ACAC01E1E404e52
Octal3652542540363640116122
Binary11110101101011001010110001111011110100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACAC; }

 p { color: rgb(245,172,172); }

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

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

 a { background-color: rgb(245,172,172); }

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

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

 span { border-color: rgb(245,172,172); }

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