#F2AFAA

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

Shades of Sundown #F2AFAA

Tints of Sundown #F2AFAA

Color information

#F2AFAA (or 0xF2AFAA) is unknown color: approx Sundown. HEX triplet: F2, AF and AA. RGB value is (242,175,170). Sum of RGB (Red+Green+Blue) = 242+175+170=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFAA is #0D5055. Grayscale: #C2C2C2. Windows color (decimal): -872534 or 11186162. OLE color: 11186162.

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

Color convert

RGB242175170-
CMYK00.280.300.05
HSL4.17º73.47%80.78%-
HSV(B)4.17º29.75%94.9%-
XYZ59.252.4445.03-
YUV194.46114.2161.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=41.23%
G=29.81%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217517000.280.300.054.1773.4780.78
HexF2AFAA01C1E544951
Octal3622572520343654111121
Binary1111001010101111101010100111001111010110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFAA; }

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

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

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

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

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

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

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

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