Color Hex Logo

#fdcebf Color Hex

#FDCEBF
(253,206,191)
0 Favorites   0 Comments

Color spaces of #fdcebf

RGB 253206191
HSL0.040.940.87
HSV15°25°99°
CMYK 0.000.190.25   0.01
XYZ71.983368.786858.7735
Yxy68.78680.36070.3447
Hunter Lab82.93789.782416.0409
CIE-Lab86.398414.385913.7054

#fdcebf color RGB value is (253,206,191).

#fdcebf hex color red value is 253, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fdcebf hue: 0.04 , saturation: 0.94 and the lightness value of fdcebf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 10111111
Octal 375 316 277
Decimal 253 206 191
Hex FD CE BF

RGB Percentages of Color #fdcebf

%38.92
%31.69
%29.38

CMYK Percentages of Color #fdcebf

%0
%19
%25
%1

Triadic Colors of #fdcebf

#fdcebf #bffdce #cebffd

Analogous Colors of #fdcebf

#fdcebf #fdedbf #fdbfcf

Monochromatic Colors of #fdcebf

#fdcebf

Complementary Color

#fdcebf #bfeefd

#fdcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcebf Color CSS Codes

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

#fdcebf Text Font Color

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

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


#fdcebf Background Color

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

This div background color is #fdcebf


#fdcebf Border Color

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

This div border color is #fdcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcebf


Comments

No comments written yet.

Please login to write comment.