Color Hex Logo

#fcdaeb Color Hex

#FCDAEB
(252,218,235)
0 Favorites   0 Comments

Color spaces of #fcdaeb

RGB 252218235
HSL0.920.850.92
HSV330°13°99°
CMYK 0.000.130.07   0.01
XYZ80.211776.836489.2006
Yxy76.83640.32570.3120
Hunter Lab87.65649.94131.0250
CIE-Lab90.246314.5434-3.9565

#fcdaeb color RGB value is (252,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11101011
Octal 374 332 353
Decimal 252 218 235
Hex FC DA EB

RGB Percentages of Color #fcdaeb

%35.74
%30.92
%33.33

CMYK Percentages of Color #fcdaeb

%0
%13
%7
%1

Triadic Colors of #fcdaeb

#fcdaeb #ebfcda #daebfc

Analogous Colors of #fcdaeb

#fcdaeb #fcdada #fcdafc

Monochromatic Colors of #fcdaeb

#fcdaeb

Complementary Color

#fcdaeb #dafceb

#fcdaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdaeb Color CSS Codes

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

#fcdaeb Text Font Color

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

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


#fcdaeb Background Color

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

This div background color is #fcdaeb


#fcdaeb Border Color

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

This div border color is #fcdaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdaeb


Comments

No comments written yet.

Please login to write comment.