Color Hex Logo

#fddaf2 Color Hex

#FDDAF2
(253,218,242)
0 Favorites   0 Comments

Color spaces of #fddaf2

RGB 253218242
HSL0.890.900.92
HSV319°14°99°
CMYK 0.000.140.04   0.01
XYZ81.606477.436394.6500
Yxy77.43630.32170.3052
Hunter Lab87.997911.5388-2.1734
CIE-Lab90.522116.0775-7.2168

#fddaf2 color RGB value is (253,218,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11110010
Octal 375 332 362
Decimal 253 218 242
Hex FD DA F2

RGB Percentages of Color #fddaf2

%35.48
%30.58
%33.94

CMYK Percentages of Color #fddaf2

%0
%14
%4
%1

Triadic Colors of #fddaf2

#fddaf2 #f2fdda #daf2fd

Analogous Colors of #fddaf2

#fddaf2 #fddae1 #f7dafd

Monochromatic Colors of #fddaf2

#fddaf2

Complementary Color

#fddaf2 #dafde5

#fddaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaf2 Color CSS Codes

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

#fddaf2 Text Font Color

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

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


#fddaf2 Background Color

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

This div background color is #fddaf2


#fddaf2 Border Color

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

This div border color is #fddaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaf2

Related Colors


Comments

No comments written yet.

Please login to write comment.