Color Hex Logo

#fddfce Color Hex

#FDDFCE
(253,223,206)
0 Favorites   0 Comments

Color spaces of #fddfce

RGB 253223206
HSL0.060.920.90
HSV22°19°99°
CMYK 0.000.120.19   0.01
XYZ78.036378.114269.3571
Yxy78.11420.34600.3464
Hunter Lab88.38222.936015.3403
CIE-Lab90.83207.708012.1092

#fddfce color RGB value is (253,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11001110
Octal 375 337 316
Decimal 253 223 206
Hex FD DF CE

RGB Percentages of Color #fddfce

%37.10
%32.70
%30.21

CMYK Percentages of Color #fddfce

%0
%12
%19
%1

Triadic Colors of #fddfce

#fddfce #cefddf #dfcefd

Analogous Colors of #fddfce

#fddfce #fdf7ce #fdced5

Monochromatic Colors of #fddfce

#fddfce

Complementary Color

#fddfce #ceecfd

#fddfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfce Color CSS Codes

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

#fddfce Text Font Color

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

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


#fddfce Background Color

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

This div background color is #fddfce


#fddfce Border Color

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

This div border color is #fddfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfce

Related Colors


Comments

No comments written yet.

Please login to write comment.