Color Hex Logo

#fbafd9 Color Hex

#FBAFD9
(251,175,217)
0 Favorites   0 Comments

Color spaces of #fbafd9

RGB 251175217
HSL0.910.900.84
HSV327°30°98°
CMYK 0.000.300.14   0.02
XYZ67.638056.178972.9243
Yxy56.17890.34380.2855
Hunter Lab74.952629.9133-5.2187
CIE-Lab79.715533.8296-9.9582

#fbafd9 color RGB value is (251,175,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11011001
Octal 373 257 331
Decimal 251 175 217
Hex FB AF D9

RGB Percentages of Color #fbafd9

%39.04
%27.22
%33.75

CMYK Percentages of Color #fbafd9

%0
%30
%14
%2

Triadic Colors of #fbafd9

#fbafd9 #d9fbaf #afd9fb

Analogous Colors of #fbafd9

#fbafd9 #fbafb3 #f7affb

Monochromatic Colors of #fbafd9

#fbafd9

Complementary Color

#fbafd9 #affbd1

#fbafd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafd9 Color CSS Codes

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

#fbafd9 Text Font Color

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

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


#fbafd9 Background Color

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

This div background color is #fbafd9


#fbafd9 Border Color

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

This div border color is #fbafd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafd9


Comments

No comments written yet.

Please login to write comment.