Color Hex Logo

#fdfbc5 Color Hex

#FDFBC5
(253,251,197)
0 Favorites   0 Comments

Color spaces of #fdfbc5

RGB 253251197
HSL0.160.930.88
HSV58°22°99°
CMYK 0.000.010.22   0.01
XYZ85.083293.908266.4651
Yxy93.90820.34660.3826
Hunter Lab96.9062-12.863827.1691
CIE-Lab97.5950-7.754026.1954

#fdfbc5 color RGB value is (253,251,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11000101
Octal 375 373 305
Decimal 253 251 197
Hex FD FB C5

RGB Percentages of Color #fdfbc5

%36.09
%35.81
%28.10

CMYK Percentages of Color #fdfbc5

%0
%1
%22
%1

Triadic Colors of #fdfbc5

#fdfbc5 #c5fdfb #fbc5fd

Analogous Colors of #fdfbc5

#fdfbc5 #e3fdc5 #fddfc5

Monochromatic Colors of #fdfbc5

#fdfbc5

Complementary Color

#fdfbc5 #c5c7fd

#fdfbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbc5 Color CSS Codes

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

#fdfbc5 Text Font Color

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

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


#fdfbc5 Background Color

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

This div background color is #fdfbc5


#fdfbc5 Border Color

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

This div border color is #fdfbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbc5

Related Colors


Comments

No comments written yet.

Please login to write comment.