Color Hex Logo

#fcebf0 Color Hex

#FCEBF0
(252,235,240)
0 Favorites   0 Comments

Color spaces of #fcebf0

RGB 252235240
HSL0.950.740.95
HSV342°99°
CMYK 0.000.070.05   0.01
XYZ85.581486.403494.6050
Yxy86.40340.32100.3241
Hunter Lab92.95341.67494.7240
CIE-Lab94.48466.5917-0.3546

#fcebf0 color RGB value is (252,235,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11110000
Octal 374 353 360
Decimal 252 235 240
Hex FC EB F0

RGB Percentages of Color #fcebf0

%34.66
%32.32
%33.01

CMYK Percentages of Color #fcebf0

%0
%7
%5
%1

Triadic Colors of #fcebf0

#fcebf0 #f0fceb #ebf0fc

Analogous Colors of #fcebf0

#fcebf0 #fcefeb #fcebf9

Monochromatic Colors of #fcebf0

#fcebf0

Complementary Color

#fcebf0 #ebfcf7

#fcebf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebf0 Color CSS Codes

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

#fcebf0 Text Font Color

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

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


#fcebf0 Background Color

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

This div background color is #fcebf0


#fcebf0 Border Color

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

This div border color is #fcebf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebf0

Related Colors


Comments

No comments written yet.

Please login to write comment.