Color Hex Logo

#fcf0bf Color Hex

#FCF0BF
(252,240,191)
0 Favorites   0 Comments

Color spaces of #fcf0bf

RGB 252240191
HSL0.130.910.87
HSV48°24°99°
CMYK 0.000.050.24   0.01
XYZ80.708986.777261.7861
Yxy86.77720.35200.3785
Hunter Lab93.1543-8.367525.8829
CIE-Lab94.6437-3.436625.1853

#fcf0bf color RGB value is (252,240,191).

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

The process color (four color CMYK) of #fcf0bf color hex is 0.00, 0.05, 0.24, 0.01. Web safe color of #fcf0bf is #ffffcc. Color #fcf0bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 10111111
Octal 374 360 277
Decimal 252 240 191
Hex FC F0 BF

RGB Percentages of Color #fcf0bf

%36.90
%35.14
%27.96

CMYK Percentages of Color #fcf0bf

%0
%5
%24
%1

Triadic Colors of #fcf0bf

#fcf0bf #bffcf0 #f0bffc

Analogous Colors of #fcf0bf

#fcf0bf #eafcbf #fcd2bf

Monochromatic Colors of #fcf0bf

#fcf0bf

Complementary Color

#fcf0bf #bfcbfc

#fcf0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf0bf Color CSS Codes

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

#fcf0bf Text Font Color

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

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


#fcf0bf Background Color

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

This div background color is #fcf0bf


#fcf0bf Border Color

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

This div border color is #fcf0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf0bf

Related Colors


Comments

No comments written yet.

Please login to write comment.