Color Hex Logo

#fbbdd6 Color Hex

#FBBDD6
(251,189,214)
0 Favorites   0 Comments

Color spaces of #fbbdd6

RGB 251189214
HSL0.930.890.86
HSV336°25°98°
CMYK 0.000.250.15   0.02
XYZ70.118961.759571.8434
Yxy61.75950.34420.3032
Hunter Lab78.587221.73780.8089
CIE-Lab82.785425.9899-3.7965

#fbbdd6 color RGB value is (251,189,214).

#fbbdd6 hex color red value is 251, green value is 189 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #fbbdd6 hue: 0.93 , saturation: 0.89 and the lightness value of fbbdd6 is 0.86.

The process color (four color CMYK) of #fbbdd6 color hex is 0.00, 0.25, 0.15, 0.02. Web safe color of #fbbdd6 is #ffcccc. Color #fbbdd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11010110
Octal 373 275 326
Decimal 251 189 214
Hex FB BD D6

RGB Percentages of Color #fbbdd6

%38.38
%28.90
%32.72

CMYK Percentages of Color #fbbdd6

%0
%25
%15
%2

Triadic Colors of #fbbdd6

#fbbdd6 #d6fbbd #bdd6fb

Analogous Colors of #fbbdd6

#fbbdd6 #fbc3bd #fbbdf5

Monochromatic Colors of #fbbdd6

#fbbdd6

Complementary Color

#fbbdd6 #bdfbe2

#fbbdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdd6 Color CSS Codes

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

#fbbdd6 Text Font Color

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

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


#fbbdd6 Background Color

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

This div background color is #fbbdd6


#fbbdd6 Border Color

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

This div border color is #fbbdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdd6

Related Colors


Comments

No comments written yet.

Please login to write comment.