#FBB5B1

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

Shades of Sundown #FBB5B1

Tints of Sundown #FBB5B1

Color information

#FBB5B1 (or 0xFBB5B1) is unknown color: approx Sundown. HEX triplet: FB, B5 and B1. RGB value is (251,181,177). Sum of RGB (Red+Green+Blue) = 251+181+177=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB5B1 is #044A4E. Grayscale: #C9C9C9. Windows color (decimal): -281167 or 11646459. OLE color: 11646459.

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

Color convert

RGB251181177-
CMYK00.280.290.02
HSL3.24º90.24%83.92%-
HSV(B)3.24º29.48%98.43%-
XYZ64.2456.7349.16-
YUV201.47114.19163.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=41.22%
G=29.72%
B=29.06%

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
Decimal25118117700.280.290.023.2490.2483.92
HexFBB5B101C1D235a54
Octal3732652610343523132124
Binary11111011101101011011000101110011101101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5B1; }

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

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

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

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

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

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

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

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