Color Hex Logo

#f2cebf Color Hex

#F2CEBF
(242,206,191)
0 Favorites   0 Comments

Color spaces of #f2cebf

RGB 242206191
HSL0.050.660.85
HSV18°21°95°
CMYK 0.000.150.21   0.05
XYZ68.093266.781458.5914
Yxy66.78140.35200.3452
Hunter Lab81.71995.725514.6943
CIE-Lab85.393410.355012.1411

#f2cebf color RGB value is (242,206,191).

#f2cebf hex color red value is 242, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f2cebf hue: 0.05 , saturation: 0.66 and the lightness value of f2cebf is 0.85.

The process color (four color CMYK) of #f2cebf color hex is 0.00, 0.15, 0.21, 0.05. Web safe color of #f2cebf is #ffcccc. Color #f2cebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001110 10111111
Octal 362 316 277
Decimal 242 206 191
Hex F2 CE BF

RGB Percentages of Color #f2cebf

%37.87
%32.24
%29.89

CMYK Percentages of Color #f2cebf

%0
%15
%21
%5

Triadic Colors of #f2cebf

#f2cebf #bff2ce #cebff2

Analogous Colors of #f2cebf

#f2cebf #f2e8bf #f2bfca

Monochromatic Colors of #f2cebf

#f2cebf

Complementary Color

#f2cebf #bfe3f2

#f2cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cebf Color CSS Codes

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

#f2cebf Text Font Color

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

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


#f2cebf Background Color

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

This div background color is #f2cebf


#f2cebf Border Color

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

This div border color is #f2cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cebf


Comments

No comments written yet.

Please login to write comment.