Color Hex Logo

#fbbed1 Color Hex

#FBBED1
(251,190,209)
0 Favorites   0 Comments

Color spaces of #fbbed1

RGB 251190209
HSL0.950.880.86
HSV341°24°98°
CMYK 0.000.240.17   0.02
XYZ69.705761.939668.6032
Yxy61.93960.34810.3093
Hunter Lab78.701720.36853.4089
CIE-Lab82.881324.6873-0.9732

#fbbed1 color RGB value is (251,190,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 11010001
Octal 373 276 321
Decimal 251 190 209
Hex FB BE D1

RGB Percentages of Color #fbbed1

%38.62
%29.23
%32.15

CMYK Percentages of Color #fbbed1

%0
%24
%17
%2

Triadic Colors of #fbbed1

#fbbed1 #d1fbbe #bed1fb

Analogous Colors of #fbbed1

#fbbed1 #fbcabe #fbbef0

Monochromatic Colors of #fbbed1

#fbbed1

Complementary Color

#fbbed1 #befbe8

#fbbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbed1 Color CSS Codes

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

#fbbed1 Text Font Color

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

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


#fbbed1 Background Color

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

This div background color is #fbbed1


#fbbed1 Border Color

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

This div border color is #fbbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbed1


Comments

No comments written yet.

Please login to write comment.