Color Hex Logo

#fcffbf Color Hex

#FCFFBF
(252,255,191)
0 Favorites   0 Comments

Color spaces of #fcffbf

RGB 252255191
HSL0.171.000.87
HSV63°25°100°
CMYK 0.010.000.25   0.00
XYZ85.308995.977063.3194
Yxy95.97700.34880.3924
Hunter Lab97.9679-16.008730.2567
CIE-Lab98.4231-10.897830.3431

#fcffbf color RGB value is (252,255,191).

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

The process color (four color CMYK) of #fcffbf color hex is 0.01, 0.00, 0.25, 0.00. Web safe color of #fcffbf is #ffffcc. Color #fcffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10111111
Octal 374 377 277
Decimal 252 255 191
Hex FC FF BF

RGB Percentages of Color #fcffbf

%36.10
%36.53
%27.36

CMYK Percentages of Color #fcffbf

%1
%0
%25
%0

Triadic Colors of #fcffbf

#fcffbf #bffcff #ffbffc

Analogous Colors of #fcffbf

#fcffbf #dcffbf #ffe2bf

Monochromatic Colors of #fcffbf

#fcffbf

Complementary Color

#fcffbf #c2bfff

#fcffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffbf Color CSS Codes

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

#fcffbf Text Font Color

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

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


#fcffbf Background Color

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

This div background color is #fcffbf


#fcffbf Border Color

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

This div border color is #fcffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffbf

Related Colors

#fcffbf Color Palettes


Comments

No comments written yet.

Please login to write comment.