Color Hex Logo

#fcf2ff Color Hex

#FCF2FF
(252,242,255)
1 Favorites   0 Comments

Color spaces of #fcf2ff

RGB 252242255
HSL0.791.000.97
HSV286°100°
CMYK 0.010.050.00   0.00
XYZ89.947091.4197107.5128
Yxy91.41970.31140.3165
Hunter Lab95.61360.59710.2609
CIE-Lab96.58265.6224-5.0496

#fcf2ff color RGB value is (252,242,255).

#fcf2ff hex color red value is 252, green value is 242 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fcf2ff hue: 0.79 , saturation: 1.00 and the lightness value of fcf2ff is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 11111111
Octal 374 362 377
Decimal 252 242 255
Hex FC F2 FF

RGB Percentages of Color #fcf2ff

%33.64
%32.31
%34.05

CMYK Percentages of Color #fcf2ff

%1
%5
%0
%0

Triadic Colors of #fcf2ff

#fcf2ff #fffcf2 #f2fffc

Analogous Colors of #fcf2ff

#fcf2ff #fff2fc #f6f2ff

Monochromatic Colors of #fcf2ff

#fcf2ff

Complementary Color

#fcf2ff #f5fff2

#fcf2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf2ff Color CSS Codes

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

#fcf2ff Text Font Color

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

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


#fcf2ff Background Color

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

This div background color is #fcf2ff


#fcf2ff Border Color

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

This div border color is #fcf2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf2ff

Related Colors

#fcf2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.