Color Hex Logo

#fceedd Color Hex

#FCEEDD
(252,238,221)
0 Favorites   0 Comments

Color spaces of #fceedd

RGB 252238221
HSL0.090.840.93
HSV33°12°99°
CMYK 0.000.060.12   0.01
XYZ83.770687.065080.7967
Yxy87.06500.33290.3460
Hunter Lab93.3086-3.036413.9763
CIE-Lab94.76581.94979.9078

#fceedd color RGB value is (252,238,221).

#fceedd hex color red value is 252, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fceedd hue: 0.09 , saturation: 0.84 and the lightness value of fceedd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11011101
Octal 374 356 335
Decimal 252 238 221
Hex FC EE DD

RGB Percentages of Color #fceedd

%35.44
%33.47
%31.08

CMYK Percentages of Color #fceedd

%0
%6
%12
%1

Triadic Colors of #fceedd

#fceedd #ddfcee #eeddfc

Analogous Colors of #fceedd

#fceedd #fbfcdd #fcdfdd

Monochromatic Colors of #fceedd

#fceedd

Complementary Color

#fceedd #ddebfc

#fceedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceedd Color CSS Codes

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

#fceedd Text Font Color

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

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


#fceedd Background Color

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

This div background color is #fceedd


#fceedd Border Color

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

This div border color is #fceedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceedd


Comments

No comments written yet.

Please login to write comment.