Color Hex Logo

#fcfaff Color Hex

#FCFAFF
(252,250,255)
0 Favorites   0 Comments

Color spaces of #fcfaff

RGB 252250255
HSL0.731.000.99
HSV264°100°
CMYK 0.010.020.00   0.00
XYZ92.380596.2867108.3240
Yxy96.28670.31110.3242
Hunter Lab98.1258-3.67133.2360
CIE-Lab98.54601.5469-2.1640

#fcfaff color RGB value is (252,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11111111
Octal 374 372 377
Decimal 252 250 255
Hex FC FA FF

RGB Percentages of Color #fcfaff

%33.29
%33.03
%33.69

CMYK Percentages of Color #fcfaff

%1
%2
%0
%0

Triadic Colors of #fcfaff

#fcfaff #fffcfa #fafffc

Analogous Colors of #fcfaff

#fcfaff #fffaff #fafbff

Monochromatic Colors of #fcfaff

#fcfaff

Complementary Color

#fcfaff #fdfffa

#fcfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaff Color CSS Codes

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

#fcfaff Text Font Color

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

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


#fcfaff Background Color

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

This div background color is #fcfaff


#fcfaff Border Color

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

This div border color is #fcfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaff

Related Colors

#fcfaff Color Palettes


Comments

No comments written yet.

Please login to write comment.