Color Hex Logo

#fddaf7 Color Hex

#FDDAF7
(253,218,247)
0 Favorites   0 Comments

Color spaces of #fddaf7

RGB 253218247
HSL0.860.900.92
HSV310°14°99°
CMYK 0.000.140.02   0.01
XYZ82.367977.740998.6599
Yxy77.74090.31830.3004
Hunter Lab88.170812.4532-4.6238
CIE-Lab90.661516.9498-9.6346

#fddaf7 color RGB value is (253,218,247).

#fddaf7 hex color red value is 253, green value is 218 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fddaf7 hue: 0.86 , saturation: 0.90 and the lightness value of fddaf7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11110111
Octal 375 332 367
Decimal 253 218 247
Hex FD DA F7

RGB Percentages of Color #fddaf7

%35.24
%30.36
%34.40

CMYK Percentages of Color #fddaf7

%0
%14
%2
%1

Triadic Colors of #fddaf7

#fddaf7 #f7fdda #daf7fd

Analogous Colors of #fddaf7

#fddaf7 #fddae6 #f2dafd

Monochromatic Colors of #fddaf7

#fddaf7

Complementary Color

#fddaf7 #dafde0

#fddaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaf7 Color CSS Codes

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

#fddaf7 Text Font Color

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

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


#fddaf7 Background Color

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

This div background color is #fddaf7


#fddaf7 Border Color

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

This div border color is #fddaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaf7


Comments

No comments written yet.

Please login to write comment.