Color Hex Logo

#f6cefb Color Hex

#F6CEFB
(246,206,251)
0 Favorites   0 Comments

Color spaces of #f6cefb

RGB 246206251
HSL0.810.850.90
HSV293°18°98°
CMYK 0.020.180.00   0.02
XYZ77.489970.7005100.8292
Yxy70.70050.31120.2839
Hunter Lab84.083617.3561-12.2393
CIE-Lab87.339321.6674-16.7708

#f6cefb color RGB value is (246,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001110 11111011
Octal 366 316 373
Decimal 246 206 251
Hex F6 CE FB

RGB Percentages of Color #f6cefb

%34.99
%29.30
%35.70

CMYK Percentages of Color #f6cefb

%2
%18
%0
%2

Triadic Colors of #f6cefb

#f6cefb #fbf6ce #cefbf6

Analogous Colors of #f6cefb

#f6cefb #fbceea #e0cefb

Monochromatic Colors of #f6cefb

#f6cefb

Complementary Color

#f6cefb #d3fbce

#f6cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cefb Color CSS Codes

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

#f6cefb Text Font Color

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

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


#f6cefb Background Color

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

This div background color is #f6cefb


#f6cefb Border Color

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

This div border color is #f6cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cefb

Related Colors


Comments

No comments written yet.

Please login to write comment.