Color Hex Logo

#ffdcf6 Color Hex

#FFDCF6
(255,220,246)
0 Favorites   0 Comments

Color spaces of #ffdcf6

RGB 255220246
HSL0.881.000.93
HSV315°14°100°
CMYK 0.000.140.04   0.00
XYZ83.467879.100298.0574
Yxy79.10020.32030.3035
Hunter Lab88.938311.8787-3.1124
CIE-Lab91.279616.3982-8.1742

#ffdcf6 color RGB value is (255,220,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11110110
Octal 377 334 366
Decimal 255 220 246
Hex FF DC F6

RGB Percentages of Color #ffdcf6

%35.37
%30.51
%34.12

CMYK Percentages of Color #ffdcf6

%0
%14
%4
%0

Triadic Colors of #ffdcf6

#ffdcf6 #f6ffdc #dcf6ff

Analogous Colors of #ffdcf6

#ffdcf6 #ffdce5 #f7dcff

Monochromatic Colors of #ffdcf6

#ffdcf6

Complementary Color

#ffdcf6 #dcffe5

#ffdcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcf6 Color CSS Codes

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

#ffdcf6 Text Font Color

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

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


#ffdcf6 Background Color

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

This div background color is #ffdcf6


#ffdcf6 Border Color

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

This div border color is #ffdcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdcf6

Related Colors

#ffdcf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.