Color Hex Logo

#fcfffb Color Hex

#FCFFFB
(252,255,251)
0 Favorites   0 Comments

Color spaces of #fcfffb

RGB 252255251
HSL0.291.000.99
HSV105°100°
CMYK 0.010.000.02   0.00
XYZ93.317599.1805105.4922
Yxy99.18050.31320.3328
Hunter Lab99.5894-7.02306.9084
CIE-Lab99.6823-1.68171.5502

#fcfffb color RGB value is (252,255,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11111011
Octal 374 377 373
Decimal 252 255 251
Hex FC FF FB

Shades of #fcfffb


Tints of #fcfffb

All tints are identical with #fcfffb

RGB Percentages of Color #fcfffb

%33.25
%33.64
%33.11

CMYK Percentages of Color #fcfffb

%1
%0
%2
%0

Triadic Colors of #fcfffb

#fcfffb #fbfcff #fffbfc

Analogous Colors of #fcfffb

#fcfffb #fbfffc #fefffb

Monochromatic Colors of #fcfffb

#fcfffb

Complementary Color

#fcfffb #fefbff

#fcfffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfffb Color CSS Codes

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

#fcfffb Text Font Color

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

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


#fcfffb Background Color

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

This div background color is #fcfffb


#fcfffb Border Color

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

This div border color is #fcfffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfffb

Related Colors

#fcfffb Color Palettes


Comments

No comments written yet.

Please login to write comment.