color codes Logo

#fbb0ee color codes

#FBB0EE
(251,176,238)
0 Favorites   0 Comments

Color spaces of #fbb0ee

RGB 251176238
HSL0.860.900.84
HSV310°30°98°
CMYK 0.000.300.05   0.02
XYZ70.741657.732988.3040
Yxy57.73290.32630.2663
Hunter Lab75.982233.2199-15.7174
CIE-Lab80.590136.7859-19.9760

#fbb0ee color RGB value is (251,176,238).

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

The process color (four color CMYK) of #fbb0ee color code is 0.00, 0.30, 0.05, 0.02. Web safe color of #fbb0ee is #ff99ff. Color #fbb0ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 11101110
Octal 373 260 356
Decimal 251 176 238
Hex FB B0 EE

RGB Percentages of Color #fbb0ee

%37.74
%26.47
%35.79

CMYK Percentages of Color #fbb0ee

%0
%30
%5
%2

Triadic Colors of #fbb0ee

#fbb0ee #eefbb0 #b0eefb

Analogous Colors of #fbb0ee

#fbb0ee #fbb0c9 #e3b0fb

Monochromatic Colors of #fbb0ee

#fbb0ee

Complementary Color

#fbb0ee #b0fbbd

#fbb0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0ee Color CSS Codes

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

#fbb0ee Text Font Color

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

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


#fbb0ee Background Color

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

This div background color is #fbb0ee


#fbb0ee Border Color

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

This div border color is #fbb0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0ee

Related Colors


Comments

No comments written yet.

Please login to write comment.