Color Hex Logo

#fcdef3 Color Hex

#FCDEF3
(252,222,243)
0 Favorites   0 Comments

Color spaces of #fcdef3

RGB 252222243
HSL0.880.830.93
HSV318°12°99°
CMYK 0.000.120.04   0.01
XYZ82.443879.409195.7762
Yxy79.40910.32000.3082
Hunter Lab89.11189.1977-1.3459
CIE-Lab91.419113.8310-6.4243

#fcdef3 color RGB value is (252,222,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11110011
Octal 374 336 363
Decimal 252 222 243
Hex FC DE F3

RGB Percentages of Color #fcdef3

%35.15
%30.96
%33.89

CMYK Percentages of Color #fcdef3

%0
%12
%4
%1

Triadic Colors of #fcdef3

#fcdef3 #f3fcde #def3fc

Analogous Colors of #fcdef3

#fcdef3 #fcdee4 #f6defc

Monochromatic Colors of #fcdef3

#fcdef3

Complementary Color

#fcdef3 #defce7

#fcdef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdef3 Color CSS Codes

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

#fcdef3 Text Font Color

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

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


#fcdef3 Background Color

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

This div background color is #fcdef3


#fcdef3 Border Color

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

This div border color is #fcdef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdef3

Related Colors


Comments

No comments written yet.

Please login to write comment.