Color Hex Logo

#fcebe9 Color Hex

#FCEBE9
(252,235,233)
0 Favorites   0 Comments

Color spaces of #fcebe9

RGB 252235233
HSL0.020.760.95
HSV99°
CMYK 0.000.070.08   0.01
XYZ84.561285.995389.2327
Yxy85.99530.32550.3310
Hunter Lab92.73370.48527.8619
CIE-Lab94.31035.41643.0281

#fcebe9 color RGB value is (252,235,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11101001
Octal 374 353 351
Decimal 252 235 233
Hex FC EB E9

RGB Percentages of Color #fcebe9

%35.00
%32.64
%32.36

CMYK Percentages of Color #fcebe9

%0
%7
%8
%1

Triadic Colors of #fcebe9

#fcebe9 #e9fceb #ebe9fc

Analogous Colors of #fcebe9

#fcebe9 #fcf5e9 #fce9f1

Monochromatic Colors of #fcebe9

#fcebe9

Complementary Color

#fcebe9 #e9fafc

#fcebe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebe9 Color CSS Codes

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

#fcebe9 Text Font Color

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

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


#fcebe9 Background Color

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

This div background color is #fcebe9


#fcebe9 Border Color

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

This div border color is #fcebe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebe9


Comments

No comments written yet.

Please login to write comment.