Color Hex Logo

#f1defe Color Hex

#F1DEFE
(241,222,254)
0 Favorites   0 Comments

Color spaces of #f1defe

RGB 241222254
HSL0.770.940.93
HSV276°13°100°
CMYK 0.050.130.00   0.00
XYZ80.286378.0991104.6090
Yxy78.09910.30530.2970
Hunter Lab88.37377.5109-8.3207
CIE-Lab90.825112.1948-13.1669

#f1defe color RGB value is (241,222,254).

#f1defe hex color red value is 241, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f1defe hue: 0.77 , saturation: 0.94 and the lightness value of f1defe is 0.93.

The process color (four color CMYK) of #f1defe color hex is 0.05, 0.13, 0.00, 0.00. Web safe color of #f1defe is #ffccff. Color #f1defe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011110 11111110
Octal 361 336 376
Decimal 241 222 254
Hex F1 DE FE

RGB Percentages of Color #f1defe

%33.61
%30.96
%35.43

CMYK Percentages of Color #f1defe

%5
%13
%0
%0

Triadic Colors of #f1defe

#f1defe #fef1de #defef1

Analogous Colors of #f1defe

#f1defe #fedefb #e1defe

Monochromatic Colors of #f1defe

#f1defe

Complementary Color

#f1defe #ebfede

#f1defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1defe Color CSS Codes

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

#f1defe Text Font Color

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

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


#f1defe Background Color

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

This div background color is #f1defe


#f1defe Border Color

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

This div border color is #f1defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1defe

Related Colors


Comments

No comments written yet.

Please login to write comment.