Color Hex Logo

#fbbfdc Color Hex

#FBBFDC
(251,191,220)
0 Favorites   0 Comments

Color spaces of #fbbfdc

RGB 251191220
HSL0.920.880.87
HSV331°24°98°
CMYK 0.000.240.12   0.02
XYZ71.332762.938176.0988
Yxy62.93810.33910.2992
Hunter Lab79.333521.6645-1.3390
CIE-Lab83.409825.8904-6.0919

#fbbfdc color RGB value is (251,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11011100
Octal 373 277 334
Decimal 251 191 220
Hex FB BF DC

RGB Percentages of Color #fbbfdc

%37.92
%28.85
%33.23

CMYK Percentages of Color #fbbfdc

%0
%24
%12
%2

Triadic Colors of #fbbfdc

#fbbfdc #dcfbbf #bfdcfb

Analogous Colors of #fbbfdc

#fbbfdc #fbc0bf #fbbffa

Monochromatic Colors of #fbbfdc

#fbbfdc

Complementary Color

#fbbfdc #bffbde

#fbbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfdc Color CSS Codes

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

#fbbfdc Text Font Color

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

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


#fbbfdc Background Color

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

This div background color is #fbbfdc


#fbbfdc Border Color

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

This div border color is #fbbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfdc

Related Colors


Comments

No comments written yet.

Please login to write comment.