#F0ACA4

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

Shades of Sundown #F0ACA4

Tints of Sundown #F0ACA4

Color information

#F0ACA4 (or 0xF0ACA4) is unknown color: approx Sundown. HEX triplet: F0, AC and A4. RGB value is (240,172,164). Sum of RGB (Red+Green+Blue) = 240+172+164=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACA4 is #0F535B. Grayscale: #BFBFBF. Windows color (decimal): -1004380 or 10792176. OLE color: 10792176.

HSL color Cylindrical-coordinate representation of color #F0ACA4: hue angle of 6.32º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0ACA4 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240172164-
CMYK00.280.320.06
HSL6.32º71.7%79.22%-
HSV(B)6.32º31.67%94.12%-
XYZ57.3950.7141.89-
YUV191.42112.53162.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=41.67%
G=29.86%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017216400.280.320.066.3271.779.22
HexF0ACA401C2066484f
Octal3602542440344066110117
Binary11110000101011001010010001110010000011011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACA4; }

 p { color: rgb(240,172,164); }

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

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

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

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

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

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

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