Color Hex Logo

#fcf1ce Color Hex

#FCF1CE
(252,241,206)
0 Favorites   0 Comments

Color spaces of #fcf1ce

RGB 252241206
HSL0.130.880.90
HSV46°18°99°
CMYK 0.000.040.18   0.01
XYZ82.740888.062371.0293
Yxy88.06230.34210.3641
Hunter Lab93.8415-6.837820.8120
CIE-Lab95.1872-1.838918.2461

#fcf1ce color RGB value is (252,241,206).

#fcf1ce hex color red value is 252, green value is 241 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fcf1ce hue: 0.13 , saturation: 0.88 and the lightness value of fcf1ce is 0.90.

The process color (four color CMYK) of #fcf1ce color hex is 0.00, 0.04, 0.18, 0.01. Web safe color of #fcf1ce is #ffffcc. Color #fcf1ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 11001110
Octal 374 361 316
Decimal 252 241 206
Hex FC F1 CE

RGB Percentages of Color #fcf1ce

%36.05
%34.48
%29.47

CMYK Percentages of Color #fcf1ce

%0
%4
%18
%1

Triadic Colors of #fcf1ce

#fcf1ce #cefcf1 #f1cefc

Analogous Colors of #fcf1ce

#fcf1ce #f0fcce #fcdace

Monochromatic Colors of #fcf1ce

#fcf1ce

Complementary Color

#fcf1ce #ced9fc

#fcf1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf1ce Color CSS Codes

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

#fcf1ce Text Font Color

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

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


#fcf1ce Background Color

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

This div background color is #fcf1ce


#fcf1ce Border Color

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

This div border color is #fcf1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf1ce

Related Colors


Comments

No comments written yet.

Please login to write comment.