Color Hex Logo

#fbaf97 Color Hex

#FBAF97
(251,175,151)
0 Favorites   0 Comments

Color spaces of #fbaf97

RGB 251175151
HSL0.040.930.79
HSV14°40°98°
CMYK 0.000.300.40   0.02
XYZ60.699553.403536.3869
Yxy53.40350.40330.3549
Hunter Lab73.077720.379021.6327
CIE-Lab78.112624.920523.4731

#fbaf97 color RGB value is (251,175,151).

#fbaf97 hex color red value is 251, green value is 175 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fbaf97 hue: 0.04 , saturation: 0.93 and the lightness value of fbaf97 is 0.79.

The process color (four color CMYK) of #fbaf97 color hex is 0.00, 0.30, 0.40, 0.02. Web safe color of #fbaf97 is #ff9999. Color #fbaf97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 10010111
Octal 373 257 227
Decimal 251 175 151
Hex FB AF 97

RGB Percentages of Color #fbaf97

%43.50
%30.33
%26.17

CMYK Percentages of Color #fbaf97

%0
%30
%40
%2

Triadic Colors of #fbaf97

#fbaf97 #97fbaf #af97fb

Analogous Colors of #fbaf97

#fbaf97 #fbe197 #fb97b1

Monochromatic Colors of #fbaf97

#fbaf97

Complementary Color

#fbaf97 #97e3fb

#fbaf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf97 Color CSS Codes

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

#fbaf97 Text Font Color

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

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


#fbaf97 Background Color

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

This div background color is #fbaf97


#fbaf97 Border Color

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

This div border color is #fbaf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf97

Related Colors


Comments

No comments written yet.

Please login to write comment.