Color Hex Logo

#fbbde4 Color Hex

#FBBDE4
(251,189,228)
0 Favorites   0 Comments

Color spaces of #fbbde4

RGB 251189228
HSL0.900.890.86
HSV322°25°98°
CMYK 0.000.250.09   0.02
XYZ71.984862.505981.6696
Yxy62.50590.33300.2892
Hunter Lab79.060724.1682-5.9040
CIE-Lab83.181728.2539-10.7145

#fbbde4 color RGB value is (251,189,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11100100
Octal 373 275 344
Decimal 251 189 228
Hex FB BD E4

RGB Percentages of Color #fbbde4

%37.57
%28.29
%34.13

CMYK Percentages of Color #fbbde4

%0
%25
%9
%2

Triadic Colors of #fbbde4

#fbbde4 #e4fbbd #bde4fb

Analogous Colors of #fbbde4

#fbbde4 #fbbdc5 #f3bdfb

Monochromatic Colors of #fbbde4

#fbbde4

Complementary Color

#fbbde4 #bdfbd4

#fbbde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbde4 Color CSS Codes

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

#fbbde4 Text Font Color

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

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


#fbbde4 Background Color

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

This div background color is #fbbde4


#fbbde4 Border Color

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

This div border color is #fbbde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbde4

Related Colors


Comments

No comments written yet.

Please login to write comment.