Color Hex Logo

#fcdeea Color Hex

#FCDEEA
(252,222,234)
0 Favorites   0 Comments

Color spaces of #fcdeea

RGB 252222234
HSL0.930.830.93
HSV336°12°99°
CMYK 0.000.120.07   0.01
XYZ81.117478.878588.7916
Yxy78.87850.32610.3171
Hunter Lab88.81367.60832.8942
CIE-Lab91.179312.2935-2.0613

#fcdeea color RGB value is (252,222,234).

#fcdeea hex color red value is 252, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fcdeea hue: 0.93 , saturation: 0.83 and the lightness value of fcdeea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11101010
Octal 374 336 352
Decimal 252 222 234
Hex FC DE EA

RGB Percentages of Color #fcdeea

%35.59
%31.36
%33.05

CMYK Percentages of Color #fcdeea

%0
%12
%7
%1

Triadic Colors of #fcdeea

#fcdeea #eafcde #deeafc

Analogous Colors of #fcdeea

#fcdeea #fce1de #fcdef9

Monochromatic Colors of #fcdeea

#fcdeea

Complementary Color

#fcdeea #defcf0

#fcdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdeea Color CSS Codes

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

#fcdeea Text Font Color

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

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


#fcdeea Background Color

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

This div background color is #fcdeea


#fcdeea Border Color

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

This div border color is #fcdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdeea


Comments

No comments written yet.

Please login to write comment.