Color Hex Logo

#fbddee Color Hex

#FBDDEE
(251,221,238)
0 Favorites   0 Comments

Color spaces of #fbddee

RGB 251221238
HSL0.910.790.93
HSV326°12°98°
CMYK 0.000.120.05   0.02
XYZ81.072778.395291.7477
Yxy78.39520.32270.3121
Hunter Lab88.54118.49680.5415
CIE-Lab90.959913.1518-4.4905

#fbddee color RGB value is (251,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11101110
Octal 373 335 356
Decimal 251 221 238
Hex FB DD EE

RGB Percentages of Color #fbddee

%35.35
%31.13
%33.52

CMYK Percentages of Color #fbddee

%0
%12
%5
%2

Triadic Colors of #fbddee

#fbddee #eefbdd #ddeefb

Analogous Colors of #fbddee

#fbddee #fbdddf #f9ddfb

Monochromatic Colors of #fbddee

#fbddee

Complementary Color

#fbddee #ddfbea

#fbddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddee Color CSS Codes

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

#fbddee Text Font Color

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

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


#fbddee Background Color

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

This div background color is #fbddee


#fbddee Border Color

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

This div border color is #fbddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddee

Related Colors


Comments

No comments written yet.

Please login to write comment.