Color Hex Logo

#fdfbbe Color Hex

#FDFBBE
(253,251,190)
0 Favorites   0 Comments

Color spaces of #fdfbbe

RGB 253251190
HSL0.160.940.87
HSV58°25°99°
CMYK 0.000.010.25   0.01
XYZ84.299593.594762.3377
Yxy93.59470.35090.3896
Hunter Lab96.7444-13.764229.5172
CIE-Lab97.4684-8.692729.5643

#fdfbbe color RGB value is (253,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10111110
Octal 375 373 276
Decimal 253 251 190
Hex FD FB BE

RGB Percentages of Color #fdfbbe

%36.46
%36.17
%27.38

CMYK Percentages of Color #fdfbbe

%0
%1
%25
%1

Triadic Colors of #fdfbbe

#fdfbbe #befdfb #fbbefd

Analogous Colors of #fdfbbe

#fdfbbe #e0fdbe #fddcbe

Monochromatic Colors of #fdfbbe

#fdfbbe

Complementary Color

#fdfbbe #bec0fd

#fdfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbbe Color CSS Codes

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

#fdfbbe Text Font Color

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

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


#fdfbbe Background Color

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

This div background color is #fdfbbe


#fdfbbe Border Color

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

This div border color is #fdfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.