#F1AFAD

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

Shades of Sundown #F1AFAD

Tints of Sundown #F1AFAD

Color information

#F1AFAD (or 0xF1AFAD) is unknown color: approx Sundown. HEX triplet: F1, AF and AD. RGB value is (241,175,173). Sum of RGB (Red+Green+Blue) = 241+175+173=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AFAD is #0E5052. Grayscale: #C2C2C2. Windows color (decimal): -938067 or 11382769. OLE color: 11382769.

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

Color convert

RGB241175173-
CMYK00.270.280.05
HSL1.76º70.83%81.18%-
HSV(B)1.76º28.22%94.51%-
XYZ59.1552.3846.53-
YUV194.51115.87161.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=40.92%
G=29.71%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117517300.270.280.051.7670.8381.18
HexF1AFAD01B1C524751
Octal3612572550333452107121
Binary111100011010111110101101011011111001011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFAD; }

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

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

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

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

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

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

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

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