Color Hex Logo

#f6dbfe Color Hex

#F6DBFE
(246,219,254)
0 Favorites   0 Comments

Color spaces of #f6dbfe

RGB 246219254
HSL0.800.950.93
HSV286°14°100°
CMYK 0.030.140.00   0.00
XYZ81.226977.4116104.4267
Yxy77.41160.30880.2943
Hunter Lab87.983910.8198-8.7817
CIE-Lab90.510715.3885-13.5942

#f6dbfe color RGB value is (246,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011011 11111110
Octal 366 333 376
Decimal 246 219 254
Hex F6 DB FE

RGB Percentages of Color #f6dbfe

%34.21
%30.46
%35.33

CMYK Percentages of Color #f6dbfe

%3
%14
%0
%0

Triadic Colors of #f6dbfe

#f6dbfe #fef6db #dbfef6

Analogous Colors of #f6dbfe

#f6dbfe #fedbf5 #e5dbfe

Monochromatic Colors of #f6dbfe

#f6dbfe

Complementary Color

#f6dbfe #e3fedb

#f6dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dbfe Color CSS Codes

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

#f6dbfe Text Font Color

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

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


#f6dbfe Background Color

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

This div background color is #f6dbfe


#f6dbfe Border Color

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

This div border color is #f6dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.