#F0AAA9

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

Shades of Sundown #F0AAA9

Tints of Sundown #F0AAA9

Color information

#F0AAA9 (or 0xF0AAA9) is unknown color: approx Sundown. HEX triplet: F0, AA and A9. RGB value is (240,170,169). Sum of RGB (Red+Green+Blue) = 240+170+169=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAA9 is #0F5556. Grayscale: #BEBEBE. Windows color (decimal): -1004887 or 11119344. OLE color: 11119344.

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

Color convert

RGB240170169-
CMYK00.290.300.06
HSL0.85º70.3%80.2%-
HSV(B)0.85º29.58%94.12%-
XYZ57.4750.1444.18-
YUV190.82115.69163.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=41.45%
G=29.36%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017016900.290.300.060.8570.380.2
HexF0AAA901D1E614650
Octal3602522510353661106120
Binary11110000101010101010100101110111110110110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AAA9; }

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

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

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

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

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

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

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

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