#f1d3fa

#f1d3fa color hex

#f1d3fa hex color information.
RGB value of #f1d3fa is (241,211,250)
Change page background color to #f1d3fa | Reset

#f1d3fa rgb color chart

Color spaces of #f1d3fa

RGB 241211250
HSL0.790.800.90
HSV286°16°98°
CMYK 0.040.160.00   0.02
XYZ76.825272.1914100.3277
Yxy72.19140.30810.2895
Hunter Lab84.965512.7087-10.5341
CIE-Lab88.060617.2187-15.2034

Shades of #f1d3fa

Tints of #f1d3fa

RGB Percentages of Color #f1d3fa

%34.33
%30.06
%35.61

CMYK Percentages of Color #f1d3fa

%4
%16
%0
%2

#f1d3fa Color Info

#f1d3fa hex color red value is 241, green value is 211 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #f1d3fa hue: 0.79 , saturation: 0.80 and the lightness value of f1d3fa is 0.90.

The process color (four color CMYK) of #f1d3fa hex color is 0.04, 0.16, 0.00, 0.02. Web safe color of #f1d3fa is #ffccff

Color #f1d3fa contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11010011 11111010
Octal 361 323 372
Decimal 241 211 250
Hexadecimal F1 D3 FA

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #f1d3fa

Triadic Colors of #f1d3fa

#f1d3fa #faf1d2 #d2faf1

Analogous Colors of #f1d3fa

#f1d3fa #fad2ef #ddd2fa

Complementary Color of #f1d3fa

#f1d3fa #dbfad2

#f1d3fa HSL Color Chart
#f1d3fa hsl color chart
#f1d3fa RGB Color Chart

#f1d3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1d3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1d3fa Color CSS Codes

.mybgcolor {background-color:#f1d3fa; } 
.myforecolor {color:#f1d3fa; }
.mybordercolor {border:3px solid #f1d3fa; }
Sample text font color #f1d3fa

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

html code
<p style="color:#f1d3fa">Text here</p>
#f1d3fa background color

This div background color is #f1d3fa

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

This div border color is #f1d3fa

<div style="border:3px solid #f1d3fa">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #f1d3fa Color Sample
#f1d3faborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(241,211,250, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #f1d3fa; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #f1d3fa;
  -webkit-box-shadow: 1px 1px 3px 2px #f1d3fa;
  box-shadow:         1px 1px 3px 2px #f1d3fa; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,211,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1d3fa">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #f1d3fa

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top