Color Hex Logo

#f6cfef Color Hex

#F6CFEF
(246,207,239)
0 Favorites   0 Comments

Color spaces of #f6cfef

RGB 246207239
HSL0.860.680.89
HSV311°16°96°
CMYK 0.000.160.03   0.04
XYZ75.898870.450591.2594
Yxy70.45050.31940.2965
Hunter Lab83.934814.5243-5.7096
CIE-Lab87.217318.9739-10.6076

#f6cfef color RGB value is (246,207,239).

#f6cfef hex color red value is 246, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f6cfef hue: 0.86 , saturation: 0.68 and the lightness value of f6cfef is 0.89.

The process color (four color CMYK) of #f6cfef color hex is 0.00, 0.16, 0.03, 0.04. Web safe color of #f6cfef is #ffccff. Color #f6cfef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11101111
Octal 366 317 357
Decimal 246 207 239
Hex F6 CF EF

RGB Percentages of Color #f6cfef

%35.55
%29.91
%34.54

CMYK Percentages of Color #f6cfef

%0
%16
%3
%4

Triadic Colors of #f6cfef

#f6cfef #eff6cf #cfeff6

Analogous Colors of #f6cfef

#f6cfef #f6cfdc #eacff6

Monochromatic Colors of #f6cfef

#f6cfef

Complementary Color

#f6cfef #cff6d6

#f6cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfef Color CSS Codes

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

#f6cfef Text Font Color

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

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


#f6cfef Background Color

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

This div background color is #f6cfef


#f6cfef Border Color

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

This div border color is #f6cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfef


Comments

No comments written yet.

Please login to write comment.