Color Hex Logo

#fbefdd Color Hex

#FBEFDD
(251,239,221)
0 Favorites   0 Comments

Color spaces of #fbefdd

RGB 251239221
HSL0.100.790.93
HSV36°12°98°
CMYK 0.000.050.12   0.02
XYZ83.701387.462780.8771
Yxy87.46270.33210.3470
Hunter Lab93.5215-3.906014.1912
CIE-Lab94.93421.091610.1381

#fbefdd color RGB value is (251,239,221).

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

The process color (four color CMYK) of #fbefdd color hex is 0.00, 0.05, 0.12, 0.02. Web safe color of #fbefdd is #ffffcc. Color #fbefdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11011101
Octal 373 357 335
Decimal 251 239 221
Hex FB EF DD

RGB Percentages of Color #fbefdd

%35.30
%33.61
%31.08

CMYK Percentages of Color #fbefdd

%0
%5
%12
%2

Triadic Colors of #fbefdd

#fbefdd #ddfbef #efddfb

Analogous Colors of #fbefdd

#fbefdd #f8fbdd #fbe0dd

Monochromatic Colors of #fbefdd

#fbefdd

Complementary Color

#fbefdd #dde9fb

#fbefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefdd Color CSS Codes

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

#fbefdd Text Font Color

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

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


#fbefdd Background Color

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

This div background color is #fbefdd


#fbefdd Border Color

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

This div border color is #fbefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefdd


Comments

No comments written yet.

Please login to write comment.