Color Hex Logo

#f9fabd Color Hex

#F9FABD
(249,250,189)
0 Favorites   0 Comments

Color spaces of #f9fabd

RGB 249250189
HSL0.170.860.86
HSV61°24°98°
CMYK 0.000.000.24   0.02
XYZ82.437892.185161.5927
Yxy92.18510.34900.3903
Hunter Lab96.0131-14.761029.1744
CIE-Lab96.8959-9.787729.2414

#f9fabd color RGB value is (249,250,189).

#f9fabd hex color red value is 249, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f9fabd hue: 0.17 , saturation: 0.86 and the lightness value of f9fabd is 0.86.

The process color (four color CMYK) of #f9fabd color hex is 0.00, 0.00, 0.24, 0.02. Web safe color of #f9fabd is #ffffcc. Color #f9fabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111010 10111101
Octal 371 372 275
Decimal 249 250 189
Hex F9 FA BD

RGB Percentages of Color #f9fabd

%36.19
%36.34
%27.47

CMYK Percentages of Color #f9fabd

%0
%0
%24
%2

Triadic Colors of #f9fabd

#f9fabd #bdf9fa #fabdf9

Analogous Colors of #f9fabd

#f9fabd #dbfabd #faddbd

Monochromatic Colors of #f9fabd

#f9fabd

Complementary Color

#f9fabd #bebdfa

#f9fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fabd Color CSS Codes

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

#f9fabd Text Font Color

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

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


#f9fabd Background Color

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

This div background color is #f9fabd


#f9fabd Border Color

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

This div border color is #f9fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fabd

Related Colors


Comments

No comments written yet.

Please login to write comment.