Color Hex Logo

#fcdbb3 Color Hex

#FCDBB3
(252,219,179)
0 Favorites   0 Comments

Color spaces of #fcdbb3

RGB 252219179
HSL0.090.920.85
HSV33°29°99°
CMYK 0.000.130.29   0.01
XYZ73.613174.613253.1698
Yxy74.61320.36550.3705
Hunter Lab86.37890.956623.9698
CIE-Lab89.21155.674323.9048

#fcdbb3 color RGB value is (252,219,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10110011
Octal 374 333 263
Decimal 252 219 179
Hex FC DB B3

RGB Percentages of Color #fcdbb3

%38.77
%33.69
%27.54

CMYK Percentages of Color #fcdbb3

%0
%13
%29
%1

Triadic Colors of #fcdbb3

#fcdbb3 #b3fcdb #dbb3fc

Analogous Colors of #fcdbb3

#fcdbb3 #f9fcb3 #fcb7b3

Monochromatic Colors of #fcdbb3

#fcdbb3

Complementary Color

#fcdbb3 #b3d4fc

#fcdbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbb3 Color CSS Codes

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

#fcdbb3 Text Font Color

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

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


#fcdbb3 Background Color

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

This div background color is #fcdbb3


#fcdbb3 Border Color

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

This div border color is #fcdbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbb3

Related Colors


Comments

No comments written yet.

Please login to write comment.