Color Hex Logo

#f5e2fc Color Hex

#F5E2FC
(245,226,252)
0 Favorites   0 Comments

Color spaces of #f5e2fc

RGB 245226252
HSL0.790.810.94
HSV284°10°99°
CMYK 0.030.100.00   0.01
XYZ82.423280.8335103.3537
Yxy80.83350.30920.3032
Hunter Lab89.90756.3029-5.2220
CIE-Lab92.057611.0392-10.2494

#f5e2fc color RGB value is (245,226,252).

#f5e2fc hex color red value is 245, green value is 226 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f5e2fc hue: 0.79 , saturation: 0.81 and the lightness value of f5e2fc is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100010 11111100
Octal 365 342 374
Decimal 245 226 252
Hex F5 E2 FC

RGB Percentages of Color #f5e2fc

%33.89
%31.26
%34.85

CMYK Percentages of Color #f5e2fc

%3
%10
%0
%1

Triadic Colors of #f5e2fc

#f5e2fc #fcf5e2 #e2fcf5

Analogous Colors of #f5e2fc

#f5e2fc #fce2f6 #e8e2fc

Monochromatic Colors of #f5e2fc

#f5e2fc

Complementary Color

#f5e2fc #e9fce2

#f5e2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e2fc Color CSS Codes

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

#f5e2fc Text Font Color

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

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


#f5e2fc Background Color

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

This div background color is #f5e2fc


#f5e2fc Border Color

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

This div border color is #f5e2fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,226,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5e2fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5e2fc;
  -webkit-box-shadow: 1px 1px 3px 2px #f5e2fc;
  box-shadow:         1px 1px 3px 2px #f5e2fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,226,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e2fc

Related Colors


Comments

No comments written yet.

Please login to write comment.