#FFB0AC

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

Shades of Sundown #FFB0AC

Tints of Sundown #FFB0AC

Color information

#FFB0AC (or 0xFFB0AC) is unknown color: approx Sundown. HEX triplet: FF, B0 and AC. RGB value is (255,176,172). Sum of RGB (Red+Green+Blue) = 255+176+172=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0AC is #004F53. Grayscale: #C7C7C7. Windows color (decimal): -20308 or 11317503. OLE color: 11317503.

HSL color Cylindrical-coordinate representation of color #FFB0AC: hue angle of 2.89º 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 #FFB0AC is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255176172-
CMYK00.310.330
HSL2.89º100%83.73%-
HSV(B)2.89º32.55%100%-
XYZ64.2155.2946.32-
YUV199.16112.67167.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=42.29%
G=29.19%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517617200.310.3302.8910083.73
HexFFB0AC01F21036454
Octal3772602540374103144124
Binary11111111101100001010110001111110000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0AC; }

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

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

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

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

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

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

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

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