Color Hex Logo

#f6dbd8 Color Hex

#F6DBD8
(246,219,216)
0 Favorites   0 Comments

Color spaces of #f6dbd8

RGB 246219216
HSL0.020.630.91
HSV12°96°
CMYK 0.000.110.12   0.04
XYZ75.732275.213775.4919
Yxy75.21370.33450.3322
Hunter Lab86.72584.10269.0981
CIE-Lab89.49308.82544.8695

#f6dbd8 color RGB value is (246,219,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011011 11011000
Octal 366 333 330
Decimal 246 219 216
Hex F6 DB D8

RGB Percentages of Color #f6dbd8

%36.12
%32.16
%31.72

CMYK Percentages of Color #f6dbd8

%0
%11
%12
%4

Triadic Colors of #f6dbd8

#f6dbd8 #d8f6db #dbd8f6

Analogous Colors of #f6dbd8

#f6dbd8 #f6ead8 #f6d8e4

Monochromatic Colors of #f6dbd8

#f6dbd8

Complementary Color

#f6dbd8 #d8f3f6

#f6dbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dbd8 Color CSS Codes

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

#f6dbd8 Text Font Color

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

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


#f6dbd8 Background Color

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

This div background color is #f6dbd8


#f6dbd8 Border Color

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

This div border color is #f6dbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dbd8


Comments

No comments written yet.

Please login to write comment.