Color Hex Logo

#fbbde8 Color Hex

#FBBDE8
(251,189,232)
0 Favorites   0 Comments

Color spaces of #fbbde8

RGB 251189232
HSL0.880.890.86
HSV318°25°98°
CMYK 0.000.250.08   0.02
XYZ72.546762.730684.6285
Yxy62.73060.32990.2853
Hunter Lab79.202724.8948-7.9099
CIE-Lab83.300428.9250-12.6784

#fbbde8 color RGB value is (251,189,232).

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

The process color (four color CMYK) of #fbbde8 color hex is 0.00, 0.25, 0.08, 0.02. Web safe color of #fbbde8 is #ffccff. Color #fbbde8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11101000
Octal 373 275 350
Decimal 251 189 232
Hex FB BD E8

RGB Percentages of Color #fbbde8

%37.35
%28.13
%34.52

CMYK Percentages of Color #fbbde8

%0
%25
%8
%2

Triadic Colors of #fbbde8

#fbbde8 #e8fbbd #bde8fb

Analogous Colors of #fbbde8

#fbbde8 #fbbdc9 #efbdfb

Monochromatic Colors of #fbbde8

#fbbde8

Complementary Color

#fbbde8 #bdfbd0

#fbbde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbde8 Color CSS Codes

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

#fbbde8 Text Font Color

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

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


#fbbde8 Background Color

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

This div background color is #fbbde8


#fbbde8 Border Color

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

This div border color is #fbbde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbde8


Comments

No comments written yet.

Please login to write comment.