Color Hex Logo

#fddfea Color Hex

#FDDFEA
(253,223,234)
0 Favorites   0 Comments

Color spaces of #fddfea

RGB 253223234
HSL0.940.880.93
HSV338°12°99°
CMYK 0.000.120.08   0.01
XYZ81.747079.598588.8974
Yxy79.59850.32670.3181
Hunter Lab89.21807.42123.3756
CIE-Lab91.504412.1159-1.5750

#fddfea color RGB value is (253,223,234).

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

The process color (four color CMYK) of #fddfea color hex is 0.00, 0.12, 0.08, 0.01. Web safe color of #fddfea is #ffccff. Color #fddfea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11101010
Octal 375 337 352
Decimal 253 223 234
Hex FD DF EA

RGB Percentages of Color #fddfea

%35.63
%31.41
%32.96

CMYK Percentages of Color #fddfea

%0
%12
%8
%1

Triadic Colors of #fddfea

#fddfea #eafddf #dfeafd

Analogous Colors of #fddfea

#fddfea #fde3df #fddff9

Monochromatic Colors of #fddfea

#fddfea

Complementary Color

#fddfea #dffdf2

#fddfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfea Color CSS Codes

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

#fddfea Text Font Color

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

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


#fddfea Background Color

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

This div background color is #fddfea


#fddfea Border Color

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

This div border color is #fddfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfea

Related Colors


Comments

No comments written yet.

Please login to write comment.