Color Hex Logo

#fbedf7 Color Hex

#FBEDF7
(251,237,247)
0 Favorites   0 Comments

Color spaces of #fbedf7

RGB 251237247
HSL0.880.640.96
HSV317°98°
CMYK 0.000.060.02   0.02
XYZ86.856387.7930100.3636
Yxy87.79300.31580.3192
Hunter Lab93.69791.49502.0806
CIE-Lab95.07376.4379-3.1351

#fbedf7 color RGB value is (251,237,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11110111
Octal 373 355 367
Decimal 251 237 247
Hex FB ED F7

RGB Percentages of Color #fbedf7

%34.15
%32.24
%33.61

CMYK Percentages of Color #fbedf7

%0
%6
%2
%2

Triadic Colors of #fbedf7

#fbedf7 #f7fbed #edf7fb

Analogous Colors of #fbedf7

#fbedf7 #fbedf0 #f8edfb

Monochromatic Colors of #fbedf7

#fbedf7

Complementary Color

#fbedf7 #edfbf1

#fbedf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedf7 Color CSS Codes

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

#fbedf7 Text Font Color

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

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


#fbedf7 Background Color

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

This div background color is #fbedf7


#fbedf7 Border Color

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

This div border color is #fbedf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedf7

Related Colors


Comments

No comments written yet.

Please login to write comment.