Color Hex Logo

#ffddf6 Color Hex

#FFDDF6
(255,221,246)
0 Favorites   0 Comments

Color spaces of #ffddf6

RGB 255221246
HSL0.881.000.93
HSV316°13°100°
CMYK 0.000.130.04   0.00
XYZ83.731079.626798.1452
Yxy79.62670.32020.3045
Hunter Lab89.233811.3333-2.7474
CIE-Lab91.517115.8773-7.8224

#ffddf6 color RGB value is (255,221,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 11110110
Octal 377 335 366
Decimal 255 221 246
Hex FF DD F6

RGB Percentages of Color #ffddf6

%35.32
%30.61
%34.07

CMYK Percentages of Color #ffddf6

%0
%13
%4
%0

Triadic Colors of #ffddf6

#ffddf6 #f6ffdd #ddf6ff

Analogous Colors of #ffddf6

#ffddf6 #ffdde5 #f7ddff

Monochromatic Colors of #ffddf6

#ffddf6

Complementary Color

#ffddf6 #ddffe6

#ffddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffddf6 Color CSS Codes

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

#ffddf6 Text Font Color

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

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


#ffddf6 Background Color

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

This div background color is #ffddf6


#ffddf6 Border Color

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

This div border color is #ffddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffddf6

Related Colors


Comments

No comments written yet.

Please login to write comment.