#F9AEAE

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

Shades of Sundown #F9AEAE

Tints of Sundown #F9AEAE

Color information

#F9AEAE (or 0xF9AEAE) is unknown color: approx Sundown. HEX triplet: F9, AE and AE. RGB value is (249,174,174). Sum of RGB (Red+Green+Blue) = 249+174+174=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AEAE is #065151. Grayscale: #C4C4C4. Windows color (decimal): -414034 or 11448057. OLE color: 11448057.

HSL color Cylindrical-coordinate representation of color #F9AEAE: hue angle of 0º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AEAE is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249174174-
CMYK00.300.300.02
HSL86.21%82.94%-
HSV(B)30.12%97.65%-
XYZ61.8453.4747.11-
YUV196.42115.35165.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=41.71%
G=29.15%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917417400.300.300.02086.2182.94
HexF9AEAE01E1E205653
Octal3712562560363620126123
Binary1111100110101110101011100111101111010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEAE; }

 p { color: rgb(249,174,174); }

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

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

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

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

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

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

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