Color Hex Logo

#fdcece Color Hex

#FDCECE
(253,206,206)
0 Favorites   0 Comments

Color spaces of #fdcece

RGB 253206206
HSL0.000.920.90
HSV19°99°
CMYK 0.000.190.19   0.01
XYZ73.719969.481567.9183
Yxy69.48150.34920.3291
Hunter Lab83.355611.993710.0393
CIE-Lab86.741916.54106.2556

#fdcece color RGB value is (253,206,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11001110
Octal 375 316 316
Decimal 253 206 206
Hex FD CE CE

RGB Percentages of Color #fdcece

%38.05
%30.98
%30.98

CMYK Percentages of Color #fdcece

%0
%19
%19
%1

Triadic Colors of #fdcece

#fdcece #cefdce #cecefd

Analogous Colors of #fdcece

#fdcece #fde6ce #fdcee6

Monochromatic Colors of #fdcece

#fdcece

Complementary Color

#fdcece #cefdfd

#fdcece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcece Color CSS Codes

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

#fdcece Text Font Color

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

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


#fdcece Background Color

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

This div background color is #fdcece


#fdcece Border Color

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

This div border color is #fdcece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcece

Related Colors


Comments

No comments written yet.

Please login to write comment.