Color Hex Logo

#fcdfdb Color Hex

#FCDFDB
(252,223,219)
0 Favorites   0 Comments

Color spaces of #fcdfdb

RGB 252223219
HSL0.020.850.92
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ79.318778.585378.0058
Yxy78.58530.33620.3331
Hunter Lab88.64844.57949.8818
CIE-Lab91.04639.33485.6042

#fcdfdb color RGB value is (252,223,219).

#fcdfdb hex color red value is 252, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fcdfdb hue: 0.02 , saturation: 0.85 and the lightness value of fcdfdb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11011011
Octal 374 337 333
Decimal 252 223 219
Hex FC DF DB

RGB Percentages of Color #fcdfdb

%36.31
%32.13
%31.56

CMYK Percentages of Color #fcdfdb

%0
%12
%13
%1

Triadic Colors of #fcdfdb

#fcdfdb #dbfcdf #dfdbfc

Analogous Colors of #fcdfdb

#fcdfdb #fcf0db #fcdbe8

Monochromatic Colors of #fcdfdb

#fcdfdb

Complementary Color

#fcdfdb #dbf8fc

#fcdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfdb Color CSS Codes

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

#fcdfdb Text Font Color

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

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


#fcdfdb Background Color

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

This div background color is #fcdfdb


#fcdfdb Border Color

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

This div border color is #fcdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfdb

Related Colors


Comments

No comments written yet.

Please login to write comment.