Color Hex Logo

#fcdbce Color Hex

#FCDBCE
(252,219,206)
0 Favorites   0 Comments

Color spaces of #fcdbce

RGB 252219206
HSL0.050.880.90
HSV17°18°99°
CMYK 0.000.130.18   0.01
XYZ76.617075.814768.9881
Yxy75.81470.34600.3424
Hunter Lab87.07164.692313.9738
CIE-Lab89.77329.415710.5895

#fcdbce color RGB value is (252,219,206).

#fcdbce hex color red value is 252, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fcdbce hue: 0.05 , saturation: 0.88 and the lightness value of fcdbce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11001110
Octal 374 333 316
Decimal 252 219 206
Hex FC DB CE

RGB Percentages of Color #fcdbce

%37.22
%32.35
%30.43

CMYK Percentages of Color #fcdbce

%0
%13
%18
%1

Triadic Colors of #fcdbce

#fcdbce #cefcdb #dbcefc

Analogous Colors of #fcdbce

#fcdbce #fcf2ce #fcced8

Monochromatic Colors of #fcdbce

#fcdbce

Complementary Color

#fcdbce #ceeffc

#fcdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbce Color CSS Codes

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

#fcdbce Text Font Color

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

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


#fcdbce Background Color

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

This div background color is #fcdbce


#fcdbce Border Color

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

This div border color is #fcdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbce

#fcdbce Color Palettes


Comments

No comments written yet.

Please login to write comment.