Color Hex Logo

#fdcfc1 Color Hex

#FDCFC1
(253,207,193)
0 Favorites   0 Comments

Color spaces of #fdcfc1

RGB 253207193
HSL0.040.940.87
HSV14°24°99°
CMYK 0.000.180.24   0.01
XYZ72.446569.358560.0213
Yxy69.35850.35900.3437
Hunter Lab83.28189.533515.5668
CIE-Lab86.681314.142013.0488

#fdcfc1 color RGB value is (253,207,193).

#fdcfc1 hex color red value is 253, green value is 207 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fdcfc1 hue: 0.04 , saturation: 0.94 and the lightness value of fdcfc1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11000001
Octal 375 317 301
Decimal 253 207 193
Hex FD CF C1

RGB Percentages of Color #fdcfc1

%38.74
%31.70
%29.56

CMYK Percentages of Color #fdcfc1

%0
%18
%24
%1

Triadic Colors of #fdcfc1

#fdcfc1 #c1fdcf #cfc1fd

Analogous Colors of #fdcfc1

#fdcfc1 #fdedc1 #fdc1d1

Monochromatic Colors of #fdcfc1

#fdcfc1

Complementary Color

#fdcfc1 #c1effd

#fdcfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfc1 Color CSS Codes

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

#fdcfc1 Text Font Color

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

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


#fdcfc1 Background Color

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

This div background color is #fdcfc1


#fdcfc1 Border Color

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

This div border color is #fdcfc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,207,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcfc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcfc1;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcfc1;
  box-shadow:         1px 1px 3px 2px #fdcfc1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfc1


Comments

No comments written yet.

Please login to write comment.