#F0AEAA

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

Shades of Sundown #F0AEAA

Tints of Sundown #F0AEAA

Color information

#F0AEAA (or 0xF0AEAA) is unknown color: approx Sundown. HEX triplet: F0, AE and AA. RGB value is (240,174,170). Sum of RGB (Red+Green+Blue) = 240+174+170=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEAA is #0F5155. Grayscale: #C1C1C1. Windows color (decimal): -1003862 or 11185904. OLE color: 11185904.

HSL color Cylindrical-coordinate representation of color #F0AEAA: hue angle of 3.43º 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 #F0AEAA is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240174170-
CMYK00.280.290.06
HSL3.43º70%80.39%-
HSV(B)3.43º29.17%94.12%-
XYZ58.3351.744.94-
YUV193.28114.87161.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=41.10%
G=29.79%
B=29.11%

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
Decimal24017417000.280.290.063.437080.39
HexF0AEAA01C1D634650
Octal3602562520343563106120
Binary111100001010111010101010011100111011101110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEAA; }

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

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

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

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

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

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

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

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