Color Hex Logo

#fcdbaf Color Hex

#FCDBAF
(252,219,175)
0 Favorites   0 Comments

Color spaces of #fcdbaf

RGB 252219175
HSL0.100.930.84
HSV34°31°99°
CMYK 0.000.130.31   0.01
XYZ73.214374.453651.0696
Yxy74.45360.36840.3746
Hunter Lab86.28650.456325.3091
CIE-Lab89.13645.167225.8769

#fcdbaf color RGB value is (252,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10101111
Octal 374 333 257
Decimal 252 219 175
Hex FC DB AF

RGB Percentages of Color #fcdbaf

%39.01
%33.90
%27.09

CMYK Percentages of Color #fcdbaf

%0
%13
%31
%1

Triadic Colors of #fcdbaf

#fcdbaf #affcdb #dbaffc

Analogous Colors of #fcdbaf

#fcdbaf #f7fcaf #fcb5af

Monochromatic Colors of #fcdbaf

#fcdbaf

Complementary Color

#fcdbaf #afd0fc

#fcdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbaf Color CSS Codes

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

#fcdbaf Text Font Color

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

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


#fcdbaf Background Color

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

This div background color is #fcdbaf


#fcdbaf Border Color

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

This div border color is #fcdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.