Color Hex Logo

#fcffed Color Hex

#FCFFED
(252,255,237)
0 Favorites   0 Comments

Color spaces of #fcffed

RGB 252255237
HSL0.191.000.96
HSV70°100°
CMYK 0.010.000.07   0.00
XYZ91.190998.329994.2941
Yxy98.32990.32130.3465
Hunter Lab99.1614-9.380213.0333
CIE-Lab99.3506-4.05628.2444

#fcffed color RGB value is (252,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11101101
Octal 374 377 355
Decimal 252 255 237
Hex FC FF ED

RGB Percentages of Color #fcffed

%33.87
%34.27
%31.85

CMYK Percentages of Color #fcffed

%1
%0
%7
%0

Triadic Colors of #fcffed

#fcffed #edfcff #ffedfc

Analogous Colors of #fcffed

#fcffed #f3ffed #fff9ed

Monochromatic Colors of #fcffed

#fcffed

Complementary Color

#fcffed #f0edff

#fcffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffed Color CSS Codes

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

#fcffed Text Font Color

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

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


#fcffed Background Color

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

This div background color is #fcffed


#fcffed Border Color

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

This div border color is #fcffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffed

Related Colors


Comments

No comments written yet.

Please login to write comment.