Color Hex Logo

#fdceca Color Hex

#FDCECA
(253,206,202)
0 Favorites   0 Comments

Color spaces of #fdceca

RGB 253206202
HSL0.010.930.89
HSV20°99°
CMYK 0.000.190.20   0.01
XYZ73.240069.289565.3912
Yxy69.28950.35220.3332
Hunter Lab83.240311.384811.6917
CIE-Lab86.647215.95038.2386

#fdceca color RGB value is (253,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 11001010
Octal 375 316 312
Decimal 253 206 202
Hex FD CE CA

RGB Percentages of Color #fdceca

%38.28
%31.16
%30.56

CMYK Percentages of Color #fdceca

%0
%19
%20
%1

Triadic Colors of #fdceca

#fdceca #cafdce #cecafd

Analogous Colors of #fdceca

#fdceca #fde8ca #fdcae0

Monochromatic Colors of #fdceca

#fdceca

Complementary Color

#fdceca #caf9fd

#fdceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdceca Color CSS Codes

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

#fdceca Text Font Color

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

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


#fdceca Background Color

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

This div background color is #fdceca


#fdceca Border Color

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

This div border color is #fdceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdceca

Related Colors


Comments

No comments written yet.

Please login to write comment.