Color Hex Logo

#fccede Color Hex

#FCCEDE
(252,206,222)
0 Favorites   0 Comments

Color spaces of #fccede

RGB 252206222
HSL0.940.880.90
HSV339°18°99°
CMYK 0.000.180.12   0.01
XYZ75.401070.112078.6661
Yxy70.11200.33630.3127
Hunter Lab83.732914.20562.9108
CIE-Lab87.051818.6713-1.7865

#fccede color RGB value is (252,206,222).

#fccede hex color red value is 252, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fccede hue: 0.94 , saturation: 0.88 and the lightness value of fccede is 0.90.

The process color (four color CMYK) of #fccede color hex is 0.00, 0.18, 0.12, 0.01. Web safe color of #fccede is #ffcccc. Color #fccede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11011110
Octal 374 316 336
Decimal 252 206 222
Hex FC CE DE

RGB Percentages of Color #fccede

%37.06
%30.29
%32.65

CMYK Percentages of Color #fccede

%0
%18
%12
%1

Triadic Colors of #fccede

#fccede #defcce #cedefc

Analogous Colors of #fccede

#fccede #fcd5ce #fccef5

Monochromatic Colors of #fccede

#fccede

Complementary Color

#fccede #cefcec

#fccede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccede Color CSS Codes

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

#fccede Text Font Color

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

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


#fccede Background Color

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

This div background color is #fccede


#fccede Border Color

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

This div border color is #fccede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccede


Comments

No comments written yet.

Please login to write comment.