Color Hex Logo

#fbbde2 Color Hex

#FBBDE2
(251,189,226)
0 Favorites   0 Comments

Color spaces of #fbbde2

RGB 251189226
HSL0.900.890.86
HSV324°25°98°
CMYK 0.000.250.10   0.02
XYZ71.708762.395480.2156
Yxy62.39540.33460.2911
Hunter Lab78.990823.8105-4.9158
CIE-Lab83.123227.9225-9.7305

#fbbde2 color RGB value is (251,189,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11100010
Octal 373 275 342
Decimal 251 189 226
Hex FB BD E2

RGB Percentages of Color #fbbde2

%37.69
%28.38
%33.93

CMYK Percentages of Color #fbbde2

%0
%25
%10
%2

Triadic Colors of #fbbde2

#fbbde2 #e2fbbd #bde2fb

Analogous Colors of #fbbde2

#fbbde2 #fbbdc3 #f5bdfb

Monochromatic Colors of #fbbde2

#fbbde2

Complementary Color

#fbbde2 #bdfbd6

#fbbde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbde2 Color CSS Codes

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

#fbbde2 Text Font Color

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

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


#fbbde2 Background Color

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

This div background color is #fbbde2


#fbbde2 Border Color

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

This div border color is #fbbde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbde2


Comments

No comments written yet.

Please login to write comment.