Color Hex Logo

#fcebcd Color Hex

#FCEBCD
(252,235,205)
0 Favorites   0 Comments

Color spaces of #fcebcd

RGB 252235205
HSL0.110.890.90
HSV38°19°99°
CMYK 0.000.070.19   0.01
XYZ80.872784.519969.8091
Yxy84.51990.34380.3594
Hunter Lab91.9347-3.863719.3334
CIE-Lab93.67581.055116.6394

#fcebcd color RGB value is (252,235,205).

#fcebcd hex color red value is 252, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fcebcd hue: 0.11 , saturation: 0.89 and the lightness value of fcebcd is 0.90.

The process color (four color CMYK) of #fcebcd color hex is 0.00, 0.07, 0.19, 0.01. Web safe color of #fcebcd is #ffffcc. Color #fcebcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11001101
Octal 374 353 315
Decimal 252 235 205
Hex FC EB CD

RGB Percentages of Color #fcebcd

%36.42
%33.96
%29.62

CMYK Percentages of Color #fcebcd

%0
%7
%19
%1

Triadic Colors of #fcebcd

#fcebcd #cdfceb #ebcdfc

Analogous Colors of #fcebcd

#fcebcd #f6fccd #fcd4cd

Monochromatic Colors of #fcebcd

#fcebcd

Complementary Color

#fcebcd #cddefc

#fcebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebcd Color CSS Codes

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

#fcebcd Text Font Color

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

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


#fcebcd Background Color

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

This div background color is #fcebcd


#fcebcd Border Color

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

This div border color is #fcebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebcd

#fcebcd Color Palettes


Comments

No comments written yet.

Please login to write comment.