Color Hex Logo

#fcedee Color Hex

#FCEDEE
(252,237,238)
0 Favorites   0 Comments

Color spaces of #fcedee

RGB 252237238
HSL0.990.710.96
HSV356°99°
CMYK 0.000.060.06   0.01
XYZ85.861787.436993.2405
Yxy87.43690.32210.3280
Hunter Lab93.50770.26586.3348
CIE-Lab94.92335.22701.3239

#fcedee color RGB value is (252,237,238).

#fcedee hex color red value is 252, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fcedee hue: 0.99 , saturation: 0.71 and the lightness value of fcedee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 11101110
Octal 374 355 356
Decimal 252 237 238
Hex FC ED EE

RGB Percentages of Color #fcedee

%34.66
%32.60
%32.74

CMYK Percentages of Color #fcedee

%0
%6
%6
%1

Triadic Colors of #fcedee

#fcedee #eefced #edeefc

Analogous Colors of #fcedee

#fcedee #fcf4ed #fcedf6

Monochromatic Colors of #fcedee

#fcedee

Complementary Color

#fcedee #edfcfb

#fcedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedee Color CSS Codes

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

#fcedee Text Font Color

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

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


#fcedee Background Color

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

This div background color is #fcedee


#fcedee Border Color

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

This div border color is #fcedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedee

#fcedee Color Palettes


Comments

No comments written yet.

Please login to write comment.