Color Hex Logo

#fbdbe9 Color Hex

#FBDBE9
(251,219,233)
0 Favorites   0 Comments

Color spaces of #fbdbe9

RGB 251219233
HSL0.930.800.92
HSV334°13°98°
CMYK 0.000.130.07   0.02
XYZ79.823277.055587.7569
Yxy77.05550.32630.3150
Hunter Lab87.78138.70042.1733
CIE-Lab90.347213.3444-2.7674

#fbdbe9 color RGB value is (251,219,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11101001
Octal 373 333 351
Decimal 251 219 233
Hex FB DB E9

RGB Percentages of Color #fbdbe9

%35.70
%31.15
%33.14

CMYK Percentages of Color #fbdbe9

%0
%13
%7
%2

Triadic Colors of #fbdbe9

#fbdbe9 #e9fbdb #dbe9fb

Analogous Colors of #fbdbe9

#fbdbe9 #fbdddb #fbdbf9

Monochromatic Colors of #fbdbe9

#fbdbe9

Complementary Color

#fbdbe9 #dbfbed

#fbdbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbe9 Color CSS Codes

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

#fbdbe9 Text Font Color

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

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


#fbdbe9 Background Color

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

This div background color is #fbdbe9


#fbdbe9 Border Color

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

This div border color is #fbdbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbe9

#fbdbe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.