#F2B1AC

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

Shades of Sundown #F2B1AC

Tints of Sundown #F2B1AC

Color information

#F2B1AC (or 0xF2B1AC) is unknown color: approx Sundown. HEX triplet: F2, B1 and AC. RGB value is (242,177,172). Sum of RGB (Red+Green+Blue) = 242+177+172=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B1AC is #0D4E53. Grayscale: #C3C3C3. Windows color (decimal): -872020 or 11317746. OLE color: 11317746.

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

Color convert

RGB242177172-
CMYK00.270.290.05
HSL4.29º72.92%81.18%-
HSV(B)4.29º28.93%94.9%-
XYZ59.7953.346.17-
YUV195.86114.53160.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=40.95%
G=29.95%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217717200.270.290.054.2972.9281.18
HexF2B1AC01B1D544951
Octal3622612540333554111121
Binary1111001010110001101011000110111110110110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1AC; }

 p { color: rgb(242,177,172); }

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

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

 a { background-color: rgb(242,177,172); }

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

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

 span { border-color: rgb(242,177,172); }

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