Color Hex Logo

#fffcc0 Color Hex

#FFFCC0
(255,252,192)
2 Favorites   0 Comments

Color spaces of #fffcc0

RGB 255252192
HSL0.161.000.88
HSV57°25°100°
CMYK 0.000.010.25   0.00
XYZ85.564894.686663.6358
Yxy94.68660.35080.3882
Hunter Lab97.3070-13.327329.3411
CIE-Lab97.9080-8.195729.1773

#fffcc0 color RGB value is (255,252,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11000000
Octal 377 374 300
Decimal 255 252 192
Hex FF FC C0

RGB Percentages of Color #fffcc0

%36.48
%36.05
%27.47

CMYK Percentages of Color #fffcc0

%0
%1
%25
%0

Triadic Colors of #fffcc0

#fffcc0 #c0fffc #fcc0ff

Analogous Colors of #fffcc0

#fffcc0 #e3ffc0 #ffddc0

Monochromatic Colors of #fffcc0

#fffcc0

Complementary Color

#fffcc0 #c0c3ff

#fffcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffcc0 Color CSS Codes

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

#fffcc0 Text Font Color

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

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


#fffcc0 Background Color

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

This div background color is #fffcc0


#fffcc0 Border Color

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

This div border color is #fffcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffcc0

Related Colors


Comments

No comments written yet.

Please login to write comment.