Color Hex Logo

#fccedf Color Hex

#FCCEDF
(252,206,223)
0 Favorites   0 Comments

Color spaces of #fccedf

RGB 252206223
HSL0.940.880.90
HSV338°18°99°
CMYK 0.000.180.12   0.01
XYZ75.535570.165879.3742
Yxy70.16580.33560.3117
Hunter Lab83.765014.37442.4534
CIE-Lab87.078118.8327-2.2780

#fccedf color RGB value is (252,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11011111
Octal 374 316 337
Decimal 252 206 223
Hex FC CE DF

RGB Percentages of Color #fccedf

%37.00
%30.25
%32.75

CMYK Percentages of Color #fccedf

%0
%18
%12
%1

Triadic Colors of #fccedf

#fccedf #dffcce #cedffc

Analogous Colors of #fccedf

#fccedf #fcd4ce #fccef6

Monochromatic Colors of #fccedf

#fccedf

Complementary Color

#fccedf #cefceb

#fccedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccedf Color CSS Codes

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

#fccedf Text Font Color

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

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


#fccedf Background Color

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

This div background color is #fccedf


#fccedf Border Color

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

This div border color is #fccedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccedf


Comments

No comments written yet.

Please login to write comment.