Color Hex Logo

#f9fafe Color Hex

#F9FAFE
(249,250,254)
1 Favorites   0 Comments

Color spaces of #f9fafe

RGB 249250254
HSL0.630.710.99
HSV228°100°
CMYK 0.020.020.00   0.00
XYZ91.141995.6667107.4278
Yxy95.66670.30980.3251
Hunter Lab97.8094-4.83433.3460
CIE-Lab98.29970.3854-2.0366

#f9fafe color RGB value is (249,250,254).

#f9fafe hex color red value is 249, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f9fafe hue: 0.63 , saturation: 0.71 and the lightness value of f9fafe is 0.99.

The process color (four color CMYK) of #f9fafe color hex is 0.02, 0.02, 0.00, 0.00. Web safe color of #f9fafe is #ffffff. Color #f9fafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111010 11111110
Octal 371 372 376
Decimal 249 250 254
Hex F9 FA FE

RGB Percentages of Color #f9fafe

%33.07
%33.20
%33.73

CMYK Percentages of Color #f9fafe

%2
%2
%0
%0

Triadic Colors of #f9fafe

#f9fafe #fef9fa #fafef9

Analogous Colors of #f9fafe

#f9fafe #fbf9fe #f9fdfe

Monochromatic Colors of #f9fafe

#f9fafe

Complementary Color

#f9fafe #fefdf9

#f9fafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fafe Color CSS Codes

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

#f9fafe Text Font Color

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

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


#f9fafe Background Color

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

This div background color is #f9fafe


#f9fafe Border Color

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

This div border color is #f9fafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fafe

Related Colors

#f9fafe Color Palettes


Comments

No comments written yet.

Please login to write comment.