Color Hex Logo

#f2dafa Color Hex

#F2DAFA
(242,218,250)
0 Favorites   0 Comments

Color spaces of #f2dafa

RGB 242218250
HSL0.790.760.92
HSV285°13°98°
CMYK 0.030.130.00   0.02
XYZ78.944775.9222100.9361
Yxy75.92220.30860.2968
Hunter Lab87.13339.2415-7.6888
CIE-Lab89.823213.8659-12.5571

#f2dafa color RGB value is (242,218,250).

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

The process color (four color CMYK) of #f2dafa color hex is 0.03, 0.13, 0.00, 0.02. Web safe color of #f2dafa is #ffccff. Color #f2dafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 11111010
Octal 362 332 372
Decimal 242 218 250
Hex F2 DA FA

RGB Percentages of Color #f2dafa

%34.08
%30.70
%35.21

CMYK Percentages of Color #f2dafa

%3
%13
%0
%2

Triadic Colors of #f2dafa

#f2dafa #faf2da #dafaf2

Analogous Colors of #f2dafa

#f2dafa #fadaf2 #e2dafa

Monochromatic Colors of #f2dafa

#f2dafa

Complementary Color

#f2dafa #e2fada

#f2dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dafa Color CSS Codes

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

#f2dafa Text Font Color

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

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


#f2dafa Background Color

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

This div background color is #f2dafa


#f2dafa Border Color

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

This div border color is #f2dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dafa


Comments

No comments written yet.

Please login to write comment.