Color Hex Logo

#fcefca Color Hex

#FCEFCA
(252,239,202)
0 Favorites   0 Comments

Color spaces of #fcefca

RGB 252239202
HSL0.120.890.89
HSV44°20°99°
CMYK 0.000.050.20   0.01
XYZ81.672186.692768.3059
Yxy86.69270.34510.3663
Hunter Lab93.1089-6.366221.6803
CIE-Lab94.6077-1.405719.4929

#fcefca color RGB value is (252,239,202).

#fcefca hex color red value is 252, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcefca hue: 0.12 , saturation: 0.89 and the lightness value of fcefca is 0.89.

The process color (four color CMYK) of #fcefca color hex is 0.00, 0.05, 0.20, 0.01. Web safe color of #fcefca is #ffffcc. Color #fcefca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11001010
Octal 374 357 312
Decimal 252 239 202
Hex FC EF CA

RGB Percentages of Color #fcefca

%36.36
%34.49
%29.15

CMYK Percentages of Color #fcefca

%0
%5
%20
%1

Triadic Colors of #fcefca

#fcefca #cafcef #efcafc

Analogous Colors of #fcefca

#fcefca #f0fcca #fcd6ca

Monochromatic Colors of #fcefca

#fcefca

Complementary Color

#fcefca #cad7fc

#fcefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefca Color CSS Codes

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

#fcefca Text Font Color

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

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


#fcefca Background Color

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

This div background color is #fcefca


#fcefca Border Color

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

This div border color is #fcefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefca

Related Colors


Comments

No comments written yet.

Please login to write comment.