Color Hex Logo

#fddaef Color Hex

#FDDAEF
(253,218,239)
0 Favorites   0 Comments

Color spaces of #fddaef

RGB 253218239
HSL0.900.900.92
HSV324°14°99°
CMYK 0.000.140.06   0.01
XYZ81.159477.257492.2960
Yxy77.25740.32370.3082
Hunter Lab87.896211.0006-0.7305
CIE-Lab90.440015.5621-5.7626

#fddaef color RGB value is (253,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11101111
Octal 375 332 357
Decimal 253 218 239
Hex FD DA EF

RGB Percentages of Color #fddaef

%35.63
%30.70
%33.66

CMYK Percentages of Color #fddaef

%0
%14
%6
%1

Triadic Colors of #fddaef

#fddaef #effdda #daeffd

Analogous Colors of #fddaef

#fddaef #fddade #fadafd

Monochromatic Colors of #fddaef

#fddaef

Complementary Color

#fddaef #dafde8

#fddaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaef Color CSS Codes

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

#fddaef Text Font Color

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

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


#fddaef Background Color

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

This div background color is #fddaef


#fddaef Border Color

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

This div border color is #fddaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaef

Related Colors


Comments

No comments written yet.

Please login to write comment.