Color Hex Logo

#fceff0 Color Hex

#FCEFF0
(252,239,240)
0 Favorites   0 Comments

Color spaces of #fceff0

RGB 252239240
HSL0.990.680.96
HSV355°99°
CMYK 0.000.050.05   0.01
XYZ86.739688.719794.9910
Yxy88.71970.32070.3280
Hunter Lab94.1911-0.45586.1403
CIE-Lab95.46324.54191.0734

#fceff0 color RGB value is (252,239,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11110000
Octal 374 357 360
Decimal 252 239 240
Hex FC EF F0

RGB Percentages of Color #fceff0

%34.47
%32.69
%32.83

CMYK Percentages of Color #fceff0

%0
%5
%5
%1

Triadic Colors of #fceff0

#fceff0 #f0fcef #eff0fc

Analogous Colors of #fceff0

#fceff0 #fcf5ef #fceff7

Monochromatic Colors of #fceff0

#fceff0

Complementary Color

#fceff0 #effcfb

#fceff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceff0 Color CSS Codes

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

#fceff0 Text Font Color

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

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


#fceff0 Background Color

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

This div background color is #fceff0


#fceff0 Border Color

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

This div border color is #fceff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceff0

Related Colors


Comments

No comments written yet.

Please login to write comment.