Color Hex Logo

#fefbdd Color Hex

#FEFBDD
(254,251,221)
0 Favorites   0 Comments

Color spaces of #fefbdd

RGB 254251221
HSL0.150.940.93
HSV55°13°100°
CMYK 0.000.010.13   0.00
XYZ88.421495.285682.1383
Yxy95.28560.33260.3584
Hunter Lab97.6143-9.135518.4400
CIE-Lab98.1477-3.914914.7419

#fefbdd color RGB value is (254,251,221).

#fefbdd hex color red value is 254, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fefbdd hue: 0.15 , saturation: 0.94 and the lightness value of fefbdd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11011101
Octal 376 373 335
Decimal 254 251 221
Hex FE FB DD

RGB Percentages of Color #fefbdd

%34.99
%34.57
%30.44

CMYK Percentages of Color #fefbdd

%0
%1
%13
%0

Triadic Colors of #fefbdd

#fefbdd #ddfefb #fbddfe

Analogous Colors of #fefbdd

#fefbdd #f1fedd #feebdd

Monochromatic Colors of #fefbdd

#fefbdd

Complementary Color

#fefbdd #dde0fe

#fefbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbdd Color CSS Codes

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

#fefbdd Text Font Color

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

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


#fefbdd Background Color

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

This div background color is #fefbdd


#fefbdd Border Color

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

This div border color is #fefbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.