Color Hex Logo

#fbbfda Color Hex

#FBBFDA
(251,191,218)
0 Favorites   0 Comments

Color spaces of #fbbfda

RGB 251191218
HSL0.930.880.87
HSV333°24°98°
CMYK 0.000.240.13   0.02
XYZ71.069462.832874.7118
Yxy62.83280.34070.3012
Hunter Lab79.267121.3222-0.3957
CIE-Lab83.354325.5698-5.1026

#fbbfda color RGB value is (251,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11011010
Octal 373 277 332
Decimal 251 191 218
Hex FB BF DA

RGB Percentages of Color #fbbfda

%38.03
%28.94
%33.03

CMYK Percentages of Color #fbbfda

%0
%24
%13
%2

Triadic Colors of #fbbfda

#fbbfda #dafbbf #bfdafb

Analogous Colors of #fbbfda

#fbbfda #fbc2bf #fbbff8

Monochromatic Colors of #fbbfda

#fbbfda

Complementary Color

#fbbfda #bffbe0

#fbbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbfda Color CSS Codes

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

#fbbfda Text Font Color

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

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


#fbbfda Background Color

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

This div background color is #fbbfda


#fbbfda Border Color

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

This div border color is #fbbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbfda


Comments

No comments written yet.

Please login to write comment.