Color Hex Logo

#f6defc Color Hex

#F6DEFC
(246,222,252)
0 Favorites   0 Comments

Color spaces of #f6defc

RGB 246222252
HSL0.800.830.93
HSV288°12°99°
CMYK 0.020.120.00   0.01
XYZ81.698078.8637103.0117
Yxy78.86370.31000.2992
Hunter Lab88.80528.8052-6.6111
CIE-Lab91.172613.4512-11.5582

#f6defc color RGB value is (246,222,252).

#f6defc hex color red value is 246, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f6defc hue: 0.80 , saturation: 0.83 and the lightness value of f6defc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011110 11111100
Octal 366 336 374
Decimal 246 222 252
Hex F6 DE FC

RGB Percentages of Color #f6defc

%34.17
%30.83
%35.00

CMYK Percentages of Color #f6defc

%2
%12
%0
%1

Triadic Colors of #f6defc

#f6defc #fcf6de #defcf6

Analogous Colors of #f6defc

#f6defc #fcdef3 #e7defc

Monochromatic Colors of #f6defc

#f6defc

Complementary Color

#f6defc #e4fcde

#f6defc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6defc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6defc Color CSS Codes

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

#f6defc Text Font Color

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

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


#f6defc Background Color

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

This div background color is #f6defc


#f6defc Border Color

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

This div border color is #f6defc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,222,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6defc


Comments

No comments written yet.

Please login to write comment.