Color Hex Logo

#f2debf Color Hex

#F2DEBF
(242,222,191)
0 Favorites   0 Comments

Color spaces of #f2debf

RGB 242222191
HSL0.100.660.85
HSV36°21°95°
CMYK 0.000.080.21   0.05
XYZ72.143274.881459.9414
Yxy74.88140.34860.3618
Hunter Lab86.5340-2.619619.5041
CIE-Lab89.33742.054817.7011

#f2debf color RGB value is (242,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011110 10111111
Octal 362 336 277
Decimal 242 222 191
Hex F2 DE BF

RGB Percentages of Color #f2debf

%36.95
%33.89
%29.16

CMYK Percentages of Color #f2debf

%0
%8
%21
%5

Triadic Colors of #f2debf

#f2debf #bff2de #debff2

Analogous Colors of #f2debf

#f2debf #edf2bf #f2c5bf

Monochromatic Colors of #f2debf

#f2debf

Complementary Color

#f2debf #bfd3f2

#f2debf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2debf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2debf Color CSS Codes

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

#f2debf Text Font Color

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

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


#f2debf Background Color

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

This div background color is #f2debf


#f2debf Border Color

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

This div border color is #f2debf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2debf


Comments

No comments written yet.

Please login to write comment.