Color Hex Logo

#f3dcfa Color Hex

#F3DCFA
(243,220,250)
0 Favorites   0 Comments

Color spaces of #f3dcfa

RGB 243220250
HSL0.790.750.92
HSV286°12°98°
CMYK 0.030.120.00   0.02
XYZ79.810777.1432101.1261
Yxy77.14320.30920.2989
Hunter Lab87.83128.4953-6.7828
CIE-Lab90.387513.1460-11.7065

#f3dcfa color RGB value is (243,220,250).

#f3dcfa hex color red value is 243, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f3dcfa hue: 0.79 , saturation: 0.75 and the lightness value of f3dcfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011100 11111010
Octal 363 334 372
Decimal 243 220 250
Hex F3 DC FA

RGB Percentages of Color #f3dcfa

%34.08
%30.86
%35.06

CMYK Percentages of Color #f3dcfa

%3
%12
%0
%2

Triadic Colors of #f3dcfa

#f3dcfa #faf3dc #dcfaf3

Analogous Colors of #f3dcfa

#f3dcfa #fadcf2 #e4dcfa

Monochromatic Colors of #f3dcfa

#f3dcfa

Complementary Color

#f3dcfa #e3fadc

#f3dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dcfa Color CSS Codes

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

#f3dcfa Text Font Color

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

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


#f3dcfa Background Color

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

This div background color is #f3dcfa


#f3dcfa Border Color

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

This div border color is #f3dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.