Color Hex Logo

#f9bade Color Hex

#F9BADE
(249,186,222)
0 Favorites   0 Comments

Color spaces of #f9bade

RGB 249186222
HSL0.900.840.85
HSV326°25°98°
CMYK 0.000.250.11   0.02
XYZ69.810660.531577.1116
Yxy60.53150.33650.2918
Hunter Lab77.802024.0120-4.3025
CIE-Lab82.126228.1679-9.0889

#f9bade color RGB value is (249,186,222).

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

The process color (four color CMYK) of #f9bade color hex is 0.00, 0.25, 0.11, 0.02. Web safe color of #f9bade is #ffcccc. Color #f9bade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 11011110
Octal 371 272 336
Decimal 249 186 222
Hex F9 BA DE

RGB Percentages of Color #f9bade

%37.90
%28.31
%33.79

CMYK Percentages of Color #f9bade

%0
%25
%11
%2

Triadic Colors of #f9bade

#f9bade #def9ba #badef9

Analogous Colors of #f9bade

#f9bade #f9babf #f5baf9

Monochromatic Colors of #f9bade

#f9bade

Complementary Color

#f9bade #baf9d5

#f9bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bade Color CSS Codes

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

#f9bade Text Font Color

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

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


#f9bade Background Color

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

This div background color is #f9bade


#f9bade Border Color

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

This div border color is #f9bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bade

Related Colors


Comments

No comments written yet.

Please login to write comment.