Color Hex Logo

#fdfbed Color Hex

#FDFBED
(253,251,237)
0 Favorites   0 Comments

Color spaces of #fdfbed

RGB 253251237
HSL0.150.800.96
HSV53°99°
CMYK 0.000.010.06   0.01
XYZ90.291395.991493.8901
Yxy95.99140.32230.3426
Hunter Lab97.9752-6.955811.7648
CIE-Lab98.4288-1.71006.9278

#fdfbed color RGB value is (253,251,237).

#fdfbed hex color red value is 253, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fdfbed hue: 0.15 , saturation: 0.80 and the lightness value of fdfbed is 0.96.

The process color (four color CMYK) of #fdfbed color hex is 0.00, 0.01, 0.06, 0.01. Web safe color of #fdfbed is #ffffff. Color #fdfbed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11101101
Octal 375 373 355
Decimal 253 251 237
Hex FD FB ED

RGB Percentages of Color #fdfbed

%34.14
%33.87
%31.98

CMYK Percentages of Color #fdfbed

%0
%1
%6
%1

Triadic Colors of #fdfbed

#fdfbed #edfdfb #fbedfd

Analogous Colors of #fdfbed

#fdfbed #f7fded #fdf3ed

Monochromatic Colors of #fdfbed

#fdfbed

Complementary Color

#fdfbed #edeffd

#fdfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbed Color CSS Codes

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

#fdfbed Text Font Color

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

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


#fdfbed Background Color

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

This div background color is #fdfbed


#fdfbed Border Color

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

This div border color is #fdfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbed

Related Colors

#fdfbed Color Palettes


Comments

No comments written yet.

Please login to write comment.