Color Hex Logo

#fbafbe Color Hex

#FBAFBE
(251,175,190)
0 Favorites   0 Comments

Color spaces of #fbafbe

RGB 251175190
HSL0.970.900.84
HSV348°30°98°
CMYK 0.000.300.24   0.02
XYZ64.407954.886955.9148
Yxy54.88690.36760.3133
Hunter Lab74.085725.53267.1120
CIE-Lab78.976129.79473.5925

#fbafbe color RGB value is (251,175,190).

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

The process color (four color CMYK) of #fbafbe color hex is 0.00, 0.30, 0.24, 0.02. Web safe color of #fbafbe is #ff99cc. Color #fbafbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 10111110
Octal 373 257 276
Decimal 251 175 190
Hex FB AF BE

RGB Percentages of Color #fbafbe

%40.75
%28.41
%30.84

CMYK Percentages of Color #fbafbe

%0
%30
%24
%2

Triadic Colors of #fbafbe

#fbafbe #befbaf #afbefb

Analogous Colors of #fbafbe

#fbafbe #fbc6af #fbafe4

Monochromatic Colors of #fbafbe

#fbafbe

Complementary Color

#fbafbe #affbec

#fbafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafbe Color CSS Codes

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

#fbafbe Text Font Color

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

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


#fbafbe Background Color

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

This div background color is #fbafbe


#fbafbe Border Color

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

This div border color is #fbafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafbe


Comments

No comments written yet.

Please login to write comment.