Color Hex Logo

#f2facf Color Hex

#F2FACF
(242,250,207)
0 Favorites   0 Comments

Color spaces of #f2facf

RGB 242250207
HSL0.200.810.90
HSV71°17°98°
CMYK 0.030.000.17   0.02
XYZ82.066091.753572.4163
Yxy91.75350.33330.3726
Hunter Lab95.7880-14.700022.2281
CIE-Lab96.7195-9.745019.7662

#f2facf color RGB value is (242,250,207).

#f2facf hex color red value is 242, green value is 250 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f2facf hue: 0.20 , saturation: 0.81 and the lightness value of f2facf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111010 11001111
Octal 362 372 317
Decimal 242 250 207
Hex F2 FA CF

RGB Percentages of Color #f2facf

%34.62
%35.77
%29.61

CMYK Percentages of Color #f2facf

%3
%0
%17
%2

Triadic Colors of #f2facf

#f2facf #cff2fa #facff2

Analogous Colors of #f2facf

#f2facf #ddfacf #faedcf

Monochromatic Colors of #f2facf

#f2facf

Complementary Color

#f2facf #d7cffa

#f2facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2facf Color CSS Codes

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

#f2facf Text Font Color

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

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


#f2facf Background Color

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

This div background color is #f2facf


#f2facf Border Color

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

This div border color is #f2facf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,250,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 #f2facf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2facf

Related Colors


Comments

No comments written yet.

Please login to write comment.