#F1AAA4

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

Shades of Sundown #F1AAA4

Tints of Sundown #F1AAA4

Color information

#F1AAA4 (or 0xF1AAA4) is unknown color: approx Sundown. HEX triplet: F1, AA and A4. RGB value is (241,170,164). Sum of RGB (Red+Green+Blue) = 241+170+164=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AAA4 is #0E555B. Grayscale: #BEBEBE. Windows color (decimal): -939356 or 10791665. OLE color: 10791665.

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

Color convert

RGB241170164-
CMYK00.290.320.05
HSL4.68º73.33%79.41%-
HSV(B)4.68º31.95%94.51%-
XYZ57.3550.1341.78-
YUV190.54113.02163.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=41.91%
G=29.57%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117016400.290.320.054.6873.3379.41
HexF1AAA401D2055494f
Octal3612522440354055111117
Binary11110001101010101010010001110110000010110110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAA4; }

 p { color: rgb(241,170,164); }

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

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

 a { background-color: rgb(241,170,164); }

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

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

 span { border-color: rgb(241,170,164); }

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