Color Hex Logo

#ffd1da Color Hex

#FFD1DA
(255,209,218)
0 Favorites   0 Comments

Color spaces of #ffd1da

RGB 255209218
HSL0.971.000.91
HSV348°18°100°
CMYK 0.000.180.15   0.00
XYZ76.695471.922976.1699
Yxy71.92290.34120.3200
Hunter Lab84.807413.01336.1137
CIE-Lab87.931517.51311.6488

#ffd1da color RGB value is (255,209,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11011010
Octal 377 321 332
Decimal 255 209 218
Hex FF D1 DA

RGB Percentages of Color #ffd1da

%37.39
%30.65
%31.96

CMYK Percentages of Color #ffd1da

%0
%18
%15
%0

Triadic Colors of #ffd1da

#ffd1da #daffd1 #d1daff

Analogous Colors of #ffd1da

#ffd1da #ffdfd1 #ffd1f1

Monochromatic Colors of #ffd1da

#ffd1da

Complementary Color

#ffd1da #d1fff6

#ffd1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1da Color CSS Codes

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

#ffd1da Text Font Color

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

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


#ffd1da Background Color

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

This div background color is #ffd1da


#ffd1da Border Color

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

This div border color is #ffd1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1da

#ffd1da Color Palettes


Comments

No comments written yet.

Please login to write comment.