Color Hex Logo

#fbedcf Color Hex

#FBEDCF
(251,237,207)
0 Favorites   0 Comments

Color spaces of #fbedcf

RGB 251237207
HSL0.110.850.90
HSV41°18°98°
CMYK 0.000.060.18   0.02
XYZ81.330385.582671.2640
Yxy85.58260.34150.3593
Hunter Lab92.5109-4.966919.0847
CIE-Lab94.1336-0.026116.2387

#fbedcf color RGB value is (251,237,207).

#fbedcf hex color red value is 251, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fbedcf hue: 0.11 , saturation: 0.85 and the lightness value of fbedcf is 0.90.

The process color (four color CMYK) of #fbedcf color hex is 0.00, 0.06, 0.18, 0.02. Web safe color of #fbedcf is #ffffcc. Color #fbedcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11001111
Octal 373 355 317
Decimal 251 237 207
Hex FB ED CF

RGB Percentages of Color #fbedcf

%36.12
%34.10
%29.78

CMYK Percentages of Color #fbedcf

%0
%6
%18
%2

Triadic Colors of #fbedcf

#fbedcf #cffbed #edcffb

Analogous Colors of #fbedcf

#fbedcf #f3fbcf #fbd7cf

Monochromatic Colors of #fbedcf

#fbedcf

Complementary Color

#fbedcf #cfddfb

#fbedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedcf Color CSS Codes

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

#fbedcf Text Font Color

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

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


#fbedcf Background Color

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

This div background color is #fbedcf


#fbedcf Border Color

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

This div border color is #fbedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedcf


Comments

No comments written yet.

Please login to write comment.