Color Hex Logo

#fcfcff Color Hex

#FCFCFF
(252,252,255)
1 Favorites   0 Comments

Color spaces of #fcfcff

RGB 252252255
HSL0.671.000.99
HSV240°100°
CMYK 0.010.010.00   0.00
XYZ93.005397.5363108.5322
Yxy97.53630.31100.3261
Hunter Lab98.7605-4.73273.9760
CIE-Lab99.03940.5343-1.4411

#fcfcff color RGB value is (252,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11111111
Octal 374 374 377
Decimal 252 252 255
Hex FC FC FF

Shades of #fcfcff


Tints of #fcfcff

All tints are identical with #fcfcff

RGB Percentages of Color #fcfcff

%33.20
%33.20
%33.60

CMYK Percentages of Color #fcfcff

%1
%1
%0
%0

Triadic Colors of #fcfcff

#fcfcff #fffcfc #fcfffc

Analogous Colors of #fcfcff

#fcfcff #fefcff #fcfeff

Monochromatic Colors of #fcfcff

#fcfcff

Complementary Color

#fcfcff #fffffc

#fcfcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcff Color CSS Codes

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

#fcfcff Text Font Color

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

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


#fcfcff Background Color

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

This div background color is #fcfcff


#fcfcff Border Color

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

This div border color is #fcfcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcff

Related Colors


Comments

No comments written yet.

Please login to write comment.