Color Hex Logo

#fbbcef Color Hex

#FBBCEF
(251,188,239)
0 Favorites   0 Comments

Color spaces of #fbbcef

RGB 251188239
HSL0.870.890.86
HSV311°25°98°
CMYK 0.000.250.05   0.02
XYZ73.346962.707789.8993
Yxy62.70770.32460.2775
Hunter Lab79.188226.7537-11.8779
CIE-Lab83.288330.6510-16.4402

#fbbcef color RGB value is (251,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11101111
Octal 373 274 357
Decimal 251 188 239
Hex FB BC EF

RGB Percentages of Color #fbbcef

%37.02
%27.73
%35.25

CMYK Percentages of Color #fbbcef

%0
%25
%5
%2

Triadic Colors of #fbbcef

#fbbcef #effbbc #bceffb

Analogous Colors of #fbbcef

#fbbcef #fbbcd0 #e8bcfb

Monochromatic Colors of #fbbcef

#fbbcef

Complementary Color

#fbbcef #bcfbc8

#fbbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcef Color CSS Codes

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

#fbbcef Text Font Color

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

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


#fbbcef Background Color

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

This div background color is #fbbcef


#fbbcef Border Color

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

This div border color is #fbbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcef

Related Colors


Comments

No comments written yet.

Please login to write comment.