Color Hex Logo

#fbbed7 Color Hex

#FBBED7
(251,190,215)
0 Favorites   0 Comments

Color spaces of #fbbed7

RGB 251190215
HSL0.930.880.86
HSV335°24°98°
CMYK 0.000.240.14   0.02
XYZ70.462962.242472.5902
Yxy62.24240.34320.3032
Hunter Lab78.893921.36040.6730
CIE-Lab83.042225.6207-3.9550

#fbbed7 color RGB value is (251,190,215).

#fbbed7 hex color red value is 251, green value is 190 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fbbed7 hue: 0.93 , saturation: 0.88 and the lightness value of fbbed7 is 0.86.

The process color (four color CMYK) of #fbbed7 color hex is 0.00, 0.24, 0.14, 0.02. Web safe color of #fbbed7 is #ffcccc. Color #fbbed7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11010111
Octal 373 276 327
Decimal 251 190 215
Hex FB BE D7

RGB Percentages of Color #fbbed7

%38.26
%28.96
%32.77

CMYK Percentages of Color #fbbed7

%0
%24
%14
%2

Triadic Colors of #fbbed7

#fbbed7 #d7fbbe #bed7fb

Analogous Colors of #fbbed7

#fbbed7 #fbc4be #fbbef6

Monochromatic Colors of #fbbed7

#fbbed7

Complementary Color

#fbbed7 #befbe2

#fbbed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbed7 Color CSS Codes

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

#fbbed7 Text Font Color

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

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


#fbbed7 Background Color

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

This div background color is #fbbed7


#fbbed7 Border Color

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

This div border color is #fbbed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbed7


Comments

No comments written yet.

Please login to write comment.