Color Hex Logo

#fddce6 Color Hex

#FDDCE6
(253,220,230)
0 Favorites   0 Comments

Color spaces of #fddce6

RGB 253220230
HSL0.950.890.93
HSV342°13°99°
CMYK 0.000.130.09   0.01
XYZ80.384177.782285.6397
Yxy77.78220.32970.3190
Hunter Lab88.19428.35294.1633
CIE-Lab90.680413.0103-0.6838

#fddce6 color RGB value is (253,220,230).

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

The process color (four color CMYK) of #fddce6 color hex is 0.00, 0.13, 0.09, 0.01. Web safe color of #fddce6 is #ffccff. Color #fddce6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 11100110
Octal 375 334 346
Decimal 253 220 230
Hex FD DC E6

RGB Percentages of Color #fddce6

%35.99
%31.29
%32.72

CMYK Percentages of Color #fddce6

%0
%13
%9
%1

Triadic Colors of #fddce6

#fddce6 #e6fddc #dce6fd

Analogous Colors of #fddce6

#fddce6 #fde3dc #fddcf7

Monochromatic Colors of #fddce6

#fddce6

Complementary Color

#fddce6 #dcfdf3

#fddce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddce6 Color CSS Codes

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

#fddce6 Text Font Color

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

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


#fddce6 Background Color

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

This div background color is #fddce6


#fddce6 Border Color

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

This div border color is #fddce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddce6

Related Colors


Comments

No comments written yet.

Please login to write comment.