Color Hex Logo

#fdfbc8 Color Hex

#FDFBC8
(253,251,200)
0 Favorites   0 Comments

Color spaces of #fdfbc8

RGB 253251200
HSL0.160.930.89
HSV58°21°99°
CMYK 0.000.010.21   0.01
XYZ85.430594.047168.2938
Yxy94.04710.34480.3796
Hunter Lab96.9779-12.465726.1313
CIE-Lab97.6510-7.340624.7500

#fdfbc8 color RGB value is (253,251,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11001000
Octal 375 373 310
Decimal 253 251 200
Hex FD FB C8

RGB Percentages of Color #fdfbc8

%35.94
%35.65
%28.41

CMYK Percentages of Color #fdfbc8

%0
%1
%21
%1

Triadic Colors of #fdfbc8

#fdfbc8 #c8fdfb #fbc8fd

Analogous Colors of #fdfbc8

#fdfbc8 #e5fdc8 #fde1c8

Monochromatic Colors of #fdfbc8

#fdfbc8

Complementary Color

#fdfbc8 #c8cafd

#fdfbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbc8 Color CSS Codes

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

#fdfbc8 Text Font Color

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

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


#fdfbc8 Background Color

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

This div background color is #fdfbc8


#fdfbc8 Border Color

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

This div border color is #fdfbc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,251,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 #fdfbc8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbc8

#fdfbc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.