Color Hex Logo

#ffdadd Color Hex

#FFDADD
(255,218,221)
1 Favorites   0 Comments

Color spaces of #ffdadd

RGB 255218221
HSL0.991.000.93
HSV355°15°100°
CMYK 0.000.150.13   0.00
XYZ79.362576.623379.0135
Yxy76.62330.33770.3261
Hunter Lab87.53478.64957.7560
CIE-Lab90.147913.29383.2879

#ffdadd color RGB value is (255,218,221).

#ffdadd hex color red value is 255, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ffdadd hue: 0.99 , saturation: 1.00 and the lightness value of ffdadd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11011101
Octal 377 332 335
Decimal 255 218 221
Hex FF DA DD

RGB Percentages of Color #ffdadd

%36.74
%31.41
%31.84

CMYK Percentages of Color #ffdadd

%0
%15
%13
%0

Triadic Colors of #ffdadd

#ffdadd #ddffda #daddff

Analogous Colors of #ffdadd

#ffdadd #ffeada #ffdaf0

Monochromatic Colors of #ffdadd

#ffdadd

Complementary Color

#ffdadd #dafffc

#ffdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdadd Color CSS Codes

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

#ffdadd Text Font Color

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

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


#ffdadd Background Color

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

This div background color is #ffdadd


#ffdadd Border Color

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

This div border color is #ffdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdadd

Related Colors

#ffdadd Color Palettes


Comments

No comments written yet.

Please login to write comment.