#F1AFAC

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

Shades of Sundown #F1AFAC

Tints of Sundown #F1AFAC

Color information

#F1AFAC (or 0xF1AFAC) is unknown color: approx Sundown. HEX triplet: F1, AF and AC. RGB value is (241,175,172). Sum of RGB (Red+Green+Blue) = 241+175+172=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AFAC is #0E5053. Grayscale: #C2C2C2. Windows color (decimal): -938068 or 11317233. OLE color: 11317233.

HSL color Cylindrical-coordinate representation of color #F1AFAC: hue angle of 2.61º degrees, saturation: 0.71, 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 #F1AFAC is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241175172-
CMYK00.270.290.05
HSL2.61º71.13%80.98%-
HSV(B)2.61º28.63%94.51%-
XYZ59.0552.3446.02-
YUV194.39115.37161.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=40.99%
G=29.76%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117517200.270.290.052.6171.1380.98
HexF1AFAC01B1D534751
Octal3612572540333553107121
Binary111100011010111110101100011011111011011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFAC; }

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

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

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

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

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

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

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

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