Color Hex Logo

#fbbcd7 Color Hex

#FBBCD7
(251,188,215)
0 Favorites   0 Comments

Color spaces of #fbbcd7

RGB 251188215
HSL0.930.890.86
HSV334°25°98°
CMYK 0.000.250.14   0.02
XYZ70.032661.382072.4468
Yxy61.38200.34350.3011
Hunter Lab78.346722.45110.0175
CIE-Lab82.583726.6739-4.6303

#fbbcd7 color RGB value is (251,188,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11010111
Octal 373 274 327
Decimal 251 188 215
Hex FB BC D7

RGB Percentages of Color #fbbcd7

%38.38
%28.75
%32.87

CMYK Percentages of Color #fbbcd7

%0
%25
%14
%2

Triadic Colors of #fbbcd7

#fbbcd7 #d7fbbc #bcd7fb

Analogous Colors of #fbbcd7

#fbbcd7 #fbc1bc #fbbcf7

Monochromatic Colors of #fbbcd7

#fbbcd7

Complementary Color

#fbbcd7 #bcfbe0

#fbbcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcd7 Color CSS Codes

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

#fbbcd7 Text Font Color

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

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


#fbbcd7 Background Color

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

This div background color is #fbbcd7


#fbbcd7 Border Color

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

This div border color is #fbbcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcd7

Related Colors


Comments

No comments written yet.

Please login to write comment.