#F1B2AC

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

Shades of Sundown #F1B2AC

Tints of Sundown #F1B2AC

Color information

#F1B2AC (or 0xF1B2AC) is unknown color: approx Sundown. HEX triplet: F1, B2 and AC. RGB value is (241,178,172). Sum of RGB (Red+Green+Blue) = 241+178+172=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B2AC is #0E4D53. Grayscale: #C4C4C4. Windows color (decimal): -937300 or 11318001. OLE color: 11318001.

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

Color convert

RGB241178172-
CMYK00.260.290.05
HSL5.22º71.13%80.98%-
HSV(B)5.22º28.63%94.51%-
XYZ59.6453.5246.22-
YUV196.15114.37159.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=40.78%
G=30.12%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117817200.260.290.055.2271.1380.98
HexF1B2AC01A1D554751
Octal3612622540323555107121
Binary1111000110110010101011000110101110110110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2AC; }

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

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

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

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

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

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

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

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