Color Hex Logo

#f9fecf Color Hex

#F9FECF
(249,254,207)
0 Favorites   0 Comments

Color spaces of #f9fecf

RGB 249254207
HSL0.180.960.90
HSV66°19°100°
CMYK 0.020.000.19   0.00
XYZ85.771295.528472.9497
Yxy95.52840.33740.3757
Hunter Lab97.7386-14.398724.1645
CIE-Lab98.2445-9.258521.9681

#f9fecf color RGB value is (249,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111110 11001111
Octal 371 376 317
Decimal 249 254 207
Hex F9 FE CF

RGB Percentages of Color #f9fecf

%35.07
%35.77
%29.15

CMYK Percentages of Color #f9fecf

%2
%0
%19
%0

Triadic Colors of #f9fecf

#f9fecf #cff9fe #fecff9

Analogous Colors of #f9fecf

#f9fecf #e2fecf #feeccf

Monochromatic Colors of #f9fecf

#f9fecf

Complementary Color

#f9fecf #d4cffe

#f9fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fecf Color CSS Codes

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

#f9fecf Text Font Color

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

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


#f9fecf Background Color

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

This div background color is #f9fecf


#f9fecf Border Color

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

This div border color is #f9fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fecf

Related Colors


Comments

No comments written yet.

Please login to write comment.