#F2AFAE

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

Shades of Sundown #F2AFAE

Tints of Sundown #F2AFAE

Color information

#F2AFAE (or 0xF2AFAE) is unknown color: approx Sundown. HEX triplet: F2, AF and AE. RGB value is (242,175,174). Sum of RGB (Red+Green+Blue) = 242+175+174=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFAE is #0D5051. Grayscale: #C2C2C2. Windows color (decimal): -872530 or 11448306. OLE color: 11448306.

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

Color convert

RGB242175174-
CMYK00.280.280.05
HSL0.88º72.34%81.57%-
HSV(B)0.88º28.1%94.9%-
XYZ59.5952.5947.06-
YUV194.92116.2161.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=40.95%
G=29.61%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217517400.280.280.050.8872.3481.57
HexF2AFAE01C1C514852
Octal3622572560343451110122
Binary11110010101011111010111001110011100101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFAE; }

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

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

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

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

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

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

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

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