Color Hex Logo

#fbb2ed Color Hex

#FBB2ED
(251,178,237)
0 Favorites   0 Comments

Color spaces of #fbb2ed

RGB 251178237
HSL0.870.900.84
HSV312°29°98°
CMYK 0.000.290.06   0.02
XYZ70.990158.464487.6639
Yxy58.46440.32700.2693
Hunter Lab76.462031.9173-14.4527
CIE-Lab80.996335.5648-18.8238

#fbb2ed color RGB value is (251,178,237).

#fbb2ed hex color red value is 251, green value is 178 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbb2ed hue: 0.87 , saturation: 0.90 and the lightness value of fbb2ed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 11101101
Octal 373 262 355
Decimal 251 178 237
Hex FB B2 ED

RGB Percentages of Color #fbb2ed

%37.69
%26.73
%35.59

CMYK Percentages of Color #fbb2ed

%0
%29
%6
%2

Triadic Colors of #fbb2ed

#fbb2ed #edfbb2 #b2edfb

Analogous Colors of #fbb2ed

#fbb2ed #fbb2c9 #e5b2fb

Monochromatic Colors of #fbb2ed

#fbb2ed

Complementary Color

#fbb2ed #b2fbc0

#fbb2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb2ed Color CSS Codes

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

#fbb2ed Text Font Color

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

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


#fbb2ed Background Color

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

This div background color is #fbb2ed


#fbb2ed Border Color

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

This div border color is #fbb2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb2ed

Related Colors

#fbb2ed Color Palettes


Comments

No comments written yet.

Please login to write comment.