Color Hex Logo

#f9bfee Color Hex

#F9BFEE
(249,191,238)
0 Favorites   0 Comments

Color spaces of #f9bfee

RGB 249191238
HSL0.860.830.86
HSV311°23°98°
CMYK 0.000.230.04   0.02
XYZ73.130363.574489.3056
Yxy63.57440.32360.2813
Hunter Lab79.733624.1835-10.5943
CIE-Lab83.743728.2365-15.2412

#f9bfee color RGB value is (249,191,238).

#f9bfee hex color red value is 249, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f9bfee hue: 0.86 , saturation: 0.83 and the lightness value of f9bfee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 11101110
Octal 371 277 356
Decimal 249 191 238
Hex F9 BF EE

RGB Percentages of Color #f9bfee

%36.73
%28.17
%35.10

CMYK Percentages of Color #f9bfee

%0
%23
%4
%2

Triadic Colors of #f9bfee

#f9bfee #eef9bf #bfeef9

Analogous Colors of #f9bfee

#f9bfee #f9bfd1 #e7bff9

Monochromatic Colors of #f9bfee

#f9bfee

Complementary Color

#f9bfee #bff9ca

#f9bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bfee Color CSS Codes

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

#f9bfee Text Font Color

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

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


#f9bfee Background Color

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

This div background color is #f9bfee


#f9bfee Border Color

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

This div border color is #f9bfee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,191,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bfee

Related Colors


Comments

No comments written yet.

Please login to write comment.