#FBB2AC

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

Shades of Sundown #FBB2AC

Tints of Sundown #FBB2AC

Color information

#FBB2AC (or 0xFBB2AC) is unknown color: approx Sundown. HEX triplet: FB, B2 and AC. RGB value is (251,178,172). Sum of RGB (Red+Green+Blue) = 251+178+172=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2AC is #044D53. Grayscale: #C7C7C7. Windows color (decimal): -281940 or 11318011. OLE color: 11318011.

HSL color Cylindrical-coordinate representation of color #FBB2AC: hue angle of 4.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBB2AC is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251178172-
CMYK00.290.310.02
HSL4.56º90.8%82.94%-
HSV(B)4.56º31.47%98.43%-
XYZ63.1555.3346.38-
YUV199.14112.68164.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=41.76%
G=29.62%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117817200.290.310.024.5690.882.94
HexFBB2AC01D1F255b53
Octal3732622540353725133123
Binary111110111011001010101100011101111111010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2AC; }

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

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

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

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

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

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

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

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