Color Hex Logo

#fddade Color Hex

#FDDADE
(253,218,222)
0 Favorites   0 Comments

Color spaces of #fddade

RGB 253218222
HSL0.980.900.92
HSV353°14°99°
CMYK 0.000.140.12   0.01
XYZ78.764276.299479.6832
Yxy76.29940.33550.3250
Hunter Lab87.34958.09417.0583
CIE-Lab89.998212.75322.5233

#fddade color RGB value is (253,218,222).

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

The process color (four color CMYK) of #fddade color hex is 0.00, 0.14, 0.12, 0.01. Web safe color of #fddade is #ffcccc. Color #fddade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11011110
Octal 375 332 336
Decimal 253 218 222
Hex FD DA DE

RGB Percentages of Color #fddade

%36.51
%31.46
%32.03

CMYK Percentages of Color #fddade

%0
%14
%12
%1

Triadic Colors of #fddade

#fddade #defdda #dadefd

Analogous Colors of #fddade

#fddade #fde8da #fddaf0

Monochromatic Colors of #fddade

#fddade

Complementary Color

#fddade #dafdf9

#fddade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddade Color CSS Codes

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

#fddade Text Font Color

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

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


#fddade Background Color

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

This div background color is #fddade


#fddade Border Color

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

This div border color is #fddade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddade

Related Colors


Comments

No comments written yet.

Please login to write comment.