Color Hex Logo

#fddae6 Color Hex

#FDDAE6
(253,218,230)
0 Favorites   0 Comments

Color spaces of #fddae6

RGB 253218230
HSL0.940.900.92
HSV339°14°99°
CMYK 0.000.140.09   0.01
XYZ79.862376.738685.4657
Yxy76.73860.32990.3170
Hunter Lab87.60069.43113.4753
CIE-Lab90.201214.0507-1.3850

#fddae6 color RGB value is (253,218,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11100110
Octal 375 332 346
Decimal 253 218 230
Hex FD DA E6

RGB Percentages of Color #fddae6

%36.09
%31.10
%32.81

CMYK Percentages of Color #fddae6

%0
%14
%9
%1

Triadic Colors of #fddae6

#fddae6 #e6fdda #dae6fd

Analogous Colors of #fddae6

#fddae6 #fde0da #fddaf8

Monochromatic Colors of #fddae6

#fddae6

Complementary Color

#fddae6 #dafdf1

#fddae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddae6 Color CSS Codes

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

#fddae6 Text Font Color

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

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


#fddae6 Background Color

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

This div background color is #fddae6


#fddae6 Border Color

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

This div border color is #fddae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddae6


Comments

No comments written yet.

Please login to write comment.