Color Hex Logo

#f9fdd7 Color Hex

#F9FDD7
(249,253,215)
0 Favorites   0 Comments

Color spaces of #f9fdd7

RGB 249253215
HSL0.180.900.92
HSV66°15°99°
CMYK 0.020.000.15   0.01
XYZ86.457995.296678.1272
Yxy95.29660.33270.3667
Hunter Lab97.6200-12.745020.8830
CIE-Lab98.1521-7.573917.7627

#f9fdd7 color RGB value is (249,253,215).

#f9fdd7 hex color red value is 249, green value is 253 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #f9fdd7 hue: 0.18 , saturation: 0.90 and the lightness value of f9fdd7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111101 11010111
Octal 371 375 327
Decimal 249 253 215
Hex F9 FD D7

RGB Percentages of Color #f9fdd7

%34.73
%35.29
%29.99

CMYK Percentages of Color #f9fdd7

%2
%0
%15
%1

Triadic Colors of #f9fdd7

#f9fdd7 #d7f9fd #fdd7f9

Analogous Colors of #f9fdd7

#f9fdd7 #e6fdd7 #fdeed7

Monochromatic Colors of #f9fdd7

#f9fdd7

Complementary Color

#f9fdd7 #dbd7fd

#f9fdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fdd7 Color CSS Codes

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

#f9fdd7 Text Font Color

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

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


#f9fdd7 Background Color

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

This div background color is #f9fdd7


#f9fdd7 Border Color

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

This div border color is #f9fdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fdd7

Related Colors

#f9fdd7 Color Palettes


Comments

No comments written yet.

Please login to write comment.