Color Hex Logo

#fbbdb0 Color Hex

#FBBDB0
(251,189,176)
0 Favorites   0 Comments

Color spaces of #fbbdb0

RGB 251189176
HSL0.030.900.84
HSV10°30°98°
CMYK 0.000.250.30   0.02
XYZ65.817760.039049.1940
Yxy60.03900.37600.3430
Hunter Lab77.484816.024216.5970
CIE-Lab81.859420.547815.2564

#fbbdb0 color RGB value is (251,189,176).

#fbbdb0 hex color red value is 251, green value is 189 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fbbdb0 hue: 0.03 , saturation: 0.90 and the lightness value of fbbdb0 is 0.84.

The process color (four color CMYK) of #fbbdb0 color hex is 0.00, 0.25, 0.30, 0.02. Web safe color of #fbbdb0 is #ffcc99. Color #fbbdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10110000
Octal 373 275 260
Decimal 251 189 176
Hex FB BD B0

RGB Percentages of Color #fbbdb0

%40.75
%30.68
%28.57

CMYK Percentages of Color #fbbdb0

%0
%25
%30
%2

Triadic Colors of #fbbdb0

#fbbdb0 #b0fbbd #bdb0fb

Analogous Colors of #fbbdb0

#fbbdb0 #fbe3b0 #fbb0c9

Monochromatic Colors of #fbbdb0

#fbbdb0

Complementary Color

#fbbdb0 #b0eefb

#fbbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdb0 Color CSS Codes

.mybgcolor {background-color:#fbbdb0; } 
.myforecolor {color:#fbbdb0; }
.mybordercolor {border:3px solid #fbbdb0; }

#fbbdb0 Text Font Color

<p style="color:#fbbdb0">Text here</p>

This sample text font color is #fbbdb0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbbdb0 Background Color

<div style="background-color:#fbbdb0">
Div content here</div>

This div background color is #fbbdb0


#fbbdb0 Border Color

<div style="border:3px solid #fbbdb0">
Div here</div>

This div border color is #fbbdb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,189,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbbdb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbbdb0;
  -webkit-box-shadow: 1px 1px 3px 2px #fbbdb0;
  box-shadow:         1px 1px 3px 2px #fbbdb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,189,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbbdb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbdb0;
  -webkit-box-shadow: 1px 1px 3px 2px #fbbdb0;
  box-shadow:         1px 1px 3px 2px #fbbdb0;">
Div content here</div>

This div box has shadow with color #fbbdb0


Comments

No comments written yet.

Please login to write comment.