Color Hex Logo

#fdcfce Color Hex

#FDCFCE
(253,207,206)
0 Favorites   0 Comments

Color spaces of #fdcfce

RGB 253207206
HSL0.000.920.90
HSV19°99°
CMYK 0.000.180.19   0.01
XYZ73.961469.964567.9988
Yxy69.96450.34900.3301
Hunter Lab83.644811.457010.3517
CIE-Lab86.979416.01836.5976

#fdcfce color RGB value is (253,207,206).

#fdcfce hex color red value is 253, green value is 207 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fdcfce hue: 0.00 , saturation: 0.92 and the lightness value of fdcfce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 11001110
Octal 375 317 316
Decimal 253 207 206
Hex FD CF CE

RGB Percentages of Color #fdcfce

%37.99
%31.08
%30.93

CMYK Percentages of Color #fdcfce

%0
%18
%19
%1

Triadic Colors of #fdcfce

#fdcfce #cefdcf #cfcefd

Analogous Colors of #fdcfce

#fdcfce #fde7ce #fdcee5

Monochromatic Colors of #fdcfce

#fdcfce

Complementary Color

#fdcfce #cefcfd

#fdcfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfce Color CSS Codes

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

#fdcfce Text Font Color

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

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


#fdcfce Background Color

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

This div background color is #fdcfce


#fdcfce Border Color

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

This div border color is #fdcfce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,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 #fdcfce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfce

#fdcfce Color Palettes


Comments

No comments written yet.

Please login to write comment.