Color Hex Logo

#f1deef Color Hex

#F1DEEF
(241,222,239)
0 Favorites   0 Comments

Color spaces of #f1deef

RGB 241222239
HSL0.850.400.91
HSV306°95°
CMYK 0.000.080.01   0.05
XYZ77.976977.175392.4479
Yxy77.17530.31490.3117
Hunter Lab87.84954.7035-0.8989
CIE-Lab90.40229.4415-5.9314

#f1deef color RGB value is (241,222,239).

#f1deef hex color red value is 241, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f1deef hue: 0.85 , saturation: 0.40 and the lightness value of f1deef is 0.91.

The process color (four color CMYK) of #f1deef color hex is 0.00, 0.08, 0.01, 0.05. Web safe color of #f1deef is #ffccff. Color #f1deef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011110 11101111
Octal 361 336 357
Decimal 241 222 239
Hex F1 DE EF

RGB Percentages of Color #f1deef

%34.33
%31.62
%34.05

CMYK Percentages of Color #f1deef

%0
%8
%1
%5

Triadic Colors of #f1deef

#f1deef #eff1de #deeff1

Analogous Colors of #f1deef

#f1deef #f1dee6 #eadef1

Monochromatic Colors of #f1deef

#f1deef

Complementary Color

#f1deef #def1e0

#f1deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1deef Color CSS Codes

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

#f1deef Text Font Color

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

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


#f1deef Background Color

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

This div background color is #f1deef


#f1deef Border Color

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

This div border color is #f1deef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,222,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1deef


Comments

No comments written yet.

Please login to write comment.