Color Hex Logo

#fbb6ea Color Hex

#FBB6EA
(251,182,234)
0 Favorites   0 Comments

Color spaces of #fbb6ea

RGB 251182234
HSL0.870.900.85
HSV315°27°98°
CMYK 0.000.270.07   0.02
XYZ71.362959.905685.6436
Yxy59.90560.32900.2762
Hunter Lab77.398729.1322-11.4268
CIE-Lab81.786932.9500-16.0204

#fbb6ea color RGB value is (251,182,234).

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

The process color (four color CMYK) of #fbb6ea color hex is 0.00, 0.27, 0.07, 0.02. Web safe color of #fbb6ea is #ffccff. Color #fbb6ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 11101010
Octal 373 266 352
Decimal 251 182 234
Hex FB B6 EA

RGB Percentages of Color #fbb6ea

%37.63
%27.29
%35.08

CMYK Percentages of Color #fbb6ea

%0
%27
%7
%2

Triadic Colors of #fbb6ea

#fbb6ea #eafbb6 #b6eafb

Analogous Colors of #fbb6ea

#fbb6ea #fbb6c8 #eab6fb

Monochromatic Colors of #fbb6ea

#fbb6ea

Complementary Color

#fbb6ea #b6fbc7

#fbb6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb6ea Color CSS Codes

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

#fbb6ea Text Font Color

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

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


#fbb6ea Background Color

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

This div background color is #fbb6ea


#fbb6ea Border Color

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

This div border color is #fbb6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb6ea


Comments

No comments written yet.

Please login to write comment.