Color Hex Logo

#fcd9ee Color Hex

#FCD9EE
(252,217,238)
0 Favorites   0 Comments

Color spaces of #fcd9ee

RGB 252217238
HSL0.900.850.92
HSV324°14°99°
CMYK 0.000.140.06   0.01
XYZ80.390476.494291.4167
Yxy76.49420.32380.3081
Hunter Lab87.461011.0129-0.7489
CIE-Lab90.088315.5749-5.7659

#fcd9ee color RGB value is (252,217,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 11101110
Octal 374 331 356
Decimal 252 217 238
Hex FC D9 EE

RGB Percentages of Color #fcd9ee

%35.64
%30.69
%33.66

CMYK Percentages of Color #fcd9ee

%0
%14
%6
%1

Triadic Colors of #fcd9ee

#fcd9ee #eefcd9 #d9eefc

Analogous Colors of #fcd9ee

#fcd9ee #fcd9dd #f9d9fc

Monochromatic Colors of #fcd9ee

#fcd9ee

Complementary Color

#fcd9ee #d9fce7

#fcd9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd9ee Color CSS Codes

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

#fcd9ee Text Font Color

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

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


#fcd9ee Background Color

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

This div background color is #fcd9ee


#fcd9ee Border Color

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

This div border color is #fcd9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd9ee


Comments

No comments written yet.

Please login to write comment.