Color Hex Logo

#fccedb Color Hex

#FCCEDB
(252,206,219)
0 Favorites   0 Comments

Color spaces of #fccedb

RGB 252206219
HSL0.950.880.90
HSV343°18°99°
CMYK 0.000.180.13   0.01
XYZ75.002469.952576.5670
Yxy69.95250.33860.3158
Hunter Lab83.637613.70484.2686
CIE-Lab86.973618.1913-0.3107

#fccedb color RGB value is (252,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11011011
Octal 374 316 333
Decimal 252 206 219
Hex FC CE DB

RGB Percentages of Color #fccedb

%37.22
%30.43
%32.35

CMYK Percentages of Color #fccedb

%0
%18
%13
%1

Triadic Colors of #fccedb

#fccedb #dbfcce #cedbfc

Analogous Colors of #fccedb

#fccedb #fcd8ce #fccef2

Monochromatic Colors of #fccedb

#fccedb

Complementary Color

#fccedb #cefcef

#fccedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccedb Color CSS Codes

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

#fccedb Text Font Color

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

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


#fccedb Background Color

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

This div background color is #fccedb


#fccedb Border Color

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

This div border color is #fccedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccedb

Related Colors

#fccedb Color Palettes


Comments

No comments written yet.

Please login to write comment.