Color Hex Logo

#f9bfed Color Hex

#F9BFED
(249,191,237)
0 Favorites   0 Comments

Color spaces of #f9bfed

RGB 249191237
HSL0.870.830.86
HSV312°23°98°
CMYK 0.000.230.05   0.02
XYZ72.983863.515888.5339
Yxy63.51580.32430.2823
Hunter Lab79.696823.9952-10.0766
CIE-Lab83.713028.0624-14.7533

#f9bfed color RGB value is (249,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 11101101
Octal 371 277 355
Decimal 249 191 237
Hex F9 BF ED

RGB Percentages of Color #f9bfed

%36.78
%28.21
%35.01

CMYK Percentages of Color #f9bfed

%0
%23
%5
%2

Triadic Colors of #f9bfed

#f9bfed #edf9bf #bfedf9

Analogous Colors of #f9bfed

#f9bfed #f9bfd0 #e8bff9

Monochromatic Colors of #f9bfed

#f9bfed

Complementary Color

#f9bfed #bff9cb

#f9bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bfed Color CSS Codes

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

#f9bfed Text Font Color

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

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


#f9bfed Background Color

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

This div background color is #f9bfed


#f9bfed Border Color

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

This div border color is #f9bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bfed

Related Colors


Comments

No comments written yet.

Please login to write comment.