Color Hex Logo

#f6ceda Color Hex

#F6CEDA
(246,206,218)
0 Favorites   0 Comments

Color spaces of #f6ceda

RGB 246206218
HSL0.950.690.89
HSV342°16°96°
CMYK 0.000.160.11   0.04
XYZ72.732268.797475.7755
Yxy68.79740.33470.3166
Hunter Lab82.944211.37093.8953
CIE-Lab86.403615.9383-0.6784

#f6ceda color RGB value is (246,206,218).

#f6ceda hex color red value is 246, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f6ceda hue: 0.95 , saturation: 0.69 and the lightness value of f6ceda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001110 11011010
Octal 366 316 332
Decimal 246 206 218
Hex F6 CE DA

RGB Percentages of Color #f6ceda

%36.72
%30.75
%32.54

CMYK Percentages of Color #f6ceda

%0
%16
%11
%4

Triadic Colors of #f6ceda

#f6ceda #daf6ce #cedaf6

Analogous Colors of #f6ceda

#f6ceda #f6d6ce #f6ceee

Monochromatic Colors of #f6ceda

#f6ceda

Complementary Color

#f6ceda #cef6ea

#f6ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ceda Color CSS Codes

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

#f6ceda Text Font Color

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

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


#f6ceda Background Color

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

This div background color is #f6ceda


#f6ceda Border Color

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

This div border color is #f6ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ceda


Comments

No comments written yet.

Please login to write comment.