Color Hex Logo

#f2fadd Color Hex

#F2FADD
(242,250,221)
0 Favorites   0 Comments

Color spaces of #f2fadd

RGB 242250221
HSL0.210.740.92
HSV77°12°98°
CMYK 0.030.000.12   0.02
XYZ83.854792.468981.8353
Yxy92.46890.32480.3582
Hunter Lab96.1608-12.624616.8552
CIE-Lab97.0117-7.570213.0074

#f2fadd color RGB value is (242,250,221).

#f2fadd hex color red value is 242, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f2fadd hue: 0.21 , saturation: 0.74 and the lightness value of f2fadd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111010 11011101
Octal 362 372 335
Decimal 242 250 221
Hex F2 FA DD

RGB Percentages of Color #f2fadd

%33.94
%35.06
%31.00

CMYK Percentages of Color #f2fadd

%3
%0
%12
%2

Triadic Colors of #f2fadd

#f2fadd #ddf2fa #faddf2

Analogous Colors of #f2fadd

#f2fadd #e4fadd #faf4dd

Monochromatic Colors of #f2fadd

#f2fadd

Complementary Color

#f2fadd #e5ddfa

#f2fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fadd Color CSS Codes

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

#f2fadd Text Font Color

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

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


#f2fadd Background Color

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

This div background color is #f2fadd


#f2fadd Border Color

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

This div border color is #f2fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fadd

Related Colors

#f2fadd Color Palettes


Comments

No comments written yet.

Please login to write comment.