Color Hex Logo

#fffcd8 Color Hex

#FFFCD8
(255,252,216)
1 Favorites   0 Comments

Color spaces of #fffcd8

RGB 255252216
HSL0.151.000.92
HSV55°15°100°
CMYK 0.000.010.15   0.00
XYZ88.445195.838778.8029
Yxy95.83870.33620.3643
Hunter Lab97.8972-10.054620.8023
CIE-Lab98.3681-4.821417.6204

#fffcd8 color RGB value is (255,252,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11011000
Octal 377 374 330
Decimal 255 252 216
Hex FF FC D8

RGB Percentages of Color #fffcd8

%35.27
%34.85
%29.88

CMYK Percentages of Color #fffcd8

%0
%1
%15
%0

Triadic Colors of #fffcd8

#fffcd8 #d8fffc #fcd8ff

Analogous Colors of #fffcd8

#fffcd8 #efffd8 #ffe9d8

Monochromatic Colors of #fffcd8

#fffcd8

Complementary Color

#fffcd8 #d8dbff

#fffcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffcd8 Color CSS Codes

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

#fffcd8 Text Font Color

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

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


#fffcd8 Background Color

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

This div background color is #fffcd8


#fffcd8 Border Color

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

This div border color is #fffcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffcd8

Related Colors

#fffcd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.