Color Hex Logo

#fddfe4 Color Hex

#FDDFE4
(253,223,228)
0 Favorites   0 Comments

Color spaces of #fddfe4

RGB 253223228
HSL0.970.880.93
HSV350°12°99°
CMYK 0.000.120.10   0.01
XYZ80.899379.259484.4335
Yxy79.25940.33080.3240
Hunter Lab89.02776.40406.0891
CIE-Lab91.351511.12561.3441

#fddfe4 color RGB value is (253,223,228).

#fddfe4 hex color red value is 253, green value is 223 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fddfe4 hue: 0.97 , saturation: 0.88 and the lightness value of fddfe4 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11100100
Octal 375 337 344
Decimal 253 223 228
Hex FD DF E4

RGB Percentages of Color #fddfe4

%35.94
%31.68
%32.39

CMYK Percentages of Color #fddfe4

%0
%12
%10
%1

Triadic Colors of #fddfe4

#fddfe4 #e4fddf #dfe4fd

Analogous Colors of #fddfe4

#fddfe4 #fde9df #fddff3

Monochromatic Colors of #fddfe4

#fddfe4

Complementary Color

#fddfe4 #dffdf8

#fddfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfe4 Color CSS Codes

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

#fddfe4 Text Font Color

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

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


#fddfe4 Background Color

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

This div background color is #fddfe4


#fddfe4 Border Color

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

This div border color is #fddfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfe4


Comments

No comments written yet.

Please login to write comment.