Color Hex Logo

#fbdbe7 Color Hex

#FBDBE7
(251,219,231)
0 Favorites   0 Comments

Color spaces of #fbdbe7

RGB 251219231
HSL0.940.800.92
HSV338°13°98°
CMYK 0.000.130.08   0.02
XYZ79.539076.941886.2604
Yxy76.94180.32770.3170
Hunter Lab87.71658.35533.0957
CIE-Lab90.294813.0095-1.7936

#fbdbe7 color RGB value is (251,219,231).

#fbdbe7 hex color red value is 251, green value is 219 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #fbdbe7 hue: 0.94 , saturation: 0.80 and the lightness value of fbdbe7 is 0.92.

The process color (four color CMYK) of #fbdbe7 color hex is 0.00, 0.13, 0.08, 0.02. Web safe color of #fbdbe7 is #ffccff. Color #fbdbe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11100111
Octal 373 333 347
Decimal 251 219 231
Hex FB DB E7

RGB Percentages of Color #fbdbe7

%35.81
%31.24
%32.95

CMYK Percentages of Color #fbdbe7

%0
%13
%8
%2

Triadic Colors of #fbdbe7

#fbdbe7 #e7fbdb #dbe7fb

Analogous Colors of #fbdbe7

#fbdbe7 #fbdfdb #fbdbf7

Monochromatic Colors of #fbdbe7

#fbdbe7

Complementary Color

#fbdbe7 #dbfbef

#fbdbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbe7 Color CSS Codes

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

#fbdbe7 Text Font Color

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

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


#fbdbe7 Background Color

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

This div background color is #fbdbe7


#fbdbe7 Border Color

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

This div border color is #fbdbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbe7


Comments

No comments written yet.

Please login to write comment.