Color Hex Logo

#fcdbe9 Color Hex

#FCDBE9
(252,219,233)
0 Favorites   0 Comments

Color spaces of #fcdbe9

RGB 252219233
HSL0.930.850.92
HSV335°13°99°
CMYK 0.000.130.08   0.01
XYZ80.184477.241787.7738
Yxy77.24170.32700.3150
Hunter Lab87.88739.05272.3076
CIE-Lab90.432713.6860-2.6318

#fcdbe9 color RGB value is (252,219,233).

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

The process color (four color CMYK) of #fcdbe9 color hex is 0.00, 0.13, 0.08, 0.01. Web safe color of #fcdbe9 is #ffccff. Color #fcdbe9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11101001
Octal 374 333 351
Decimal 252 219 233
Hex FC DB E9

RGB Percentages of Color #fcdbe9

%35.80
%31.11
%33.10

CMYK Percentages of Color #fcdbe9

%0
%13
%8
%1

Triadic Colors of #fcdbe9

#fcdbe9 #e9fcdb #dbe9fc

Analogous Colors of #fcdbe9

#fcdbe9 #fcdedb #fcdbfa

Monochromatic Colors of #fcdbe9

#fcdbe9

Complementary Color

#fcdbe9 #dbfcee

#fcdbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbe9 Color CSS Codes

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

#fcdbe9 Text Font Color

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

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


#fcdbe9 Background Color

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

This div background color is #fcdbe9


#fcdbe9 Border Color

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

This div border color is #fcdbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbe9


Comments

No comments written yet.

Please login to write comment.