Color Hex Logo

#fcdbb0 Color Hex

#FCDBB0
(252,219,176)
0 Favorites   0 Comments

Color spaces of #fcdbb0

RGB 252219176
HSL0.090.930.84
HSV34°30°99°
CMYK 0.000.130.30   0.01
XYZ73.312974.493151.5889
Yxy74.49310.36770.3736
Hunter Lab86.30940.580024.9777
CIE-Lab89.15505.292825.3841

#fcdbb0 color RGB value is (252,219,176).

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

The process color (four color CMYK) of #fcdbb0 color hex is 0.00, 0.13, 0.30, 0.01. Web safe color of #fcdbb0 is #ffcc99. Color #fcdbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10110000
Octal 374 333 260
Decimal 252 219 176
Hex FC DB B0

RGB Percentages of Color #fcdbb0

%38.95
%33.85
%27.20

CMYK Percentages of Color #fcdbb0

%0
%13
%30
%1

Triadic Colors of #fcdbb0

#fcdbb0 #b0fcdb #dbb0fc

Analogous Colors of #fcdbb0

#fcdbb0 #f7fcb0 #fcb5b0

Monochromatic Colors of #fcdbb0

#fcdbb0

Complementary Color

#fcdbb0 #b0d1fc

#fcdbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbb0 Color CSS Codes

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

#fcdbb0 Text Font Color

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

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


#fcdbb0 Background Color

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

This div background color is #fcdbb0


#fcdbb0 Border Color

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

This div border color is #fcdbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbb0


Comments

No comments written yet.

Please login to write comment.