Color Hex Logo

#fcefeb Color Hex

#FCEFEB
(252,239,235)
1 Favorites   0 Comments

Color spaces of #fcefeb

RGB 252239235
HSL0.040.740.95
HSV14°99°
CMYK 0.000.050.07   0.01
XYZ86.006888.426691.1323
Yxy88.42660.32390.3330
Hunter Lab94.0354-1.30218.3652
CIE-Lab95.34033.70193.4851

#fcefeb color RGB value is (252,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11101011
Octal 374 357 353
Decimal 252 239 235
Hex FC EF EB

RGB Percentages of Color #fcefeb

%34.71
%32.92
%32.37

CMYK Percentages of Color #fcefeb

%0
%5
%7
%1

Triadic Colors of #fcefeb

#fcefeb #ebfcef #efebfc

Analogous Colors of #fcefeb

#fcefeb #fcf8eb #fcebf0

Monochromatic Colors of #fcefeb

#fcefeb

Complementary Color

#fcefeb #ebf8fc

#fcefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcefeb Color CSS Codes

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

#fcefeb Text Font Color

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

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


#fcefeb Background Color

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

This div background color is #fcefeb


#fcefeb Border Color

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

This div border color is #fcefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcefeb

Related Colors


Comments

No comments written yet.

Please login to write comment.