Color Hex Logo

#fcf9fb Color Hex

#FCF9FB
(252,249,251)
0 Favorites   0 Comments

Color spaces of #fcf9fb

RGB 252249251
HSL0.890.330.98
HSV320°99°
CMYK 0.000.010.00   0.01
XYZ91.433295.4118104.8641
Yxy95.41180.31340.3271
Hunter Lab97.6790-3.85184.7240
CIE-Lab98.19801.3481-0.6152

#fcf9fb color RGB value is (252,249,251).

#fcf9fb hex color red value is 252, green value is 249 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcf9fb hue: 0.89 , saturation: 0.33 and the lightness value of fcf9fb is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 11111011
Octal 374 371 373
Decimal 252 249 251
Hex FC F9 FB

RGB Percentages of Color #fcf9fb

%33.51
%33.11
%33.38

CMYK Percentages of Color #fcf9fb

%0
%1
%0
%1

Triadic Colors of #fcf9fb

#fcf9fb #fbfcf9 #f9fbfc

Analogous Colors of #fcf9fb

#fcf9fb #fcf9fa #fcf9fc

Monochromatic Colors of #fcf9fb

#fcf9fb

Complementary Color

#fcf9fb #f9fcfa

#fcf9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf9fb Color CSS Codes

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

#fcf9fb Text Font Color

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

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


#fcf9fb Background Color

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

This div background color is #fcf9fb


#fcf9fb Border Color

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

This div border color is #fcf9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf9fb

#fcf9fb Color Palettes


Comments

No comments written yet.

Please login to write comment.