Color Hex Logo

#fcdefa Color Hex

#FCDEFA
(252,222,250)
0 Favorites   0 Comments

Color spaces of #fcdefa

RGB 252222250
HSL0.840.830.93
HSV304°12°99°
CMYK 0.000.120.01   0.01
XYZ83.521579.8401101.4511
Yxy79.84010.31540.3015
Hunter Lab89.353310.4817-4.7702
CIE-Lab91.613115.0636-9.8022

#fcdefa color RGB value is (252,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 11111010
Octal 374 336 372
Decimal 252 222 250
Hex FC DE FA

RGB Percentages of Color #fcdefa

%34.81
%30.66
%34.53

CMYK Percentages of Color #fcdefa

%0
%12
%1
%1

Triadic Colors of #fcdefa

#fcdefa #fafcde #defafc

Analogous Colors of #fcdefa

#fcdefa #fcdeeb #efdefc

Monochromatic Colors of #fcdefa

#fcdefa

Complementary Color

#fcdefa #defce0

#fcdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdefa Color CSS Codes

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

#fcdefa Text Font Color

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

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


#fcdefa Background Color

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

This div background color is #fcdefa


#fcdefa Border Color

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

This div border color is #fcdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdefa

Related Colors


Comments

No comments written yet.

Please login to write comment.