Color Hex Logo

#f0ceca Color Hex

#F0CECA
(240,206,202)
0 Favorites   0 Comments

Color spaces of #f0ceca

RGB 240206202
HSL0.020.560.87
HSV16°94°
CMYK 0.000.140.16   0.06
XYZ68.667266.932165.1772
Yxy66.93210.34200.3334
Hunter Lab81.81206.649110.0339
CIE-Lab85.469611.28016.3926

#f0ceca color RGB value is (240,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001110 11001010
Octal 360 316 312
Decimal 240 206 202
Hex F0 CE CA

RGB Percentages of Color #f0ceca

%37.04
%31.79
%31.17

CMYK Percentages of Color #f0ceca

%0
%14
%16
%6

Triadic Colors of #f0ceca

#f0ceca #caf0ce #cecaf0

Analogous Colors of #f0ceca

#f0ceca #f0e1ca #f0cad9

Monochromatic Colors of #f0ceca

#f0ceca

Complementary Color

#f0ceca #caecf0

#f0ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ceca Color CSS Codes

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

#f0ceca Text Font Color

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

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


#f0ceca Background Color

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

This div background color is #f0ceca


#f0ceca Border Color

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

This div border color is #f0ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ceca


Comments

No comments written yet.

Please login to write comment.