Color Hex Logo

#fcebef Color Hex

#FCEBEF
(252,235,239)
0 Favorites   0 Comments

Color spaces of #fcebef

RGB 252235239
HSL0.960.740.95
HSV346°99°
CMYK 0.000.070.05   0.01
XYZ85.433286.344193.8246
Yxy86.34410.32170.3251
Hunter Lab92.92151.50245.1788
CIE-Lab94.45936.42180.1280

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

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

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

Base Numbers

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

RGB Percentages of Color #fcebef

%34.71
%32.37
%32.92

CMYK Percentages of Color #fcebef

%0
%7
%5
%1

Triadic Colors of #fcebef

#fcebef #effceb #ebeffc

Analogous Colors of #fcebef

#fcebef #fcf0eb #fcebf8

Monochromatic Colors of #fcebef

#fcebef

Complementary Color

#fcebef #ebfcf8

#fcebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebef Color CSS Codes

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

#fcebef Text Font Color

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

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


#fcebef Background Color

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

This div background color is #fcebef


#fcebef Border Color

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

This div border color is #fcebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebef

Related Colors


Comments

No comments written yet.

Please login to write comment.