Color Hex Logo

#fbbdc5 Color Hex

#FBBDC5
(251,189,197)
0 Favorites   0 Comments

Color spaces of #fbbdc5

RGB 251189197
HSL0.980.890.86
HSV352°25°98°
CMYK 0.000.250.22   0.02
XYZ68.059360.935660.9980
Yxy60.93560.35820.3207
Hunter Lab78.061319.02178.3130
CIE-Lab82.344123.42444.6862

#fbbdc5 color RGB value is (251,189,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11000101
Octal 373 275 305
Decimal 251 189 197
Hex FB BD C5

RGB Percentages of Color #fbbdc5

%39.40
%29.67
%30.93

CMYK Percentages of Color #fbbdc5

%0
%25
%22
%2

Triadic Colors of #fbbdc5

#fbbdc5 #c5fbbd #bdc5fb

Analogous Colors of #fbbdc5

#fbbdc5 #fbd4bd #fbbde4

Monochromatic Colors of #fbbdc5

#fbbdc5

Complementary Color

#fbbdc5 #bdfbf3

#fbbdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdc5 Color CSS Codes

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

#fbbdc5 Text Font Color

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

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


#fbbdc5 Background Color

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

This div background color is #fbbdc5


#fbbdc5 Border Color

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

This div border color is #fbbdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdc5


Comments

No comments written yet.

Please login to write comment.