#F5AEAA

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

Shades of Sundown #F5AEAA

Tints of Sundown #F5AEAA

Color information

#F5AEAA (or 0xF5AEAA) is unknown color: approx Sundown. HEX triplet: F5, AE and AA. RGB value is (245,174,170). Sum of RGB (Red+Green+Blue) = 245+174+170=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AEAA is #0A5155. Grayscale: #C2C2C2. Windows color (decimal): -676182 or 11185909. OLE color: 11185909.

HSL color Cylindrical-coordinate representation of color #F5AEAA: hue angle of 3.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AEAA is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245174170-
CMYK00.290.310.04
HSL3.2º78.95%81.37%-
HSV(B)3.2º30.61%96.08%-
XYZ60.0552.5945.02-
YUV194.77114.02163.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=41.60%
G=29.54%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517417000.290.310.043.278.9581.37
HexF5AEAA01D1F434f51
Octal3652562520353743117121
Binary111101011010111010101010011101111111001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEAA; }

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

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

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

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

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

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

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

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