Color Hex Logo

#f0ceda Color Hex

#F0CEDA
(240,206,218)
0 Favorites   0 Comments

Color spaces of #f0ceda

RGB 240206218
HSL0.940.530.87
HSV339°14°94°
CMYK 0.000.140.09   0.06
XYZ70.661467.729875.6786
Yxy67.72980.33010.3164
Hunter Lab82.29819.23893.0876
CIE-Lab85.871213.8512-1.5209

#f0ceda color RGB value is (240,206,218).

#f0ceda hex color red value is 240, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f0ceda hue: 0.94 , saturation: 0.53 and the lightness value of f0ceda is 0.87.

The process color (four color CMYK) of #f0ceda color hex is 0.00, 0.14, 0.09, 0.06. Web safe color of #f0ceda is #ffcccc. Color #f0ceda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001110 11011010
Octal 360 316 332
Decimal 240 206 218
Hex F0 CE DA

RGB Percentages of Color #f0ceda

%36.14
%31.02
%32.83

CMYK Percentages of Color #f0ceda

%0
%14
%9
%6

Triadic Colors of #f0ceda

#f0ceda #daf0ce #cedaf0

Analogous Colors of #f0ceda

#f0ceda #f0d3ce #f0ceeb

Monochromatic Colors of #f0ceda

#f0ceda

Complementary Color

#f0ceda #cef0e4

#f0ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ceda Color CSS Codes

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

#f0ceda Text Font Color

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

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


#f0ceda Background Color

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

This div background color is #f0ceda


#f0ceda Border Color

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

This div border color is #f0ceda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f0ceda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ceda


Comments

No comments written yet.

Please login to write comment.