Color Hex Logo

#f6dfdc Color Hex

#F6DFDC
(246,223,220)
0 Favorites   0 Comments

Color spaces of #f6dfdc

RGB 246223220
HSL0.020.590.91
HSV11°96°
CMYK 0.000.090.11   0.04
XYZ77.312077.535578.6012
Yxy77.53550.33120.3321
Hunter Lab88.05422.62888.7130
CIE-Lab90.56757.39494.3245

#f6dfdc color RGB value is (246,223,220).

#f6dfdc hex color red value is 246, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f6dfdc hue: 0.02 , saturation: 0.59 and the lightness value of f6dfdc is 0.91.

The process color (four color CMYK) of #f6dfdc color hex is 0.00, 0.09, 0.11, 0.04. Web safe color of #f6dfdc is #ffcccc. Color #f6dfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011111 11011100
Octal 366 337 334
Decimal 246 223 220
Hex F6 DF DC

RGB Percentages of Color #f6dfdc

%35.70
%32.37
%31.93

CMYK Percentages of Color #f6dfdc

%0
%9
%11
%4

Triadic Colors of #f6dfdc

#f6dfdc #dcf6df #dfdcf6

Analogous Colors of #f6dfdc

#f6dfdc #f6ecdc #f6dce6

Monochromatic Colors of #f6dfdc

#f6dfdc

Complementary Color

#f6dfdc #dcf3f6

#f6dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dfdc Color CSS Codes

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

#f6dfdc Text Font Color

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

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


#f6dfdc Background Color

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

This div background color is #f6dfdc


#f6dfdc Border Color

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

This div border color is #f6dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dfdc

Related Colors


Comments

No comments written yet.

Please login to write comment.