Color Hex Logo

#fcdbb5 Color Hex

#FCDBB5
(252,219,181)
0 Favorites   0 Comments

Color spaces of #fcdbb5

RGB 252219181
HSL0.090.920.85
HSV32°28°99°
CMYK 0.000.130.28   0.01
XYZ73.816974.694754.2430
Yxy74.69470.36410.3684
Hunter Lab86.42611.212023.2865
CIE-Lab89.24985.932622.9182

#fcdbb5 color RGB value is (252,219,181).

#fcdbb5 hex color red value is 252, green value is 219 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fcdbb5 hue: 0.09 , saturation: 0.92 and the lightness value of fcdbb5 is 0.85.

The process color (four color CMYK) of #fcdbb5 color hex is 0.00, 0.13, 0.28, 0.01. Web safe color of #fcdbb5 is #ffcccc. Color #fcdbb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10110101
Octal 374 333 265
Decimal 252 219 181
Hex FC DB B5

RGB Percentages of Color #fcdbb5

%38.65
%33.59
%27.76

CMYK Percentages of Color #fcdbb5

%0
%13
%28
%1

Triadic Colors of #fcdbb5

#fcdbb5 #b5fcdb #dbb5fc

Analogous Colors of #fcdbb5

#fcdbb5 #fafcb5 #fcb8b5

Monochromatic Colors of #fcdbb5

#fcdbb5

Complementary Color

#fcdbb5 #b5d6fc

#fcdbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbb5 Color CSS Codes

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

#fcdbb5 Text Font Color

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

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


#fcdbb5 Background Color

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

This div background color is #fcdbb5


#fcdbb5 Border Color

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

This div border color is #fcdbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbb5


Comments

No comments written yet.

Please login to write comment.