Color Hex Logo

#fcdbba Color Hex

#FCDBBA
(252,219,186)
0 Favorites   0 Comments

Color spaces of #fcdbba

RGB 252219186
HSL0.080.920.86
HSV30°26°99°
CMYK 0.000.130.26   0.01
XYZ74.339374.903756.9941
Yxy74.90370.36050.3632
Hunter Lab86.54691.865121.5384
CIE-Lab89.34796.591520.4510

#fcdbba color RGB value is (252,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10111010
Octal 374 333 272
Decimal 252 219 186
Hex FC DB BA

RGB Percentages of Color #fcdbba

%38.36
%33.33
%28.31

CMYK Percentages of Color #fcdbba

%0
%13
%26
%1

Triadic Colors of #fcdbba

#fcdbba #bafcdb #dbbafc

Analogous Colors of #fcdbba

#fcdbba #fcfcba #fcbaba

Monochromatic Colors of #fcdbba

#fcdbba

Complementary Color

#fcdbba #badbfc

#fcdbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbba Color CSS Codes

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

#fcdbba Text Font Color

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

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


#fcdbba Background Color

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

This div background color is #fcdbba


#fcdbba Border Color

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

This div border color is #fcdbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbba

Related Colors


Comments

No comments written yet.

Please login to write comment.