#f2b2ac

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

Shades of Sundown #F2B2AC

Tints of Sundown #F2B2AC

Color information

#F2B2AC (or 0xF2B2AC) is unknown color: approx Sundown. HEX triplet: F2, B2 and AC. RGB value is (242,178,172). Sum of RGB (Red+Green+Blue) = 242+178+172=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B2AC is #0D4D53. Grayscale: #C4C4C4. Windows color (decimal): -871764 or 11318002. OLE color: 11318002.

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

Color convert

RGB242178172-
CMYK00.260.290.05
HSL5.14º72.92%81.18%-
HSV(B)5.14º28.93%94.9%-
XYZ59.9853.746.23-
YUV196.45114.2160.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=40.88%
G=30.07%
B=29.05%

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
Decimal24217817200.260.290.055.1472.9281.18
HexF2B2AC01A1D554951
Octal3622622540323555111121
Binary1111001010110010101011000110101110110110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b2ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b2ac; }

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

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

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

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

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

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

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

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