Color Hex Logo

#fbddeb Color Hex

#FBDDEB
(251,221,235)
0 Favorites   0 Comments

Color spaces of #fbddeb

RGB 251221235
HSL0.920.790.93
HSV332°12°98°
CMYK 0.000.120.06   0.02
XYZ80.635578.220389.4453
Yxy78.22030.32470.3150
Hunter Lab88.44227.97001.9471
CIE-Lab90.880312.6410-3.0342

#fbddeb color RGB value is (251,221,235).

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

The process color (four color CMYK) of #fbddeb color hex is 0.00, 0.12, 0.06, 0.02. Web safe color of #fbddeb is #ffccff. Color #fbddeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11101011
Octal 373 335 353
Decimal 251 221 235
Hex FB DD EB

RGB Percentages of Color #fbddeb

%35.50
%31.26
%33.24

CMYK Percentages of Color #fbddeb

%0
%12
%6
%2

Triadic Colors of #fbddeb

#fbddeb #ebfbdd #ddebfb

Analogous Colors of #fbddeb

#fbddeb #fbdedd #fbddfa

Monochromatic Colors of #fbddeb

#fbddeb

Complementary Color

#fbddeb #ddfbed

#fbddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddeb Color CSS Codes

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

#fbddeb Text Font Color

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

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


#fbddeb Background Color

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

This div background color is #fbddeb


#fbddeb Border Color

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

This div border color is #fbddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddeb

Related Colors

#fbddeb Color Palettes


Comments

No comments written yet.

Please login to write comment.