#F2AAA7

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

Shades of Sundown #F2AAA7

Tints of Sundown #F2AAA7

Color information

#F2AAA7 (or 0xF2AAA7) is unknown color: approx Sundown. HEX triplet: F2, AA and A7. RGB value is (242,170,167). Sum of RGB (Red+Green+Blue) = 242+170+167=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 167 (65.62% from 255 or 28.84% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AAA7 is #0D5558. Grayscale: #BFBFBF. Windows color (decimal): -873817 or 10988274. OLE color: 10988274.

HSL color Cylindrical-coordinate representation of color #F2AAA7: hue angle of 2.4º 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 #F2AAA7 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242170167-
CMYK00.300.310.05
HSL2.4º74.26%80.2%-
HSV(B)2.4º30.99%94.9%-
XYZ57.9750.4243.24-
YUV191.19114.35164.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 167 (65.62% from 255) = 28.84%
R=41.80%
G=29.36%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217016700.300.310.052.474.2680.2
HexF2AAA701E1F524a50
Octal3622522470363752112120
Binary111100101010101010100111011110111111011010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AAA7; }

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

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

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

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

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

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

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

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