Color Hex Logo

#fbbae4 Color Hex

#FBBAE4
(251,186,228)
0 Favorites   0 Comments

Color spaces of #fbbae4

RGB 251186228
HSL0.890.890.86
HSV321°26°98°
CMYK 0.000.260.09   0.02
XYZ71.346261.228581.4567
Yxy61.22850.33330.2861
Hunter Lab78.248625.8191-6.9467
CIE-Lab82.501429.8345-11.7294

#fbbae4 color RGB value is (251,186,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11100100
Octal 373 272 344
Decimal 251 186 228
Hex FB BA E4

RGB Percentages of Color #fbbae4

%37.74
%27.97
%34.29

CMYK Percentages of Color #fbbae4

%0
%26
%9
%2

Triadic Colors of #fbbae4

#fbbae4 #e4fbba #bae4fb

Analogous Colors of #fbbae4

#fbbae4 #fbbac4 #f2bafb

Monochromatic Colors of #fbbae4

#fbbae4

Complementary Color

#fbbae4 #bafbd1

#fbbae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbae4 Color CSS Codes

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

#fbbae4 Text Font Color

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

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


#fbbae4 Background Color

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

This div background color is #fbbae4


#fbbae4 Border Color

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

This div border color is #fbbae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbae4


Comments

No comments written yet.

Please login to write comment.