Color Hex Logo

#fcf8fb Color Hex

#FCF8FB
(252,248,251)
0 Favorites   0 Comments

Color spaces of #fcf8fb

RGB 252248251
HSL0.880.400.98
HSV315°99°
CMYK 0.000.020.00   0.01
XYZ91.124994.7953104.7613
Yxy94.79530.31350.3261
Hunter Lab97.3629-3.32144.3587
CIE-Lab97.95161.8552-0.9756

#fcf8fb color RGB value is (252,248,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 11111011
Octal 374 370 373
Decimal 252 248 251
Hex FC F8 FB

RGB Percentages of Color #fcf8fb

%33.56
%33.02
%33.42

CMYK Percentages of Color #fcf8fb

%0
%2
%0
%1

Triadic Colors of #fcf8fb

#fcf8fb #fbfcf8 #f8fbfc

Analogous Colors of #fcf8fb

#fcf8fb #fcf8f9 #fbf8fc

Monochromatic Colors of #fcf8fb

#fcf8fb

Complementary Color

#fcf8fb #f8fcf9

#fcf8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf8fb Color CSS Codes

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

#fcf8fb Text Font Color

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

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


#fcf8fb Background Color

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

This div background color is #fcf8fb


#fcf8fb Border Color

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

This div border color is #fcf8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.