#FBB1B0

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

Shades of Sundown #FBB1B0

Tints of Sundown #FBB1B0

Color information

#FBB1B0 (or 0xFBB1B0) is unknown color: approx Sundown. HEX triplet: FB, B1 and B0. RGB value is (251,177,176). Sum of RGB (Red+Green+Blue) = 251+177+176=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB1B0 is #044E4F. Grayscale: #C7C7C7. Windows color (decimal): -282192 or 11579899. OLE color: 11579899.

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

Color convert

RGB251177176-
CMYK00.290.300.02
HSL0.8º90.36%83.73%-
HSV(B)0.8º29.88%98.43%-
XYZ63.3455.0948.37-
YUV199.01115.02165.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=41.56%
G=29.30%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117717600.290.300.020.890.3683.73
HexFBB1B001D1E215a54
Octal3732612600353621132124
Binary1111101110110001101100000111011111010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1B0; }

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

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

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

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

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

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

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

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