Color Hex Logo

#fddcca Color Hex

#FDDCCA
(253,220,202)
0 Favorites   0 Comments

Color spaces of #fddcca

RGB 253220202
HSL0.060.930.89
HSV21°20°99°
CMYK 0.000.130.20   0.01
XYZ76.761976.333366.5651
Yxy76.33330.34950.3475
Hunter Lab87.36893.933615.9861
CIE-Lab90.01398.671713.0394

#fddcca color RGB value is (253,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11001010
Octal 375 334 312
Decimal 253 220 202
Hex FD DC CA

RGB Percentages of Color #fddcca

%37.48
%32.59
%29.93

CMYK Percentages of Color #fddcca

%0
%13
%20
%1

Triadic Colors of #fddcca

#fddcca #cafddc #dccafd

Analogous Colors of #fddcca

#fddcca #fdf6ca #fdcad2

Monochromatic Colors of #fddcca

#fddcca

Complementary Color

#fddcca #caebfd

#fddcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddcca Color CSS Codes

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

#fddcca Text Font Color

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

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


#fddcca Background Color

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

This div background color is #fddcca


#fddcca Border Color

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

This div border color is #fddcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddcca

Related Colors


Comments

No comments written yet.

Please login to write comment.