Color Hex Logo

#fcf6cb Color Hex

#FCF6CB
(252,246,203)
0 Favorites   0 Comments

Color spaces of #fcf6cb

RGB 252246203
HSL0.150.890.89
HSV53°19°99°
CMYK 0.000.020.19   0.01
XYZ83.880190.918869.6280
Yxy90.91880.34320.3720
Hunter Lab95.3514-9.839323.4509
CIE-Lab96.3766-4.784521.4451

#fcf6cb color RGB value is (252,246,203).

#fcf6cb hex color red value is 252, green value is 246 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fcf6cb hue: 0.15 , saturation: 0.89 and the lightness value of fcf6cb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110110 11001011
Octal 374 366 313
Decimal 252 246 203
Hex FC F6 CB

RGB Percentages of Color #fcf6cb

%35.95
%35.09
%28.96

CMYK Percentages of Color #fcf6cb

%0
%2
%19
%1

Triadic Colors of #fcf6cb

#fcf6cb #cbfcf6 #f6cbfc

Analogous Colors of #fcf6cb

#fcf6cb #eafccb #fcdecb

Monochromatic Colors of #fcf6cb

#fcf6cb

Complementary Color

#fcf6cb #cbd1fc

#fcf6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf6cb Color CSS Codes

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

#fcf6cb Text Font Color

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

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


#fcf6cb Background Color

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

This div background color is #fcf6cb


#fcf6cb Border Color

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

This div border color is #fcf6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf6cb


Comments

No comments written yet.

Please login to write comment.