#F1AFA6

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

Shades of Sundown #F1AFA6

Tints of Sundown #F1AFA6

Color information

#F1AFA6 (or 0xF1AFA6) is unknown color: approx Sundown. HEX triplet: F1, AF and A6. RGB value is (241,175,166). Sum of RGB (Red+Green+Blue) = 241+175+166=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AFA6 is #0E5059. Grayscale: #C1C1C1. Windows color (decimal): -938074 or 10924017. OLE color: 10924017.

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

Color convert

RGB241175166-
CMYK00.270.310.05
HSL7.2º72.82%79.8%-
HSV(B)7.2º31.12%94.51%-
XYZ58.4952.1143.05-
YUV193.71112.37161.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 166 (65.23% from 255) = 28.52%
R=41.41%
G=30.07%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117516600.270.310.057.272.8279.8
HexF1AFA601B1F574950
Octal3612572460333757111120
Binary1111000110101111101001100110111111110111110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFA6; }

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

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

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

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

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

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

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

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