Color Hex Logo

#fcdbdd Color Hex

#FCDBDD
(252,219,221)
0 Favorites   0 Comments

Color spaces of #fcdbdd

RGB 252219221
HSL0.990.850.92
HSV356°13°99°
CMYK 0.000.130.12   0.01
XYZ78.527576.578979.0490
Yxy76.57890.33540.3270
Hunter Lab87.50947.03757.6987
CIE-Lab90.127411.72513.2256

#fcdbdd color RGB value is (252,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11011101
Octal 374 333 335
Decimal 252 219 221
Hex FC DB DD

RGB Percentages of Color #fcdbdd

%36.42
%31.65
%31.94

CMYK Percentages of Color #fcdbdd

%0
%13
%12
%1

Triadic Colors of #fcdbdd

#fcdbdd #ddfcdb #dbddfc

Analogous Colors of #fcdbdd

#fcdbdd #fceadb #fcdbee

Monochromatic Colors of #fcdbdd

#fcdbdd

Complementary Color

#fcdbdd #dbfcfa

#fcdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbdd Color CSS Codes

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

#fcdbdd Text Font Color

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

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


#fcdbdd Background Color

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

This div background color is #fcdbdd


#fcdbdd Border Color

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

This div border color is #fcdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbdd


Comments

No comments written yet.

Please login to write comment.