#F5AFAE

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

Shades of Sundown #F5AFAE

Tints of Sundown #F5AFAE

Color information

#F5AFAE (or 0xF5AFAE) is unknown color: approx Sundown. HEX triplet: F5, AF and AE. RGB value is (245,175,174). Sum of RGB (Red+Green+Blue) = 245+175+174=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AFAE is #0A5051. Grayscale: #C3C3C3. Windows color (decimal): -675922 or 11448309. OLE color: 11448309.

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

Color convert

RGB245175174-
CMYK00.290.290.04
HSL0.85º78.02%82.16%-
HSV(B)0.85º28.98%96.08%-
XYZ60.6353.1347.1-
YUV195.82115.69163.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=41.25%
G=29.46%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517517400.290.290.040.8578.0282.16
HexF5AFAE01D1D414e52
Octal3652572560353541116122
Binary11110101101011111010111001110111101100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AFAE; }

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

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

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

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

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

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

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

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