Color Hex Logo

#fdcfc2 Color Hex

#FDCFC2
(253,207,194)
0 Favorites   0 Comments

Color spaces of #fdcfc2

RGB 253207194
HSL0.040.940.88
HSV13°23°99°
CMYK 0.000.180.23   0.01
XYZ72.558469.403360.6109
Yxy69.40330.35820.3426
Hunter Lab83.30869.676015.1798
CIE-Lab86.703414.281712.5517

#fdcfc2 color RGB value is (253,207,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11000010
Octal 375 317 302
Decimal 253 207 194
Hex FD CF C2

RGB Percentages of Color #fdcfc2

%38.69
%31.65
%29.66

CMYK Percentages of Color #fdcfc2

%0
%18
%23
%1

Triadic Colors of #fdcfc2

#fdcfc2 #c2fdcf #cfc2fd

Analogous Colors of #fdcfc2

#fdcfc2 #fdedc2 #fdc2d3

Monochromatic Colors of #fdcfc2

#fdcfc2

Complementary Color

#fdcfc2 #c2f0fd

#fdcfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfc2 Color CSS Codes

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

#fdcfc2 Text Font Color

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

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


#fdcfc2 Background Color

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

This div background color is #fdcfc2


#fdcfc2 Border Color

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

This div border color is #fdcfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfc2

Related Colors


Comments

No comments written yet.

Please login to write comment.