Color Hex Logo

#fdd2c3 Color Hex

#FDD2C3
(253,210,195)
0 Favorites   0 Comments

Color spaces of #fdd2c3

RGB 253210195
HSL0.040.940.88
HSV16°23°99°
CMYK 0.000.170.23   0.01
XYZ73.404970.916061.4491
Yxy70.91600.35670.3446
Hunter Lab84.21168.223015.6843
CIE-Lab87.444212.858813.0740

#fdd2c3 color RGB value is (253,210,195).

#fdd2c3 hex color red value is 253, green value is 210 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fdd2c3 hue: 0.04 , saturation: 0.94 and the lightness value of fdd2c3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 11000011
Octal 375 322 303
Decimal 253 210 195
Hex FD D2 C3

RGB Percentages of Color #fdd2c3

%38.45
%31.91
%29.64

CMYK Percentages of Color #fdd2c3

%0
%17
%23
%1

Triadic Colors of #fdd2c3

#fdd2c3 #c3fdd2 #d2c3fd

Analogous Colors of #fdd2c3

#fdd2c3 #fdefc3 #fdc3d1

Monochromatic Colors of #fdd2c3

#fdd2c3

Complementary Color

#fdd2c3 #c3eefd

#fdd2c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd2c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd2c3 Color CSS Codes

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

#fdd2c3 Text Font Color

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

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


#fdd2c3 Background Color

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

This div background color is #fdd2c3


#fdd2c3 Border Color

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

This div border color is #fdd2c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd2c3

Related Colors

#fdd2c3 Color Palettes


Comments

No comments written yet.

Please login to write comment.