Color Hex Logo

#fdfcc8 Color Hex

#FDFCC8
(253,252,200)
0 Favorites   0 Comments

Color spaces of #fdfcc8

RGB 253252200
HSL0.160.930.89
HSV59°21°99°
CMYK 0.000.000.21   0.01
XYZ85.743794.673668.3982
Yxy94.67360.34460.3805
Hunter Lab97.3004-12.976626.4318
CIE-Lab97.9028-7.837025.0969

#fdfcc8 color RGB value is (253,252,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 11001000
Octal 375 374 310
Decimal 253 252 200
Hex FD FC C8

RGB Percentages of Color #fdfcc8

%35.89
%35.74
%28.37

CMYK Percentages of Color #fdfcc8

%0
%0
%21
%1

Triadic Colors of #fdfcc8

#fdfcc8 #c8fdfc #fcc8fd

Analogous Colors of #fdfcc8

#fdfcc8 #e4fdc8 #fde2c8

Monochromatic Colors of #fdfcc8

#fdfcc8

Complementary Color

#fdfcc8 #c8c9fd

#fdfcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcc8 Color CSS Codes

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

#fdfcc8 Text Font Color

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

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


#fdfcc8 Background Color

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

This div background color is #fdfcc8


#fdfcc8 Border Color

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

This div border color is #fdfcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcc8

Related Colors


Comments

No comments written yet.

Please login to write comment.