Color Hex Logo

#fdddf6 Color Hex

#FDDDF6
(253,221,246)
0 Favorites   0 Comments

Color spaces of #fdddf6

RGB 253221246
HSL0.870.890.93
HSV313°13°99°
CMYK 0.000.130.03   0.01
XYZ82.999079.249498.1109
Yxy79.24940.31880.3044
Hunter Lab89.022110.6342-3.0278
CIE-Lab91.347015.2096-8.0931

#fdddf6 color RGB value is (253,221,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11110110
Octal 375 335 366
Decimal 253 221 246
Hex FD DD F6

RGB Percentages of Color #fdddf6

%35.14
%30.69
%34.17

CMYK Percentages of Color #fdddf6

%0
%13
%3
%1

Triadic Colors of #fdddf6

#fdddf6 #f6fddd #ddf6fd

Analogous Colors of #fdddf6

#fdddf6 #fddde6 #f4ddfd

Monochromatic Colors of #fdddf6

#fdddf6

Complementary Color

#fdddf6 #ddfde4

#fdddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddf6 Color CSS Codes

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

#fdddf6 Text Font Color

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

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


#fdddf6 Background Color

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

This div background color is #fdddf6


#fdddf6 Border Color

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

This div border color is #fdddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddf6

Related Colors


Comments

No comments written yet.

Please login to write comment.