Color Hex Logo

#f6ddfa Color Hex

#F6DDFA
(246,221,250)
0 Favorites   0 Comments

Color spaces of #f6ddfa

RGB 246221250
HSL0.810.740.92
HSV292°12°98°
CMYK 0.020.120.00   0.02
XYZ81.117878.2079101.2627
Yxy78.20790.31130.3001
Hunter Lab88.43528.9687-5.9853
CIE-Lab90.874713.6072-10.9543

#f6ddfa color RGB value is (246,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11111010
Octal 366 335 372
Decimal 246 221 250
Hex F6 DD FA

RGB Percentages of Color #f6ddfa

%34.31
%30.82
%34.87

CMYK Percentages of Color #f6ddfa

%2
%12
%0
%2

Triadic Colors of #f6ddfa

#f6ddfa #faf6dd #ddfaf6

Analogous Colors of #f6ddfa

#f6ddfa #faddf0 #e8ddfa

Monochromatic Colors of #f6ddfa

#f6ddfa

Complementary Color

#f6ddfa #e1fadd

#f6ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ddfa Color CSS Codes

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

#f6ddfa Text Font Color

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

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


#f6ddfa Background Color

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

This div background color is #f6ddfa


#f6ddfa Border Color

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

This div border color is #f6ddfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,221,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 #f6ddfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ddfa


Comments

No comments written yet.

Please login to write comment.