Color Hex Logo

#fbbae1 Color Hex

#FBBAE1
(251,186,225)
0 Favorites   0 Comments

Color spaces of #fbbae1

RGB 251186225
HSL0.900.890.86
HSV324°26°98°
CMYK 0.000.260.10   0.02
XYZ70.933261.063379.2820
Yxy61.06330.33570.2890
Hunter Lab78.143025.2806-5.4541
CIE-Lab82.412829.3381-10.2520

#fbbae1 color RGB value is (251,186,225).

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

The process color (four color CMYK) of #fbbae1 color hex is 0.00, 0.26, 0.10, 0.02. Web safe color of #fbbae1 is #ffcccc. Color #fbbae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11100001
Octal 373 272 341
Decimal 251 186 225
Hex FB BA E1

RGB Percentages of Color #fbbae1

%37.92
%28.10
%33.99

CMYK Percentages of Color #fbbae1

%0
%26
%10
%2

Triadic Colors of #fbbae1

#fbbae1 #e1fbba #bae1fb

Analogous Colors of #fbbae1

#fbbae1 #fbbac1 #f5bafb

Monochromatic Colors of #fbbae1

#fbbae1

Complementary Color

#fbbae1 #bafbd4

#fbbae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbae1 Color CSS Codes

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

#fbbae1 Text Font Color

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

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


#fbbae1 Background Color

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

This div background color is #fbbae1


#fbbae1 Border Color

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

This div border color is #fbbae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbae1


Comments

No comments written yet.

Please login to write comment.