Color Hex Logo

#fccdbf Color Hex

#FCCDBF
(252,205,191)
0 Favorites   0 Comments

Color spaces of #fccdbf

RGB 252205191
HSL0.040.910.87
HSV14°24°99°
CMYK 0.000.190.24   0.01
XYZ71.380268.119758.6765
Yxy68.11970.36020.3437
Hunter Lab82.53479.940315.6231
CIE-Lab86.066314.540913.2224

#fccdbf color RGB value is (252,205,191).

#fccdbf hex color red value is 252, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fccdbf hue: 0.04 , saturation: 0.91 and the lightness value of fccdbf is 0.87.

The process color (four color CMYK) of #fccdbf color hex is 0.00, 0.19, 0.24, 0.01. Web safe color of #fccdbf is #ffcccc. Color #fccdbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10111111
Octal 374 315 277
Decimal 252 205 191
Hex FC CD BF

RGB Percentages of Color #fccdbf

%38.89
%31.64
%29.48

CMYK Percentages of Color #fccdbf

%0
%19
%24
%1

Triadic Colors of #fccdbf

#fccdbf #bffccd #cdbffc

Analogous Colors of #fccdbf

#fccdbf #fcecbf #fcbfd0

Monochromatic Colors of #fccdbf

#fccdbf

Complementary Color

#fccdbf #bfeefc

#fccdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdbf Color CSS Codes

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

#fccdbf Text Font Color

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

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


#fccdbf Background Color

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

This div background color is #fccdbf


#fccdbf Border Color

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

This div border color is #fccdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdbf


Comments

No comments written yet.

Please login to write comment.