Color Hex Logo

#ffd2df Color Hex

#FFD2DF
(255,210,223)
0 Favorites   0 Comments

Color spaces of #ffd2df

RGB 255210223
HSL0.951.000.91
HSV343°18°100°
CMYK 0.000.180.13   0.00
XYZ77.605972.680979.7506
Yxy72.68090.33740.3160
Hunter Lab85.253113.29574.2139
CIE-Lab88.295317.7796-0.4634

#ffd2df color RGB value is (255,210,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 11011111
Octal 377 322 337
Decimal 255 210 223
Hex FF D2 DF

RGB Percentages of Color #ffd2df

%37.06
%30.52
%32.41

CMYK Percentages of Color #ffd2df

%0
%18
%13
%0

Triadic Colors of #ffd2df

#ffd2df #dfffd2 #d2dfff

Analogous Colors of #ffd2df

#ffd2df #ffdcd2 #ffd2f6

Monochromatic Colors of #ffd2df

#ffd2df

Complementary Color

#ffd2df #d2fff2

#ffd2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd2df Color CSS Codes

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

#ffd2df Text Font Color

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

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


#ffd2df Background Color

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

This div background color is #ffd2df


#ffd2df Border Color

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

This div border color is #ffd2df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,210,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 #ffd2df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd2df

Related Colors

#ffd2df Color Palettes


Comments

No comments written yet.

Please login to write comment.