#F1B0AD

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

Shades of Sundown #F1B0AD

Tints of Sundown #F1B0AD

Color information

#F1B0AD (or 0xF1B0AD) is unknown color: approx Sundown. HEX triplet: F1, B0 and AD. RGB value is (241,176,173). Sum of RGB (Red+Green+Blue) = 241+176+173=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B0AD is #0E4F52. Grayscale: #C3C3C3. Windows color (decimal): -937811 or 11383025. OLE color: 11383025.

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

Color convert

RGB241176173-
CMYK00.270.280.05
HSL2.65º70.83%81.18%-
HSV(B)2.65º28.22%94.51%-
XYZ59.3452.7746.59-
YUV195.09115.53160.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=40.85%
G=29.83%
B=29.32%

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
Decimal24117617300.270.280.052.6570.8381.18
HexF1B0AD01B1C534751
Octal3612602550333453107121
Binary111100011011000010101101011011111001011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0AD; }

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

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

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

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

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

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

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

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