#F1B0AE

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

Shades of Sundown #F1B0AE

Tints of Sundown #F1B0AE

Color information

#F1B0AE (or 0xF1B0AE) is unknown color: approx Sundown. HEX triplet: F1, B0 and AE. RGB value is (241,176,174). Sum of RGB (Red+Green+Blue) = 241+176+174=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B0AE is #0E4F51. Grayscale: #C3C3C3. Windows color (decimal): -937810 or 11448561. OLE color: 11448561.

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

Color convert

RGB241176174-
CMYK00.270.280.05
HSL1.79º70.53%81.37%-
HSV(B)1.79º27.8%94.51%-
XYZ59.4452.8147.1-
YUV195.21116.03160.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=40.78%
G=29.78%
B=29.44%

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
Decimal24117617400.270.280.051.7970.5381.37
HexF1B0AE01B1C524751
Octal3612602560333452107121
Binary111100011011000010101110011011111001011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0AE; }

 p { color: rgb(241,176,174); }

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

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

 a { background-color: rgb(241,176,174); }

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

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

 span { border-color: rgb(241,176,174); }

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