Color Hex Logo

#f6fcfa Color Hex

#F6FCFA
(246,252,250)
0 Favorites   0 Comments

Color spaces of #f6fcfa

RGB 246252250
HSL0.440.500.98
HSV160°99°
CMYK 0.020.000.01   0.01
XYZ90.071896.1158104.2474
Yxy96.11580.31010.3309
Hunter Lab98.0387-7.57305.5823
CIE-Lab98.4782-2.32160.2558

#f6fcfa color RGB value is (246,252,250).

#f6fcfa hex color red value is 246, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f6fcfa hue: 0.44 , saturation: 0.50 and the lightness value of f6fcfa is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11111100 11111010
Octal 366 374 372
Decimal 246 252 250
Hex F6 FC FA

RGB Percentages of Color #f6fcfa

%32.89
%33.69
%33.42

CMYK Percentages of Color #f6fcfa

%2
%0
%1
%1

Triadic Colors of #f6fcfa

#f6fcfa #faf6fc #fcfaf6

Analogous Colors of #f6fcfa

#f6fcfa #f6fbfc #f6fcf7

Monochromatic Colors of #f6fcfa

#f6fcfa

Complementary Color

#f6fcfa #fcf6f8

#f6fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6fcfa Color CSS Codes

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

#f6fcfa Text Font Color

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

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


#f6fcfa Background Color

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

This div background color is #f6fcfa


#f6fcfa Border Color

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

This div border color is #f6fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.