Color Hex Logo

#fbbdaf Color Hex

#FBBDAF
(251,189,175)
0 Favorites   0 Comments

Color spaces of #fbbdaf

RGB 251189175
HSL0.030.900.84
HSV11°30°98°
CMYK 0.000.250.30   0.02
XYZ65.719159.999648.6747
Yxy59.99960.37680.3440
Hunter Lab77.459415.891316.9644
CIE-Lab81.838020.419115.7614

#fbbdaf color RGB value is (251,189,175).

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

The process color (four color CMYK) of #fbbdaf color hex is 0.00, 0.25, 0.30, 0.02. Web safe color of #fbbdaf is #ffcc99. Color #fbbdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10101111
Octal 373 275 257
Decimal 251 189 175
Hex FB BD AF

RGB Percentages of Color #fbbdaf

%40.81
%30.73
%28.46

CMYK Percentages of Color #fbbdaf

%0
%25
%30
%2

Triadic Colors of #fbbdaf

#fbbdaf #affbbd #bdaffb

Analogous Colors of #fbbdaf

#fbbdaf #fbe3af #fbafc7

Monochromatic Colors of #fbbdaf

#fbbdaf

Complementary Color

#fbbdaf #afedfb

#fbbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdaf Color CSS Codes

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

#fbbdaf Text Font Color

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

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


#fbbdaf Background Color

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

This div background color is #fbbdaf


#fbbdaf Border Color

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

This div border color is #fbbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdaf


Comments

No comments written yet.

Please login to write comment.