Color Hex Logo

#f2faca Color Hex

#F2FACA
(242,250,202)
0 Favorites   0 Comments

Color spaces of #f2faca

RGB 242250202
HSL0.190.830.89
HSV70°19°98°
CMYK 0.030.000.19   0.02
XYZ81.464291.512769.2472
Yxy91.51270.33630.3778
Hunter Lab95.6623-15.401724.0452
CIE-Lab96.6208-10.486222.1807

#f2faca color RGB value is (242,250,202).

#f2faca hex color red value is 242, green value is 250 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f2faca hue: 0.19 , saturation: 0.83 and the lightness value of f2faca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111010 11001010
Octal 362 372 312
Decimal 242 250 202
Hex F2 FA CA

RGB Percentages of Color #f2faca

%34.87
%36.02
%29.11

CMYK Percentages of Color #f2faca

%3
%0
%19
%2

Triadic Colors of #f2faca

#f2faca #caf2fa #facaf2

Analogous Colors of #f2faca

#f2faca #dafaca #faeaca

Monochromatic Colors of #f2faca

#f2faca

Complementary Color

#f2faca #d2cafa

#f2faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2faca Color CSS Codes

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

#f2faca Text Font Color

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

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


#f2faca Background Color

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

This div background color is #f2faca


#f2faca Border Color

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

This div border color is #f2faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2faca


Comments

No comments written yet.

Please login to write comment.