Color Hex Logo

#fbb0ea Color Hex

#FBB0EA
(251,176,234)
0 Favorites   0 Comments

Color spaces of #fbb0ea

RGB 251176234
HSL0.870.900.84
HSV314°30°98°
CMYK 0.000.300.07   0.02
XYZ70.160357.500485.2427
Yxy57.50040.32950.2701
Hunter Lab75.829032.4552-13.5702
CIE-Lab80.460236.1010-18.0191

#fbb0ea color RGB value is (251,176,234).

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

The process color (four color CMYK) of #fbb0ea color hex is 0.00, 0.30, 0.07, 0.02. Web safe color of #fbb0ea is #ff99ff. Color #fbb0ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 11101010
Octal 373 260 352
Decimal 251 176 234
Hex FB B0 EA

RGB Percentages of Color #fbb0ea

%37.97
%26.63
%35.40

CMYK Percentages of Color #fbb0ea

%0
%30
%7
%2

Triadic Colors of #fbb0ea

#fbb0ea #eafbb0 #b0eafb

Analogous Colors of #fbb0ea

#fbb0ea #fbb0c5 #e7b0fb

Monochromatic Colors of #fbb0ea

#fbb0ea

Complementary Color

#fbb0ea #b0fbc1

#fbb0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0ea Color CSS Codes

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

#fbb0ea Text Font Color

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

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


#fbb0ea Background Color

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

This div background color is #fbb0ea


#fbb0ea Border Color

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

This div border color is #fbb0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0ea

Related Colors


Comments

No comments written yet.

Please login to write comment.