Color Hex Logo

#f6cefa Color Hex

#F6CEFA
(246,206,250)
0 Favorites   0 Comments

Color spaces of #f6cefa

RGB 246206250
HSL0.820.810.89
HSV295°18°98°
CMYK 0.020.180.00   0.02
XYZ77.332770.6376100.0010
Yxy70.63760.31190.2849
Hunter Lab84.046217.1609-11.7129
CIE-Lab87.308621.4835-16.2884

#f6cefa color RGB value is (246,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001110 11111010
Octal 366 316 372
Decimal 246 206 250
Hex F6 CE FA

RGB Percentages of Color #f6cefa

%35.04
%29.34
%35.61

CMYK Percentages of Color #f6cefa

%2
%18
%0
%2

Triadic Colors of #f6cefa

#f6cefa #faf6ce #cefaf6

Analogous Colors of #f6cefa

#f6cefa #facee8 #e0cefa

Monochromatic Colors of #f6cefa

#f6cefa

Complementary Color

#f6cefa #d2face

#f6cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cefa Color CSS Codes

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

#f6cefa Text Font Color

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

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


#f6cefa Background Color

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

This div background color is #f6cefa


#f6cefa Border Color

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

This div border color is #f6cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cefa


Comments

No comments written yet.

Please login to write comment.