Color Hex Logo

#fcf9ff Color Hex

#FCF9FF
(252,249,255)
0 Favorites   0 Comments

Color spaces of #fcf9ff

RGB 252249255
HSL0.751.000.99
HSV270°100°
CMYK 0.010.020.00   0.00
XYZ92.070695.6668108.2206
Yxy95.66680.31110.3232
Hunter Lab97.8094-3.13972.8655
CIE-Lab98.29972.0543-2.5252

#fcf9ff color RGB value is (252,249,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 11111111
Octal 374 371 377
Decimal 252 249 255
Hex FC F9 FF

RGB Percentages of Color #fcf9ff

%33.33
%32.94
%33.73

CMYK Percentages of Color #fcf9ff

%1
%2
%0
%0

Triadic Colors of #fcf9ff

#fcf9ff #fffcf9 #f9fffc

Analogous Colors of #fcf9ff

#fcf9ff #fff9ff #f9f9ff

Monochromatic Colors of #fcf9ff

#fcf9ff

Complementary Color

#fcf9ff #fcfff9

#fcf9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf9ff Color CSS Codes

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

#fcf9ff Text Font Color

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

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


#fcf9ff Background Color

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

This div background color is #fcf9ff


#fcf9ff Border Color

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

This div border color is #fcf9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf9ff

Related Colors

#fcf9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.