Color Hex Logo

#fcdef6 Color Hex

#FCDEF6
(252,222,246)
0 Favorites   0 Comments

Color spaces of #fcdef6

RGB 252222246
HSL0.870.830.93
HSV312°12°99°
CMYK 0.000.120.02   0.01
XYZ82.900779.591898.1822
Yxy79.59180.31800.3053
Hunter Lab89.21429.7430-2.8000
CIE-Lab91.501414.3554-7.8737

#fcdef6 color RGB value is (252,222,246).

#fcdef6 hex color red value is 252, green value is 222 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fcdef6 hue: 0.87 , saturation: 0.83 and the lightness value of fcdef6 is 0.93.

The process color (four color CMYK) of #fcdef6 color hex is 0.00, 0.12, 0.02, 0.01. Web safe color of #fcdef6 is #ffccff. Color #fcdef6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11110110
Octal 374 336 366
Decimal 252 222 246
Hex FC DE F6

RGB Percentages of Color #fcdef6

%35.00
%30.83
%34.17

CMYK Percentages of Color #fcdef6

%0
%12
%2
%1

Triadic Colors of #fcdef6

#fcdef6 #f6fcde #def6fc

Analogous Colors of #fcdef6

#fcdef6 #fcdee7 #f3defc

Monochromatic Colors of #fcdef6

#fcdef6

Complementary Color

#fcdef6 #defce4

#fcdef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdef6 Color CSS Codes

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

#fcdef6 Text Font Color

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

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


#fcdef6 Background Color

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

This div background color is #fcdef6


#fcdef6 Border Color

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

This div border color is #fcdef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdef6

Related Colors

#fcdef6 Color Palettes


Comments

No comments written yet.

Please login to write comment.