Color Hex Logo

#f9bcef Color Hex

#F9BCEF
(249,188,239)
0 Favorites   0 Comments

Color spaces of #f9bcef

RGB 249188239
HSL0.860.840.86
HSV310°24°98°
CMYK 0.000.240.04   0.02
XYZ72.630162.338289.8658
Yxy62.33820.32300.2773
Hunter Lab78.954526.0313-12.2155
CIE-Lab83.092929.9944-16.7538

#f9bcef color RGB value is (249,188,239).

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

The process color (four color CMYK) of #f9bcef color hex is 0.00, 0.24, 0.04, 0.02. Web safe color of #f9bcef is #ffccff. Color #f9bcef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 11101111
Octal 371 274 357
Decimal 249 188 239
Hex F9 BC EF

RGB Percentages of Color #f9bcef

%36.83
%27.81
%35.36

CMYK Percentages of Color #f9bcef

%0
%24
%4
%2

Triadic Colors of #f9bcef

#f9bcef #eff9bc #bceff9

Analogous Colors of #f9bcef

#f9bcef #f9bcd1 #e5bcf9

Monochromatic Colors of #f9bcef

#f9bcef

Complementary Color

#f9bcef #bcf9c6

#f9bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bcef Color CSS Codes

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

#f9bcef Text Font Color

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

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


#f9bcef Background Color

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

This div background color is #f9bcef


#f9bcef Border Color

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

This div border color is #f9bcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f9bcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bcef


Comments

No comments written yet.

Please login to write comment.