Color Hex Logo

#fdecdb Color Hex

#FDECDB
(253,236,219)
1 Favorites   0 Comments

Color spaces of #fdecdb

RGB 253236219
HSL0.080.890.93
HSV30°13°99°
CMYK 0.000.070.13   0.01
XYZ83.289685.988079.2253
Yxy85.98800.33520.3460
Hunter Lab92.7297-1.948714.2553
CIE-Lab94.30723.007210.2986

#fdecdb color RGB value is (253,236,219).

#fdecdb hex color red value is 253, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fdecdb hue: 0.08 , saturation: 0.89 and the lightness value of fdecdb is 0.93.

The process color (four color CMYK) of #fdecdb color hex is 0.00, 0.07, 0.13, 0.01. Web safe color of #fdecdb is #ffffcc. Color #fdecdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101100 11011011
Octal 375 354 333
Decimal 253 236 219
Hex FD EC DB

RGB Percentages of Color #fdecdb

%35.73
%33.33
%30.93

CMYK Percentages of Color #fdecdb

%0
%7
%13
%1

Triadic Colors of #fdecdb

#fdecdb #dbfdec #ecdbfd

Analogous Colors of #fdecdb

#fdecdb #fdfddb #fddbdb

Monochromatic Colors of #fdecdb

#fdecdb

Complementary Color

#fdecdb #dbecfd

#fdecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdecdb Color CSS Codes

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

#fdecdb Text Font Color

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

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


#fdecdb Background Color

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

This div background color is #fdecdb


#fdecdb Border Color

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

This div border color is #fdecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdecdb

Related Colors

#fdecdb Color Palettes


Comments

No comments written yet.

Please login to write comment.