Color Hex Logo

#f1d2ee Color Hex

#F1D2EE
(241,210,238)
0 Favorites   0 Comments

Color spaces of #f1d2ee

RGB 241210238
HSL0.850.530.88
HSV306°13°95°
CMYK 0.000.130.01   0.05
XYZ74.754870.967090.6469
Yxy70.96700.31630.3002
Hunter Lab84.241910.9744-4.8285
CIE-Lab87.469015.5469-9.7509

#f1d2ee color RGB value is (241,210,238).

#f1d2ee hex color red value is 241, green value is 210 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f1d2ee hue: 0.85 , saturation: 0.53 and the lightness value of f1d2ee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11010010 11101110
Octal 361 322 356
Decimal 241 210 238
Hex F1 D2 EE

RGB Percentages of Color #f1d2ee

%34.98
%30.48
%34.54

CMYK Percentages of Color #f1d2ee

%0
%13
%1
%5

Triadic Colors of #f1d2ee

#f1d2ee #eef1d2 #d2eef1

Analogous Colors of #f1d2ee

#f1d2ee #f1d2df #e5d2f1

Monochromatic Colors of #f1d2ee

#f1d2ee

Complementary Color

#f1d2ee #d2f1d5

#f1d2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d2ee Color CSS Codes

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

#f1d2ee Text Font Color

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

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


#f1d2ee Background Color

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

This div background color is #f1d2ee


#f1d2ee Border Color

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

This div border color is #f1d2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1d2ee


Comments

No comments written yet.

Please login to write comment.