Color Hex Logo

#fcdbe0 Color Hex

#FCDBE0
(252,219,224)
1 Favorites   0 Comments

Color spaces of #fcdbe0

RGB 252219224
HSL0.970.850.92
HSV351°13°99°
CMYK 0.000.130.11   0.01
XYZ78.930976.740381.1733
Yxy76.74030.33330.3240
Hunter Lab87.60157.52976.3818
CIE-Lab90.201912.20601.7581

#fcdbe0 color RGB value is (252,219,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11100000
Octal 374 333 340
Decimal 252 219 224
Hex FC DB E0

RGB Percentages of Color #fcdbe0

%36.26
%31.51
%32.23

CMYK Percentages of Color #fcdbe0

%0
%13
%11
%1

Triadic Colors of #fcdbe0

#fcdbe0 #e0fcdb #dbe0fc

Analogous Colors of #fcdbe0

#fcdbe0 #fce7db #fcdbf1

Monochromatic Colors of #fcdbe0

#fcdbe0

Complementary Color

#fcdbe0 #dbfcf7

#fcdbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbe0 Color CSS Codes

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

#fcdbe0 Text Font Color

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

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


#fcdbe0 Background Color

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

This div background color is #fcdbe0


#fcdbe0 Border Color

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

This div border color is #fcdbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbe0


Comments

No comments written yet.

Please login to write comment.