Color Hex Logo

#fcf6fe Color Hex

#FCF6FE
(252,246,254)
1 Favorites   0 Comments

Color spaces of #fcf6fe

RGB 252246254
HSL0.790.800.98
HSV285°100°
CMYK 0.010.030.00   0.00
XYZ90.990093.7627107.0683
Yxy93.76270.31180.3213
Hunter Lab96.8311-1.72212.2236
CIE-Lab97.53633.4017-3.1304

#fcf6fe color RGB value is (252,246,254).

#fcf6fe hex color red value is 252, green value is 246 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcf6fe hue: 0.79 , saturation: 0.80 and the lightness value of fcf6fe is 0.98.

The process color (four color CMYK) of #fcf6fe color hex is 0.01, 0.03, 0.00, 0.00. Web safe color of #fcf6fe is #ffffff. Color #fcf6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110110 11111110
Octal 374 366 376
Decimal 252 246 254
Hex FC F6 FE

RGB Percentages of Color #fcf6fe

%33.51
%32.71
%33.78

CMYK Percentages of Color #fcf6fe

%1
%3
%0
%0

Triadic Colors of #fcf6fe

#fcf6fe #fefcf6 #f6fefc

Analogous Colors of #fcf6fe

#fcf6fe #fef6fc #f8f6fe

Monochromatic Colors of #fcf6fe

#fcf6fe

Complementary Color

#fcf6fe #f8fef6

#fcf6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf6fe Color CSS Codes

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

#fcf6fe Text Font Color

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

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


#fcf6fe Background Color

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

This div background color is #fcf6fe


#fcf6fe Border Color

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

This div border color is #fcf6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf6fe

#fcf6fe Color Palettes


Comments

No comments written yet.

Please login to write comment.