Color Hex Logo

#fbedce Color Hex

#FBEDCE
(251,237,206)
0 Favorites   0 Comments

Color spaces of #fbedce

RGB 251237206
HSL0.110.850.90
HSV41°18°98°
CMYK 0.000.060.18   0.02
XYZ81.208485.533870.6221
Yxy85.53380.34210.3603
Hunter Lab92.4845-5.111319.4647
CIE-Lab94.1127-0.173116.7256

#fbedce color RGB value is (251,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11001110
Octal 373 355 316
Decimal 251 237 206
Hex FB ED CE

RGB Percentages of Color #fbedce

%36.17
%34.15
%29.68

CMYK Percentages of Color #fbedce

%0
%6
%18
%2

Triadic Colors of #fbedce

#fbedce #cefbed #edcefb

Analogous Colors of #fbedce

#fbedce #f3fbce #fbd7ce

Monochromatic Colors of #fbedce

#fbedce

Complementary Color

#fbedce #cedcfb

#fbedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedce Color CSS Codes

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

#fbedce Text Font Color

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

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


#fbedce Background Color

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

This div background color is #fbedce


#fbedce Border Color

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

This div border color is #fbedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedce

Related Colors


Comments

No comments written yet.

Please login to write comment.