Color Hex Logo

#fbdedd Color Hex

#FBDEDD
(251,222,221)
0 Favorites   0 Comments

Color spaces of #fbdedd

RGB 251222221
HSL0.010.790.93
HSV12°98°
CMYK 0.000.120.12   0.02
XYZ78.956177.972279.2953
Yxy77.97220.33420.3301
Hunter Lab88.30195.07958.5687
CIE-Lab90.76729.81954.1422

#fbdedd color RGB value is (251,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 11011101
Octal 373 336 335
Decimal 251 222 221
Hex FB DE DD

RGB Percentages of Color #fbdedd

%36.17
%31.99
%31.84

CMYK Percentages of Color #fbdedd

%0
%12
%12
%2

Triadic Colors of #fbdedd

#fbdedd #ddfbde #deddfb

Analogous Colors of #fbdedd

#fbdedd #fbeddd #fbddeb

Monochromatic Colors of #fbdedd

#fbdedd

Complementary Color

#fbdedd #ddfafb

#fbdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdedd Color CSS Codes

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

#fbdedd Text Font Color

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

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


#fbdedd Background Color

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

This div background color is #fbdedd


#fbdedd Border Color

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

This div border color is #fbdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdedd


Comments

No comments written yet.

Please login to write comment.