Color Hex Logo

#fbbdb8 Color Hex

#FBBDB8
(251,189,184)
0 Favorites   0 Comments

Color spaces of #fbbdb8

RGB 251189184
HSL0.010.890.85
HSV27°98°
CMYK 0.000.250.27   0.02
XYZ66.633060.365153.4871
Yxy60.36510.36920.3345
Hunter Lab77.695017.119513.5698
CIE-Lab82.036221.604511.2210

#fbbdb8 color RGB value is (251,189,184).

#fbbdb8 hex color red value is 251, green value is 189 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #fbbdb8 hue: 0.01 , saturation: 0.89 and the lightness value of fbbdb8 is 0.85.

The process color (four color CMYK) of #fbbdb8 color hex is 0.00, 0.25, 0.27, 0.02. Web safe color of #fbbdb8 is #ffcccc. Color #fbbdb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10111000
Octal 373 275 270
Decimal 251 189 184
Hex FB BD B8

RGB Percentages of Color #fbbdb8

%40.22
%30.29
%29.49

CMYK Percentages of Color #fbbdb8

%0
%25
%27
%2

Triadic Colors of #fbbdb8

#fbbdb8 #b8fbbd #bdb8fb

Analogous Colors of #fbbdb8

#fbbdb8 #fbdfb8 #fbb8d5

Monochromatic Colors of #fbbdb8

#fbbdb8

Complementary Color

#fbbdb8 #b8f6fb

#fbbdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdb8 Color CSS Codes

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

#fbbdb8 Text Font Color

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

This sample text font color is #fbbdb8
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.


#fbbdb8 Background Color

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

This div background color is #fbbdb8


#fbbdb8 Border Color

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

This div border color is #fbbdb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdb8


Comments

No comments written yet.

Please login to write comment.