#F0AEAB

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

Shades of Sundown #F0AEAB

Tints of Sundown #F0AEAB

Color information

#F0AEAB (or 0xF0AEAB) is unknown color: approx Sundown. HEX triplet: F0, AE and AB. RGB value is (240,174,171). Sum of RGB (Red+Green+Blue) = 240+174+171=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEAB is #0F5154. Grayscale: #C1C1C1. Windows color (decimal): -1003861 or 11251440. OLE color: 11251440.

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

Color convert

RGB240174171-
CMYK00.280.290.06
HSL2.61º69.7%80.59%-
HSV(B)2.61º28.75%94.12%-
XYZ58.4251.7445.44-
YUV193.39115.37161.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=41.03%
G=29.74%
B=29.23%

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
Decimal24017417100.280.290.062.6169.780.59
HexF0AEAB01C1D634651
Octal3602562530343563106121
Binary111100001010111010101011011100111011101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEAB; }

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

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

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

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

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

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

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

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