Color Hex Logo

#fbedf0 Color Hex

#FBEDF0
(251,237,240)
0 Favorites   0 Comments

Color spaces of #fbedf0

RGB 251237240
HSL0.960.640.96
HSV347°98°
CMYK 0.000.060.04   0.02
XYZ85.796087.368994.7800
Yxy87.36890.32020.3261
Hunter Lab93.47130.26785.3098
CIE-Lab94.89465.22760.2347

#fbedf0 color RGB value is (251,237,240).

#fbedf0 hex color red value is 251, green value is 237 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fbedf0 hue: 0.96 , saturation: 0.64 and the lightness value of fbedf0 is 0.96.

The process color (four color CMYK) of #fbedf0 color hex is 0.00, 0.06, 0.04, 0.02. Web safe color of #fbedf0 is #ffffff. Color #fbedf0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11110000
Octal 373 355 360
Decimal 251 237 240
Hex FB ED F0

RGB Percentages of Color #fbedf0

%34.48
%32.55
%32.97

CMYK Percentages of Color #fbedf0

%0
%6
%4
%2

Triadic Colors of #fbedf0

#fbedf0 #f0fbed #edf0fb

Analogous Colors of #fbedf0

#fbedf0 #fbf1ed #fbedf7

Monochromatic Colors of #fbedf0

#fbedf0

Complementary Color

#fbedf0 #edfbf8

#fbedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedf0 Color CSS Codes

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

#fbedf0 Text Font Color

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

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


#fbedf0 Background Color

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

This div background color is #fbedf0


#fbedf0 Border Color

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

This div border color is #fbedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedf0


Comments

No comments written yet.

Please login to write comment.