Color Hex Logo

#fdefcc Color Hex

#FDEFCC
(253,239,204)
0 Favorites   0 Comments

Color spaces of #fdefcc

RGB 253239204
HSL0.120.920.90
HSV43°19°99°
CMYK 0.000.060.19   0.01
XYZ82.273686.975369.5784
Yxy86.97530.34450.3642
Hunter Lab93.2605-5.734921.0482
CIE-Lab94.7278-0.759118.6432

#fdefcc color RGB value is (253,239,204).

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

The process color (four color CMYK) of #fdefcc color hex is 0.00, 0.06, 0.19, 0.01. Web safe color of #fdefcc is #ffffcc. Color #fdefcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11001100
Octal 375 357 314
Decimal 253 239 204
Hex FD EF CC

RGB Percentages of Color #fdefcc

%36.35
%34.34
%29.31

CMYK Percentages of Color #fdefcc

%0
%6
%19
%1

Triadic Colors of #fdefcc

#fdefcc #ccfdef #efccfd

Analogous Colors of #fdefcc

#fdefcc #f3fdcc #fdd7cc

Monochromatic Colors of #fdefcc

#fdefcc

Complementary Color

#fdefcc #ccdafd

#fdefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefcc Color CSS Codes

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

#fdefcc Text Font Color

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

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


#fdefcc Background Color

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

This div background color is #fdefcc


#fdefcc Border Color

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

This div border color is #fdefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefcc

Related Colors

#fdefcc Color Palettes


Comments

No comments written yet.

Please login to write comment.