#F2AEA7

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

Shades of Sundown #F2AEA7

Tints of Sundown #F2AEA7

Color information

#F2AEA7 (or 0xF2AEA7) is unknown color: approx Sundown. HEX triplet: F2, AE and A7. RGB value is (242,174,167). Sum of RGB (Red+Green+Blue) = 242+174+167=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 167 (65.62% from 255 or 28.64% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEA7 is #0D5158. Grayscale: #C1C1C1. Windows color (decimal): -872793 or 10989298. OLE color: 10989298.

HSL color Cylindrical-coordinate representation of color #F2AEA7: hue angle of 5.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2AEA7 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242174167-
CMYK00.280.310.05
HSL5.6º74.26%80.2%-
HSV(B)5.6º30.99%94.9%-
XYZ58.7351.9443.49-
YUV193.53113.03162.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.51%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 167 (65.62% from 255) = 28.64%
R=41.51%
G=29.85%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217416700.280.310.055.674.2680.2
HexF2AEA701C1F564a50
Octal3622562470343756112120
Binary1111001010101110101001110111001111110111010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEA7; }

 p { color: rgb(242,174,167); }

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

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

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

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

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

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

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