Color Hex Logo

#f6dffc Color Hex

#F6DFFC
(246,223,252)
0 Favorites   0 Comments

Color spaces of #f6dffc

RGB 246223252
HSL0.800.830.93
HSV288°12°99°
CMYK 0.020.120.00   0.01
XYZ81.964479.3965103.1005
Yxy79.39650.30990.3002
Hunter Lab89.10478.2628-6.2295
CIE-Lab91.413412.9294-11.1994

#f6dffc color RGB value is (246,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011111 11111100
Octal 366 337 374
Decimal 246 223 252
Hex F6 DF FC

RGB Percentages of Color #f6dffc

%34.12
%30.93
%34.95

CMYK Percentages of Color #f6dffc

%2
%12
%0
%1

Triadic Colors of #f6dffc

#f6dffc #fcf6df #dffcf6

Analogous Colors of #f6dffc

#f6dffc #fcdff4 #e8dffc

Monochromatic Colors of #f6dffc

#f6dffc

Complementary Color

#f6dffc #e5fcdf

#f6dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dffc Color CSS Codes

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

#f6dffc Text Font Color

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

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


#f6dffc Background Color

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

This div background color is #f6dffc


#f6dffc Border Color

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

This div border color is #f6dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dffc


Comments

No comments written yet.

Please login to write comment.