Color Hex Logo

#f2fadc Color Hex

#F2FADC
(242,250,220)
0 Favorites   0 Comments

Color spaces of #f2fadc

RGB 242250220
HSL0.210.750.92
HSV76°12°98°
CMYK 0.030.000.12   0.02
XYZ83.721892.415881.1356
Yxy92.41580.32540.3592
Hunter Lab96.1331-12.778417.2529
CIE-Lab96.9900-7.730413.4898

#f2fadc color RGB value is (242,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111010 11011100
Octal 362 372 334
Decimal 242 250 220
Hex F2 FA DC

RGB Percentages of Color #f2fadc

%33.99
%35.11
%30.90

CMYK Percentages of Color #f2fadc

%3
%0
%12
%2

Triadic Colors of #f2fadc

#f2fadc #dcf2fa #fadcf2

Analogous Colors of #f2fadc

#f2fadc #e3fadc #faf3dc

Monochromatic Colors of #f2fadc

#f2fadc

Complementary Color

#f2fadc #e4dcfa

#f2fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fadc Color CSS Codes

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

#f2fadc Text Font Color

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

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


#f2fadc Background Color

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

This div background color is #f2fadc


#f2fadc Border Color

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

This div border color is #f2fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.