Color Hex Logo

#fcdfbc Color Hex

#FCDFBC
(252,223,188)
0 Favorites   0 Comments

Color spaces of #fcdfbc

RGB 252223188
HSL0.090.910.86
HSV33°25°99°
CMYK 0.000.120.25   0.01
XYZ75.609777.101658.4740
Yxy77.10160.35800.3651
Hunter Lab87.80750.040421.9820
CIE-Lab90.36844.802320.8273

#fcdfbc color RGB value is (252,223,188).

#fcdfbc hex color red value is 252, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcdfbc hue: 0.09 , saturation: 0.91 and the lightness value of fcdfbc is 0.86.

The process color (four color CMYK) of #fcdfbc color hex is 0.00, 0.12, 0.25, 0.01. Web safe color of #fcdfbc is #ffcccc. Color #fcdfbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 10111100
Octal 374 337 274
Decimal 252 223 188
Hex FC DF BC

RGB Percentages of Color #fcdfbc

%38.01
%33.63
%28.36

CMYK Percentages of Color #fcdfbc

%0
%12
%25
%1

Triadic Colors of #fcdfbc

#fcdfbc #bcfcdf #dfbcfc

Analogous Colors of #fcdfbc

#fcdfbc #f9fcbc #fcbfbc

Monochromatic Colors of #fcdfbc

#fcdfbc

Complementary Color

#fcdfbc #bcd9fc

#fcdfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfbc Color CSS Codes

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

#fcdfbc Text Font Color

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

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


#fcdfbc Background Color

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

This div background color is #fcdfbc


#fcdfbc Border Color

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

This div border color is #fcdfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfbc


Comments

No comments written yet.

Please login to write comment.