#FBB5B2

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

Shades of Sundown #FBB5B2

Tints of Sundown #FBB5B2

Color information

#FBB5B2 (or 0xFBB5B2) is unknown color: approx Sundown. HEX triplet: FB, B5 and B2. RGB value is (251,181,178). Sum of RGB (Red+Green+Blue) = 251+181+178=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5B2 is #044A4D. Grayscale: #C9C9C9. Windows color (decimal): -281166 or 11711995. OLE color: 11711995.

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

Color convert

RGB251181178-
CMYK00.280.290.02
HSL2.47º90.12%84.12%-
HSV(B)2.47º29.08%98.43%-
XYZ64.3456.7749.69-
YUV201.59114.69163.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 181 (71.09% from 255) = 29.67%
BLUE value IS 178 (69.92% from 255) = 29.18%
R=41.15%
G=29.67%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118117800.280.290.022.4790.1284.12
HexFBB5B201C1D225a54
Octal3732652620343522132124
Binary11111011101101011011001001110011101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5B2; }

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

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

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

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

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

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

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

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