Color Hex Logo

#fcefe6 Color Hex

#FCEFE6
(252,239,230)
0 Favorites   0 Comments

Color spaces of #fcefe6

RGB 252239230
HSL0.070.790.95
HSV25°99°
CMYK 0.000.050.09   0.01
XYZ85.294388.141687.3805
Yxy88.14160.32700.3379
Hunter Lab93.8838-2.127610.5356
CIE-Lab95.22052.87895.9014

#fcefe6 color RGB value is (252,239,230).

#fcefe6 hex color red value is 252, green value is 239 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fcefe6 hue: 0.07 , saturation: 0.79 and the lightness value of fcefe6 is 0.95.

The process color (four color CMYK) of #fcefe6 color hex is 0.00, 0.05, 0.09, 0.01. Web safe color of #fcefe6 is #ffffff. Color #fcefe6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11100110
Octal 374 357 346
Decimal 252 239 230
Hex FC EF E6

RGB Percentages of Color #fcefe6

%34.95
%33.15
%31.90

CMYK Percentages of Color #fcefe6

%0
%5
%9
%1

Triadic Colors of #fcefe6

#fcefe6 #e6fcef #efe6fc

Analogous Colors of #fcefe6

#fcefe6 #fcfae6 #fce6e8

Monochromatic Colors of #fcefe6

#fcefe6

Complementary Color

#fcefe6 #e6f3fc

#fcefe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefe6 Color CSS Codes

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

#fcefe6 Text Font Color

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

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


#fcefe6 Background Color

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

This div background color is #fcefe6


#fcefe6 Border Color

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

This div border color is #fcefe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefe6

Related Colors


Comments

No comments written yet.

Please login to write comment.