#f9edfc

#f9edfc color hex

#f9edfc hex color information.
RGB value of #f9edfc is (249,237,252)
Change page background color to #f9edfc | Reset

#f9edfc rgb color chart

Color spaces of #f9edfc

RGB 249237252
HSL0.800.710.96
HSV288°99°
CMYK 0.010.060.00   0.01
XYZ86.921887.7364104.4490
Yxy87.73640.31140.3143
Hunter Lab93.66771.7260-0.5470
CIE-Lab95.04986.6628-5.7822

Shades of #f9edfc

Tints of #f9edfc

RGB Percentages of Color #f9edfc

%33.74
%32.11
%34.15

CMYK Percentages of Color #f9edfc

%1
%6
%0
%1

#f9edfc Color Info

#f9edfc hex color red value is 249, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f9edfc hue: 0.80 , saturation: 0.71 and the lightness value of f9edfc is 0.96.

The process color (four color CMYK) of #f9edfc hex color is 0.01, 0.06, 0.00, 0.01. Web safe color of #f9edfc is #ffffff

Color #f9edfc contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 11111100
Octal 371 355 374
Decimal 249 237 252
Hexadecimal F9 ED FC

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #f9edfc

Triadic Colors of #f9edfc

#f9edfc #fcf9ed #edfcf9

Analogous Colors of #f9edfc

#f9edfc #fcedf7 #f1edfc

Complementary Color of #f9edfc

#f9edfc #f0fced

#f9edfc HSL Color Chart
#f9edfc hsl color chart
#f9edfc RGB Color Chart

#f9edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9edfc Color CSS Codes

.mybgcolor {background-color:#f9edfc; } 
.myforecolor {color:#f9edfc; }
.mybordercolor {border:3px solid #f9edfc; }
Sample text font color #f9edfc

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

html code
<p style="color:#f9edfc">Text here</p>
#f9edfc background color

This div background color is #f9edfc

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

This div border color is #f9edfc

<div style="border:3px solid #f9edfc">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #f9edfc Color Sample
#f9edfcborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(249,237,252, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #f9edfc; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #f9edfc;
  -webkit-box-shadow: 1px 1px 3px 2px #f9edfc;
  box-shadow:         1px 1px 3px 2px #f9edfc; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,237,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9edfc">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #f9edfc

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top