#F2AFAD

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

Shades of Sundown #F2AFAD

Tints of Sundown #F2AFAD

Color information

#F2AFAD (or 0xF2AFAD) is unknown color: approx Sundown. HEX triplet: F2, AF and AD. RGB value is (242,175,173). Sum of RGB (Red+Green+Blue) = 242+175+173=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFAD is #0D5052. Grayscale: #C2C2C2. Windows color (decimal): -872531 or 11382770. OLE color: 11382770.

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

Color convert

RGB242175173-
CMYK00.280.290.05
HSL1.74º72.63%81.37%-
HSV(B)1.74º28.51%94.9%-
XYZ59.4952.5546.54-
YUV194.8115.7161.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=41.02%
G=29.66%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217517300.280.290.051.7472.6381.37
HexF2AFAD01C1D524951
Octal3622572550343552111121
Binary111100101010111110101101011100111011011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AFAD; }

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

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

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

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

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

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

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

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