Color Hex Logo

#fffdcc Color Hex

#FFFDCC
(255,253,204)
1 Favorites   0 Comments

Color spaces of #fffdcc

RGB 255253204
HSL0.161.000.90
HSV58°20°100°
CMYK 0.000.010.20   0.00
XYZ87.264495.870271.0322
Yxy95.87020.34330.3772
Hunter Lab97.9133-12.261825.5268
CIE-Lab98.3806-7.057423.7497

#fffdcc color RGB value is (255,253,204).

#fffdcc hex color red value is 255, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fffdcc hue: 0.16 , saturation: 1.00 and the lightness value of fffdcc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11001100
Octal 377 375 314
Decimal 255 253 204
Hex FF FD CC

RGB Percentages of Color #fffdcc

%35.81
%35.53
%28.65

CMYK Percentages of Color #fffdcc

%0
%1
%20
%0

Triadic Colors of #fffdcc

#fffdcc #ccfffd #fdccff

Analogous Colors of #fffdcc

#fffdcc #e8ffcc #ffe4cc

Monochromatic Colors of #fffdcc

#fffdcc

Complementary Color

#fffdcc #ccceff

#fffdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdcc Color CSS Codes

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

#fffdcc Text Font Color

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

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


#fffdcc Background Color

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

This div background color is #fffdcc


#fffdcc Border Color

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

This div border color is #fffdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.