Color Hex Logo

#fffcc7 Color Hex

#FFFCC7
(255,252,199)
1 Favorites   0 Comments

Color spaces of #fffcc7

RGB 255252199
HSL0.161.000.89
HSV57°22°100°
CMYK 0.000.010.22   0.00
XYZ86.359295.004367.8189
Yxy95.00430.34660.3813
Hunter Lab97.4701-12.420626.9756
CIE-Lab98.0352-7.254725.8102

#fffcc7 color RGB value is (255,252,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11000111
Octal 377 374 307
Decimal 255 252 199
Hex FF FC C7

RGB Percentages of Color #fffcc7

%36.12
%35.69
%28.19

CMYK Percentages of Color #fffcc7

%0
%1
%22
%0

Triadic Colors of #fffcc7

#fffcc7 #c7fffc #fcc7ff

Analogous Colors of #fffcc7

#fffcc7 #e6ffc7 #ffe0c7

Monochromatic Colors of #fffcc7

#fffcc7

Complementary Color

#fffcc7 #c7caff

#fffcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffcc7 Color CSS Codes

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

#fffcc7 Text Font Color

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

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


#fffcc7 Background Color

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

This div background color is #fffcc7


#fffcc7 Border Color

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

This div border color is #fffcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffcc7


Comments

No comments written yet.

Please login to write comment.