Color Hex Logo

#fceceb Color Hex

#FCECEB
(252,236,235)
0 Favorites   0 Comments

Color spaces of #fceceb

RGB 252236235
HSL0.010.740.95
HSV99°
CMYK 0.000.060.07   0.01
XYZ85.135786.684590.8419
Yxy86.68450.32410.3300
Hunter Lab93.10450.28937.3240
CIE-Lab94.60425.23622.4165

#fceceb color RGB value is (252,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11101011
Octal 374 354 353
Decimal 252 236 235
Hex FC EC EB

RGB Percentages of Color #fceceb

%34.85
%32.64
%32.50

CMYK Percentages of Color #fceceb

%0
%6
%7
%1

Triadic Colors of #fceceb

#fceceb #ebfcec #ecebfc

Analogous Colors of #fceceb

#fceceb #fcf5eb #fcebf3

Monochromatic Colors of #fceceb

#fceceb

Complementary Color

#fceceb #ebfbfc

#fceceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceceb Color CSS Codes

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

#fceceb Text Font Color

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

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


#fceceb Background Color

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

This div background color is #fceceb


#fceceb Border Color

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

This div border color is #fceceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,236,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 #fceceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceceb


Comments

No comments written yet.

Please login to write comment.