Color Hex Logo

#fceff9 Color Hex

#FCEFF9
(252,239,249)
0 Favorites   0 Comments

Color spaces of #fceff9

RGB 252239249
HSL0.870.680.96
HSV314°99°
CMYK 0.000.050.01   0.01
XYZ88.110389.2680102.2091
Yxy89.26800.31510.3193
Hunter Lab94.48171.11971.9981
CIE-Lab95.69236.0955-3.2543

#fceff9 color RGB value is (252,239,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11111001
Octal 374 357 371
Decimal 252 239 249
Hex FC EF F9

RGB Percentages of Color #fceff9

%34.05
%32.30
%33.65

CMYK Percentages of Color #fceff9

%0
%5
%1
%1

Triadic Colors of #fceff9

#fceff9 #f9fcef #eff9fc

Analogous Colors of #fceff9

#fceff9 #fceff3 #f9effc

Monochromatic Colors of #fceff9

#fceff9

Complementary Color

#fceff9 #effcf2

#fceff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceff9 Color CSS Codes

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

#fceff9 Text Font Color

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

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


#fceff9 Background Color

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

This div background color is #fceff9


#fceff9 Border Color

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

This div border color is #fceff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceff9

Related Colors

#fceff9 Color Palettes


Comments

No comments written yet.

Please login to write comment.