Color Hex Logo

#fcdbdf Color Hex

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

Color spaces of #fcdbdf

RGB 252219223
HSL0.980.850.92
HSV353°13°99°
CMYK 0.000.130.12   0.01
XYZ78.795776.686280.4610
Yxy76.68620.33400.3250
Hunter Lab87.57077.36496.8231
CIE-Lab90.177012.04512.2471

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

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

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

Base Numbers

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

RGB Percentages of Color #fcdbdf

%36.31
%31.56
%32.13

CMYK Percentages of Color #fcdbdf

%0
%13
%12
%1

Triadic Colors of #fcdbdf

#fcdbdf #dffcdb #dbdffc

Analogous Colors of #fcdbdf

#fcdbdf #fce8db #fcdbf0

Monochromatic Colors of #fcdbdf

#fcdbdf

Complementary Color

#fcdbdf #dbfcf8

#fcdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbdf Color CSS Codes

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

#fcdbdf Text Font Color

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

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


#fcdbdf Background Color

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

This div background color is #fcdbdf


#fcdbdf Border Color

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

This div border color is #fcdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbdf


Comments

No comments written yet.

Please login to write comment.