Color Hex Logo

#fddadf Color Hex

#FDDADF
(253,218,223)
0 Favorites   0 Comments

Color spaces of #fddadf

RGB 253218223
HSL0.980.900.92
HSV351°14°99°
CMYK 0.000.140.12   0.01
XYZ78.898776.353280.3913
Yxy76.35320.33480.3240
Hunter Lab87.38038.25826.6185
CIE-Lab90.023112.91302.0340

#fddadf color RGB value is (253,218,223).

#fddadf hex color red value is 253, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fddadf hue: 0.98 , saturation: 0.90 and the lightness value of fddadf is 0.92.

The process color (four color CMYK) of #fddadf color hex is 0.00, 0.14, 0.12, 0.01. Web safe color of #fddadf is #ffcccc. Color #fddadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11011111
Octal 375 332 337
Decimal 253 218 223
Hex FD DA DF

RGB Percentages of Color #fddadf

%36.46
%31.41
%32.13

CMYK Percentages of Color #fddadf

%0
%14
%12
%1

Triadic Colors of #fddadf

#fddadf #dffdda #dadffd

Analogous Colors of #fddadf

#fddadf #fde7da #fddaf1

Monochromatic Colors of #fddadf

#fddadf

Complementary Color

#fddadf #dafdf8

#fddadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddadf Color CSS Codes

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

#fddadf Text Font Color

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

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


#fddadf Background Color

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

This div background color is #fddadf


#fddadf Border Color

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

This div border color is #fddadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddadf

Related Colors


Comments

No comments written yet.

Please login to write comment.