Color Hex Logo

#f9e0fa Color Hex

#F9E0FA
(249,224,250)
0 Favorites   0 Comments

Color spaces of #f9e0fa

RGB 249224250
HSL0.830.720.93
HSV298°10°98°
CMYK 0.000.100.00   0.02
XYZ82.977980.3532101.5788
Yxy80.35320.31320.3033
Hunter Lab89.63998.3640-4.4387
CIE-Lab91.843113.0308-9.4875

#f9e0fa color RGB value is (249,224,250).

#f9e0fa hex color red value is 249, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f9e0fa hue: 0.83 , saturation: 0.72 and the lightness value of f9e0fa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11100000 11111010
Octal 371 340 372
Decimal 249 224 250
Hex F9 E0 FA

RGB Percentages of Color #f9e0fa

%34.44
%30.98
%34.58

CMYK Percentages of Color #f9e0fa

%0
%10
%0
%2

Triadic Colors of #f9e0fa

#f9e0fa #faf9e0 #e0faf9

Analogous Colors of #f9e0fa

#f9e0fa #fae0ee #ece0fa

Monochromatic Colors of #f9e0fa

#f9e0fa

Complementary Color

#f9e0fa #e1fae0

#f9e0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9e0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9e0fa Color CSS Codes

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

#f9e0fa Text Font Color

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

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


#f9e0fa Background Color

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

This div background color is #f9e0fa


#f9e0fa Border Color

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

This div border color is #f9e0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9e0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.