Color Hex Logo

#fceff6 Color Hex

#FCEFF6
(252,239,246)
0 Favorites   0 Comments

Color spaces of #fceff6

RGB 252239246
HSL0.910.680.96
HSV328°99°
CMYK 0.000.050.02   0.01
XYZ87.645989.082399.7639
Yxy89.08230.31700.3222
Hunter Lab94.38340.58693.3985
CIE-Lab95.61485.5715-1.8137

#fceff6 color RGB value is (252,239,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 11110110
Octal 374 357 366
Decimal 252 239 246
Hex FC EF F6

RGB Percentages of Color #fceff6

%34.19
%32.43
%33.38

CMYK Percentages of Color #fceff6

%0
%5
%2
%1

Triadic Colors of #fceff6

#fceff6 #f6fcef #eff6fc

Analogous Colors of #fceff6

#fceff6 #fceff0 #fceffc

Monochromatic Colors of #fceff6

#fceff6

Complementary Color

#fceff6 #effcf5

#fceff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceff6 Color CSS Codes

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

#fceff6 Text Font Color

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

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


#fceff6 Background Color

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

This div background color is #fceff6


#fceff6 Border Color

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

This div border color is #fceff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceff6

Related Colors

#fceff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.