#F0ACAA

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

Shades of Sundown #F0ACAA

Tints of Sundown #F0ACAA

Color information

#F0ACAA (or 0xF0ACAA) is unknown color: approx Sundown. HEX triplet: F0, AC and AA. RGB value is (240,172,170). Sum of RGB (Red+Green+Blue) = 240+172+170=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0ACAA is #0F5355. Grayscale: #C0C0C0. Windows color (decimal): -1004374 or 11185392. OLE color: 11185392.

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

Color convert

RGB240172170-
CMYK00.280.290.06
HSL1.71º70%80.39%-
HSV(B)1.71º29.17%94.12%-
XYZ57.9450.9344.81-
YUV192.1115.53162.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.24%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=41.24%
G=29.55%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017217000.280.290.061.717080.39
HexF0ACAA01C1D624650
Octal3602542520343562106120
Binary111100001010110010101010011100111011101010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACAA; }

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

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

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

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

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

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

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

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