Color Hex Logo

#f6cfed Color Hex

#F6CFED
(246,207,237)
0 Favorites   0 Comments

Color spaces of #f6cfed

RGB 246207237
HSL0.870.680.89
HSV314°16°96°
CMYK 0.000.160.04   0.04
XYZ75.604970.332989.7116
Yxy70.33290.32080.2985
Hunter Lab83.864714.1563-4.7183
CIE-Lab87.159918.6221-9.6345

#f6cfed color RGB value is (246,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11101101
Octal 366 317 355
Decimal 246 207 237
Hex F6 CF ED

RGB Percentages of Color #f6cfed

%35.65
%30.00
%34.35

CMYK Percentages of Color #f6cfed

%0
%16
%4
%4

Triadic Colors of #f6cfed

#f6cfed #edf6cf #cfedf6

Analogous Colors of #f6cfed

#f6cfed #f6cfda #eccff6

Monochromatic Colors of #f6cfed

#f6cfed

Complementary Color

#f6cfed #cff6d8

#f6cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfed Color CSS Codes

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

#f6cfed Text Font Color

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

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


#f6cfed Background Color

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

This div background color is #f6cfed


#f6cfed Border Color

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

This div border color is #f6cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfed

#f6cfed Color Palettes


Comments

No comments written yet.

Please login to write comment.