Color Hex Logo

#fbbed9 Color Hex

#FBBED9
(251,190,217)
0 Favorites   0 Comments

Color spaces of #fbbed9

RGB 251190217
HSL0.930.880.86
HSV333°24°98°
CMYK 0.000.240.14   0.02
XYZ70.721562.345973.9522
Yxy62.34590.34160.3012
Hunter Lab78.959421.6979-0.2585
CIE-Lab83.097025.9371-4.9463

#fbbed9 color RGB value is (251,190,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11011001
Octal 373 276 331
Decimal 251 190 217
Hex FB BE D9

RGB Percentages of Color #fbbed9

%38.15
%28.88
%32.98

CMYK Percentages of Color #fbbed9

%0
%24
%14
%2

Triadic Colors of #fbbed9

#fbbed9 #d9fbbe #bed9fb

Analogous Colors of #fbbed9

#fbbed9 #fbc2be #fbbef8

Monochromatic Colors of #fbbed9

#fbbed9

Complementary Color

#fbbed9 #befbe0

#fbbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbed9 Color CSS Codes

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

#fbbed9 Text Font Color

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

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


#fbbed9 Background Color

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

This div background color is #fbbed9


#fbbed9 Border Color

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

This div border color is #fbbed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbed9


Comments

No comments written yet.

Please login to write comment.