Color Hex Logo

#fcefcb Color Hex

#FCEFCB
(252,239,203)
0 Favorites   0 Comments

Color spaces of #fcefcb

RGB 252239203
HSL0.120.890.89
HSV44°19°99°
CMYK 0.000.050.19   0.01
XYZ81.790986.740268.9316
Yxy86.74020.34440.3653
Hunter Lab93.1344-6.226021.3118
CIE-Lab94.6279-1.262419.0065

#fcefcb color RGB value is (252,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11001011
Octal 374 357 313
Decimal 252 239 203
Hex FC EF CB

RGB Percentages of Color #fcefcb

%36.31
%34.44
%29.25

CMYK Percentages of Color #fcefcb

%0
%5
%19
%1

Triadic Colors of #fcefcb

#fcefcb #cbfcef #efcbfc

Analogous Colors of #fcefcb

#fcefcb #f1fccb #fcd7cb

Monochromatic Colors of #fcefcb

#fcefcb

Complementary Color

#fcefcb #cbd8fc

#fcefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefcb Color CSS Codes

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

#fcefcb Text Font Color

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

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


#fcefcb Background Color

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

This div background color is #fcefcb


#fcefcb Border Color

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

This div border color is #fcefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefcb

Related Colors


Comments

No comments written yet.

Please login to write comment.