Color Hex Logo

#f9adbe Color Hex

#F9ADBE
(249,173,190)
2 Favorites   0 Comments

Color spaces of #f9adbe

RGB 249173190
HSL0.960.860.83
HSV347°31°98°
CMYK 0.000.310.24   0.02
XYZ63.304853.744655.7524
Yxy53.74460.36630.3110
Hunter Lab73.310725.84356.2278
CIE-Lab78.312630.13292.6038

#f9adbe color RGB value is (249,173,190).

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

The process color (four color CMYK) of #f9adbe color hex is 0.00, 0.31, 0.24, 0.02. Web safe color of #f9adbe is #ff99cc. Color #f9adbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101101 10111110
Octal 371 255 276
Decimal 249 173 190
Hex F9 AD BE

RGB Percentages of Color #f9adbe

%40.69
%28.27
%31.05

CMYK Percentages of Color #f9adbe

%0
%31
%24
%2

Triadic Colors of #f9adbe

#f9adbe #bef9ad #adbef9

Analogous Colors of #f9adbe

#f9adbe #f9c2ad #f9ade4

Monochromatic Colors of #f9adbe

#f9adbe

Complementary Color

#f9adbe #adf9e8

#f9adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9adbe Color CSS Codes

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

#f9adbe Text Font Color

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

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


#f9adbe Background Color

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

This div background color is #f9adbe


#f9adbe Border Color

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

This div border color is #f9adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9adbe


Comments

No comments written yet.

Please login to write comment.