color codes Logo

#fbb7ea color codes

#FBB7EA
(251,183,234)
0 Favorites   0 Comments

Color spaces of #fbb7ea

RGB 251183234
HSL0.880.890.85
HSV315°27°98°
CMYK 0.000.270.07   0.02
XYZ71.568460.316785.7121
Yxy60.31670.32890.2772
Hunter Lab77.663828.5788-11.0695
CIE-Lab82.010032.4238-15.6848

#fbb7ea color RGB value is (251,183,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 11101010
Octal 373 267 352
Decimal 251 183 234
Hex FB B7 EA

RGB Percentages of Color #fbb7ea

%37.57
%27.40
%35.03

CMYK Percentages of Color #fbb7ea

%0
%27
%7
%2

Triadic Colors of #fbb7ea

#fbb7ea #eafbb7 #b7eafb

Analogous Colors of #fbb7ea

#fbb7ea #fbb7c8 #eab7fb

Monochromatic Colors of #fbb7ea

#fbb7ea

Complementary Color

#fbb7ea #b7fbc8

#fbb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb7ea Color CSS Codes

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

#fbb7ea Text Font Color

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

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


#fbb7ea Background Color

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

This div background color is #fbb7ea


#fbb7ea Border Color

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

This div border color is #fbb7ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,183,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 #fbb7ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb7ea


Comments

No comments written yet.

Please login to write comment.