Color Hex Logo

#f6def0 Color Hex

#F6DEF0
(246,222,240)
0 Favorites   0 Comments

Color spaces of #f6def0

RGB 246222240
HSL0.880.570.92
HSV315°10°96°
CMYK 0.000.100.02   0.04
XYZ79.855578.126793.3092
Yxy78.12670.31780.3109
Hunter Lab88.38936.5849-0.7177
CIE-Lab90.837711.2937-5.7670

#f6def0 color RGB value is (246,222,240).

#f6def0 hex color red value is 246, green value is 222 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #f6def0 hue: 0.88 , saturation: 0.57 and the lightness value of f6def0 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011110 11110000
Octal 366 336 360
Decimal 246 222 240
Hex F6 DE F0

RGB Percentages of Color #f6def0

%34.75
%31.36
%33.90

CMYK Percentages of Color #f6def0

%0
%10
%2
%4

Triadic Colors of #f6def0

#f6def0 #f0f6de #def0f6

Analogous Colors of #f6def0

#f6def0 #f6dee4 #f0def6

Monochromatic Colors of #f6def0

#f6def0

Complementary Color

#f6def0 #def6e4

#f6def0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6def0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6def0 Color CSS Codes

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

#f6def0 Text Font Color

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

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


#f6def0 Background Color

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

This div background color is #f6def0


#f6def0 Border Color

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

This div border color is #f6def0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6def0

Related Colors


Comments

No comments written yet.

Please login to write comment.