Color Hex Logo

#fdcfc7 Color Hex

#FDCFC7
(253,207,199)
0 Favorites   0 Comments

Color spaces of #fdcfc7

RGB 253207199
HSL0.020.930.89
HSV21°99°
CMYK 0.000.180.21   0.01
XYZ73.129669.631863.6188
Yxy69.63180.35430.3374
Hunter Lab83.445710.402813.2094
CIE-Lab86.816014.992410.0681

#fdcfc7 color RGB value is (253,207,199).

#fdcfc7 hex color red value is 253, green value is 207 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fdcfc7 hue: 0.02 , saturation: 0.93 and the lightness value of fdcfc7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11000111
Octal 375 317 307
Decimal 253 207 199
Hex FD CF C7

RGB Percentages of Color #fdcfc7

%38.39
%31.41
%30.20

CMYK Percentages of Color #fdcfc7

%0
%18
%21
%1

Triadic Colors of #fdcfc7

#fdcfc7 #c7fdcf #cfc7fd

Analogous Colors of #fdcfc7

#fdcfc7 #fdeac7 #fdc7da

Monochromatic Colors of #fdcfc7

#fdcfc7

Complementary Color

#fdcfc7 #c7f5fd

#fdcfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfc7 Color CSS Codes

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

#fdcfc7 Text Font Color

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

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


#fdcfc7 Background Color

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

This div background color is #fdcfc7


#fdcfc7 Border Color

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

This div border color is #fdcfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfc7


Comments

No comments written yet.

Please login to write comment.