Color Hex Logo

#fcdbed Color Hex

#FCDBED
(252,219,237)
0 Favorites   0 Comments

Color spaces of #fcdbed

RGB 252219237
HSL0.910.850.92
HSV327°13°99°
CMYK 0.000.130.06   0.01
XYZ80.762577.472990.8179
Yxy77.47290.32430.3111
Hunter Lab88.01879.75190.4375
CIE-Lab90.538814.3614-4.5763

#fcdbed color RGB value is (252,219,237).

#fcdbed hex color red value is 252, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcdbed hue: 0.91 , saturation: 0.85 and the lightness value of fcdbed is 0.92.

The process color (four color CMYK) of #fcdbed color hex is 0.00, 0.13, 0.06, 0.01. Web safe color of #fcdbed is #ffccff. Color #fcdbed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11101101
Octal 374 333 355
Decimal 252 219 237
Hex FC DB ED

RGB Percentages of Color #fcdbed

%35.59
%30.93
%33.47

CMYK Percentages of Color #fcdbed

%0
%13
%6
%1

Triadic Colors of #fcdbed

#fcdbed #edfcdb #dbedfc

Analogous Colors of #fcdbed

#fcdbed #fcdbdd #fbdbfc

Monochromatic Colors of #fcdbed

#fcdbed

Complementary Color

#fcdbed #dbfcea

#fcdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbed Color CSS Codes

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

#fcdbed Text Font Color

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

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


#fcdbed Background Color

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

This div background color is #fcdbed


#fcdbed Border Color

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

This div border color is #fcdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbed


Comments

No comments written yet.

Please login to write comment.