Color Hex Logo

#fddaf5 Color Hex

#FDDAF5
(253,218,245)
0 Favorites   0 Comments

Color spaces of #fddaf5

RGB 253218245
HSL0.870.900.92
HSV314°14°99°
CMYK 0.000.140.03   0.01
XYZ82.060877.618097.0429
Yxy77.61800.31960.3023
Hunter Lab88.101112.0850-3.6369
CIE-Lab90.605316.5991-8.6684

#fddaf5 color RGB value is (253,218,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11110101
Octal 375 332 365
Decimal 253 218 245
Hex FD DA F5

RGB Percentages of Color #fddaf5

%35.34
%30.45
%34.22

CMYK Percentages of Color #fddaf5

%0
%14
%3
%1

Triadic Colors of #fddaf5

#fddaf5 #f5fdda #daf5fd

Analogous Colors of #fddaf5

#fddaf5 #fddae4 #f4dafd

Monochromatic Colors of #fddaf5

#fddaf5

Complementary Color

#fddaf5 #dafde2

#fddaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaf5 Color CSS Codes

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

#fddaf5 Text Font Color

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

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


#fddaf5 Background Color

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

This div background color is #fddaf5


#fddaf5 Border Color

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

This div border color is #fddaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaf5

Related Colors


Comments

No comments written yet.

Please login to write comment.