Color Hex Logo

#fbabe3 Color Hex

#FBABE3
(251,171,227)
0 Favorites   0 Comments

Color spaces of #fbabe3

RGB 251171227
HSL0.880.910.83
HSV318°32°98°
CMYK 0.000.320.10   0.02
XYZ68.211755.181179.7289
Yxy55.18110.33580.2717
Hunter Lab74.284033.9117-11.6371
CIE-Lab79.145537.5453-16.2227

#fbabe3 color RGB value is (251,171,227).

#fbabe3 hex color red value is 251, green value is 171 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fbabe3 hue: 0.88 , saturation: 0.91 and the lightness value of fbabe3 is 0.83.

The process color (four color CMYK) of #fbabe3 color hex is 0.00, 0.32, 0.10, 0.02. Web safe color of #fbabe3 is #ff99cc. Color #fbabe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11100011
Octal 373 253 343
Decimal 251 171 227
Hex FB AB E3

RGB Percentages of Color #fbabe3

%38.67
%26.35
%34.98

CMYK Percentages of Color #fbabe3

%0
%32
%10
%2

Triadic Colors of #fbabe3

#fbabe3 #e3fbab #abe3fb

Analogous Colors of #fbabe3

#fbabe3 #fbabbb #ebabfb

Monochromatic Colors of #fbabe3

#fbabe3

Complementary Color

#fbabe3 #abfbc3

#fbabe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabe3 Color CSS Codes

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

#fbabe3 Text Font Color

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

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


#fbabe3 Background Color

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

This div background color is #fbabe3


#fbabe3 Border Color

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

This div border color is #fbabe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabe3


Comments

No comments written yet.

Please login to write comment.