Color Hex Logo

#fcfceb Color Hex

#FCFCEB
(252,252,235)
0 Favorites   0 Comments

Color spaces of #fcfceb

RGB 252252235
HSL0.170.740.95
HSV60°99°
CMYK 0.000.000.07   0.01
XYZ89.950796.314492.4469
Yxy96.31440.32270.3456
Hunter Lab98.1399-8.139612.8473
CIE-Lab98.5570-2.88148.1292

#fcfceb color RGB value is (252,252,235).

#fcfceb hex color red value is 252, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fcfceb hue: 0.17 , saturation: 0.74 and the lightness value of fcfceb is 0.95.

The process color (four color CMYK) of #fcfceb color hex is 0.00, 0.00, 0.07, 0.01. Web safe color of #fcfceb is #ffffff. Color #fcfceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 11101011
Octal 374 374 353
Decimal 252 252 235
Hex FC FC EB

RGB Percentages of Color #fcfceb

%34.10
%34.10
%31.80

CMYK Percentages of Color #fcfceb

%0
%0
%7
%1

Triadic Colors of #fcfceb

#fcfceb #ebfcfc #fcebfc

Analogous Colors of #fcfceb

#fcfceb #f4fceb #fcf4eb

Monochromatic Colors of #fcfceb

#fcfceb

Complementary Color

#fcfceb #ebebfc

#fcfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfceb Color CSS Codes

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

#fcfceb Text Font Color

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

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


#fcfceb Background Color

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

This div background color is #fcfceb


#fcfceb Border Color

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

This div border color is #fcfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfceb

Related Colors


Comments

No comments written yet.

Please login to write comment.