#F1ACA9

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

Shades of Sundown #F1ACA9

Tints of Sundown #F1ACA9

Color information

#F1ACA9 (or 0xF1ACA9) is unknown color: approx Sundown. HEX triplet: F1, AC and A9. RGB value is (241,172,169). Sum of RGB (Red+Green+Blue) = 241+172+169=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACA9 is #0E5356. Grayscale: #C0C0C0. Windows color (decimal): -938839 or 11119857. OLE color: 11119857.

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

Color convert

RGB241172169-
CMYK00.290.300.05
HSL2.5º72%80.39%-
HSV(B)2.5º29.88%94.51%-
XYZ58.1951.0744.33-
YUV192.29114.86162.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=41.41%
G=29.55%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117216900.290.300.052.57280.39
HexF1ACA901D1E534850
Octal3612542510353653110120
Binary111100011010110010101001011101111101011110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACA9; }

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

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

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

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

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

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

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

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