Color Hex Logo

#fcdbeb Color Hex

#FCDBEB
(252,219,235)
0 Favorites   0 Comments

Color spaces of #fcdbeb

RGB 252219235
HSL0.920.850.92
HSV331°13°99°
CMYK 0.000.130.07   0.01
XYZ80.471877.356689.2873
Yxy77.35660.32560.3130
Hunter Lab87.95269.40061.3771
CIE-Lab90.485514.0224-3.6046

#fcdbeb color RGB value is (252,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11101011
Octal 374 333 353
Decimal 252 219 235
Hex FC DB EB

RGB Percentages of Color #fcdbeb

%35.69
%31.02
%33.29

CMYK Percentages of Color #fcdbeb

%0
%13
%7
%1

Triadic Colors of #fcdbeb

#fcdbeb #ebfcdb #dbebfc

Analogous Colors of #fcdbeb

#fcdbeb #fcdcdb #fcdbfc

Monochromatic Colors of #fcdbeb

#fcdbeb

Complementary Color

#fcdbeb #dbfcec

#fcdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbeb Color CSS Codes

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

#fcdbeb Text Font Color

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

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


#fcdbeb Background Color

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

This div background color is #fcdbeb


#fcdbeb Border Color

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

This div border color is #fcdbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,219,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 #fcdbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbeb

#fcdbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.