Color Hex Logo

#fcffd3 Color Hex

#FCFFD3
(252,255,211)
0 Favorites   0 Comments

Color spaces of #fcffd3

RGB 252255211
HSL0.181.000.91
HSV64°17°100°
CMYK 0.010.000.17   0.00
XYZ87.662896.918675.7149
Yxy96.91860.33680.3723
Hunter Lab98.4472-13.336523.3137
CIE-Lab98.7961-8.109620.7351

#fcffd3 color RGB value is (252,255,211).

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

The process color (four color CMYK) of #fcffd3 color hex is 0.01, 0.00, 0.17, 0.00. Web safe color of #fcffd3 is #ffffcc. Color #fcffd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11010011
Octal 374 377 323
Decimal 252 255 211
Hex FC FF D3

RGB Percentages of Color #fcffd3

%35.10
%35.52
%29.39

CMYK Percentages of Color #fcffd3

%1
%0
%17
%0

Triadic Colors of #fcffd3

#fcffd3 #d3fcff #ffd3fc

Analogous Colors of #fcffd3

#fcffd3 #e6ffd3 #ffecd3

Monochromatic Colors of #fcffd3

#fcffd3

Complementary Color

#fcffd3 #d6d3ff

#fcffd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffd3 Color CSS Codes

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

#fcffd3 Text Font Color

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

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


#fcffd3 Background Color

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

This div background color is #fcffd3


#fcffd3 Border Color

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

This div border color is #fcffd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffd3


Comments

No comments written yet.

Please login to write comment.