Color Hex Logo

#f2dfee Color Hex

#F2DFEE
(242,223,238)
0 Favorites   0 Comments

Color spaces of #f2dfee

RGB 242223238
HSL0.870.420.91
HSV313°95°
CMYK 0.000.080.02   0.05
XYZ78.438277.825691.7766
Yxy77.82560.31620.3138
Hunter Lab88.21884.32720.0721
CIE-Lab90.70039.0781-4.9581

#f2dfee color RGB value is (242,223,238).

#f2dfee hex color red value is 242, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f2dfee hue: 0.87 , saturation: 0.42 and the lightness value of f2dfee is 0.91.

The process color (four color CMYK) of #f2dfee color hex is 0.00, 0.08, 0.02, 0.05. Web safe color of #f2dfee is #ffccff. Color #f2dfee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011111 11101110
Octal 362 337 356
Decimal 242 223 238
Hex F2 DF EE

RGB Percentages of Color #f2dfee

%34.42
%31.72
%33.85

CMYK Percentages of Color #f2dfee

%0
%8
%2
%5

Triadic Colors of #f2dfee

#f2dfee #eef2df #dfeef2

Analogous Colors of #f2dfee

#f2dfee #f2dfe5 #eddff2

Monochromatic Colors of #f2dfee

#f2dfee

Complementary Color

#f2dfee #dff2e3

#f2dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dfee Color CSS Codes

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

#f2dfee Text Font Color

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

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


#f2dfee Background Color

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

This div background color is #f2dfee


#f2dfee Border Color

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

This div border color is #f2dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dfee

#f2dfee Color Palettes


Comments

No comments written yet.

Please login to write comment.