Color Hex Logo

#f9baed Color Hex

#F9BAED
(249,186,237)
0 Favorites   0 Comments

Color spaces of #f9baed

RGB 249186237
HSL0.870.840.85
HSV311°25°98°
CMYK 0.000.250.05   0.02
XYZ71.911961.372088.1766
Yxy61.37200.32470.2771
Hunter Lab78.340326.7573-11.8962
CIE-Lab82.578330.7009-16.4582

#f9baed color RGB value is (249,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 11101101
Octal 371 272 355
Decimal 249 186 237
Hex F9 BA ED

RGB Percentages of Color #f9baed

%37.05
%27.68
%35.27

CMYK Percentages of Color #f9baed

%0
%25
%5
%2

Triadic Colors of #f9baed

#f9baed #edf9ba #baedf9

Analogous Colors of #f9baed

#f9baed #f9bace #e6baf9

Monochromatic Colors of #f9baed

#f9baed

Complementary Color

#f9baed #baf9c6

#f9baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9baed Color CSS Codes

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

#f9baed Text Font Color

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

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


#f9baed Background Color

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

This div background color is #f9baed


#f9baed Border Color

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

This div border color is #f9baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9baed


Comments

No comments written yet.

Please login to write comment.