Color Hex Logo

#fbb4de Color Hex

#FBB4DE
(251,180,222)
0 Favorites   0 Comments

Color spaces of #fbb4de

RGB 251180222
HSL0.900.900.85
HSV325°28°98°
CMYK 0.000.280.12   0.02
XYZ69.289758.425776.7326
Yxy58.42570.33890.2858
Hunter Lab76.436728.0456-6.0138
CIE-Lab80.974932.0057-10.7814

#fbb4de color RGB value is (251,180,222).

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

The process color (four color CMYK) of #fbb4de color hex is 0.00, 0.28, 0.12, 0.02. Web safe color of #fbb4de is #ffcccc. Color #fbb4de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 11011110
Octal 373 264 336
Decimal 251 180 222
Hex FB B4 DE

RGB Percentages of Color #fbb4de

%38.44
%27.57
%34.00

CMYK Percentages of Color #fbb4de

%0
%28
%12
%2

Triadic Colors of #fbb4de

#fbb4de #defbb4 #b4defb

Analogous Colors of #fbb4de

#fbb4de #fbb4bb #f5b4fb

Monochromatic Colors of #fbb4de

#fbb4de

Complementary Color

#fbb4de #b4fbd1

#fbb4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb4de Color CSS Codes

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

#fbb4de Text Font Color

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

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


#fbb4de Background Color

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

This div background color is #fbb4de


#fbb4de Border Color

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

This div border color is #fbb4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb4de


Comments

No comments written yet.

Please login to write comment.