Color Hex Logo

#fbbfdf Color Hex

#FBBFDF
(251,191,223)
0 Favorites   0 Comments

Color spaces of #fbbfdf

RGB 251191223
HSL0.910.880.87
HSV328°24°98°
CMYK 0.000.240.11   0.02
XYZ71.733763.098578.2105
Yxy63.09850.33670.2962
Hunter Lab79.434622.1846-2.7722
CIE-Lab83.494226.3766-7.5732

#fbbfdf color RGB value is (251,191,223).

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

The process color (four color CMYK) of #fbbfdf color hex is 0.00, 0.24, 0.11, 0.02. Web safe color of #fbbfdf is #ffcccc. Color #fbbfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11011111
Octal 373 277 337
Decimal 251 191 223
Hex FB BF DF

RGB Percentages of Color #fbbfdf

%37.74
%28.72
%33.53

CMYK Percentages of Color #fbbfdf

%0
%24
%11
%2

Triadic Colors of #fbbfdf

#fbbfdf #dffbbf #bfdffb

Analogous Colors of #fbbfdf

#fbbfdf #fbbfc1 #f9bffb

Monochromatic Colors of #fbbfdf

#fbbfdf

Complementary Color

#fbbfdf #bffbdb

#fbbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfdf Color CSS Codes

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

#fbbfdf Text Font Color

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

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


#fbbfdf Background Color

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

This div background color is #fbbfdf


#fbbfdf Border Color

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

This div border color is #fbbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfdf


Comments

No comments written yet.

Please login to write comment.