#FFB2AC

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

Shades of Sundown #FFB2AC

Tints of Sundown #FFB2AC

Color information

#FFB2AC (or 0xFFB2AC) is unknown color: approx Sundown. HEX triplet: FF, B2 and AC. RGB value is (255,178,172). Sum of RGB (Red+Green+Blue) = 255+178+172=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2AC is #004D53. Grayscale: #C8C8C8. Windows color (decimal): -19796 or 11318015. OLE color: 11318015.

HSL color Cylindrical-coordinate representation of color #FFB2AC: hue angle of 4.34º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFB2AC is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255178172-
CMYK00.300.330
HSL4.34º100%83.73%-
HSV(B)4.34º32.55%100%-
XYZ64.6156.0846.45-
YUV200.34112.01166.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=42.15%
G=29.42%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517817200.300.3304.3410083.73
HexFFB2AC01E21046454
Octal3772622540364104144124
Binary111111111011001010101100011110100001010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2AC; }

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

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

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

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

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

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

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

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