Color Hex Logo

#f1dbfa Color Hex

#F1DBFA
(241,219,250)
0 Favorites   0 Comments

Color spaces of #f1dbfa

RGB 241219250
HSL0.780.760.92
HSV283°12°98°
CMYK 0.040.120.00   0.02
XYZ78.862576.2659101.0068
Yxy76.26590.30790.2978
Hunter Lab87.33038.3639-7.4439
CIE-Lab89.982713.0154-12.3277

#f1dbfa color RGB value is (241,219,250).

#f1dbfa hex color red value is 241, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f1dbfa hue: 0.78 , saturation: 0.76 and the lightness value of f1dbfa is 0.92.

The process color (four color CMYK) of #f1dbfa color hex is 0.04, 0.12, 0.00, 0.02. Web safe color of #f1dbfa is #ffccff. Color #f1dbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 11111010
Octal 361 333 372
Decimal 241 219 250
Hex F1 DB FA

RGB Percentages of Color #f1dbfa

%33.94
%30.85
%35.21

CMYK Percentages of Color #f1dbfa

%4
%12
%0
%2

Triadic Colors of #f1dbfa

#f1dbfa #faf1db #dbfaf1

Analogous Colors of #f1dbfa

#f1dbfa #fadbf4 #e2dbfa

Monochromatic Colors of #f1dbfa

#f1dbfa

Complementary Color

#f1dbfa #e4fadb

#f1dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbfa Color CSS Codes

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

#f1dbfa Text Font Color

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

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


#f1dbfa Background Color

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

This div background color is #f1dbfa


#f1dbfa Border Color

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

This div border color is #f1dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbfa


Comments

No comments written yet.

Please login to write comment.