Color Hex Logo

#fdddca Color Hex

#FDDDCA
(253,221,202)
1 Favorites   0 Comments

Color spaces of #fdddca

RGB 253221202
HSL0.060.930.89
HSV22°20°99°
CMYK 0.000.130.20   0.01
XYZ77.025176.859866.6529
Yxy76.85980.34930.3485
Hunter Lab87.66973.405016.2922
CIE-Lab90.25708.155113.3841

#fdddca color RGB value is (253,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11001010
Octal 375 335 312
Decimal 253 221 202
Hex FD DD CA

RGB Percentages of Color #fdddca

%37.43
%32.69
%29.88

CMYK Percentages of Color #fdddca

%0
%13
%20
%1

Triadic Colors of #fdddca

#fdddca #cafddd #ddcafd

Analogous Colors of #fdddca

#fdddca #fdf7ca #fdcad1

Monochromatic Colors of #fdddca

#fdddca

Complementary Color

#fdddca #caeafd

#fdddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddca Color CSS Codes

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

#fdddca Text Font Color

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

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


#fdddca Background Color

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

This div background color is #fdddca


#fdddca Border Color

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

This div border color is #fdddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddca

Related Colors


Comments

No comments written yet.

Please login to write comment.