Color Hex Logo

#fdddf0 Color Hex

#FDDDF0
(253,221,240)
0 Favorites   0 Comments

Color spaces of #fdddf0

RGB 253221240
HSL0.900.890.93
HSV324°13°99°
CMYK 0.000.130.05   0.01
XYZ82.092678.886893.3380
Yxy78.88680.32280.3102
Hunter Lab88.81829.5514-0.1344
CIE-Lab91.183014.1703-5.1911

#fdddf0 color RGB value is (253,221,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 11110000
Octal 375 335 360
Decimal 253 221 240
Hex FD DD F0

RGB Percentages of Color #fdddf0

%35.43
%30.95
%33.61

CMYK Percentages of Color #fdddf0

%0
%13
%5
%1

Triadic Colors of #fdddf0

#fdddf0 #f0fddd #ddf0fd

Analogous Colors of #fdddf0

#fdddf0 #fddde0 #faddfd

Monochromatic Colors of #fdddf0

#fdddf0

Complementary Color

#fdddf0 #ddfdea

#fdddf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddf0 Color CSS Codes

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

#fdddf0 Text Font Color

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

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


#fdddf0 Background Color

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

This div background color is #fdddf0


#fdddf0 Border Color

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

This div border color is #fdddf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddf0


Comments

No comments written yet.

Please login to write comment.