Color Hex Logo

#f3dffa Color Hex

#F3DFFA
(243,223,250)
0 Favorites   0 Comments

Color spaces of #f3dffa

RGB 243223250
HSL0.790.730.93
HSV284°11°98°
CMYK 0.030.110.00   0.02
XYZ80.605178.7322101.3910
Yxy78.73220.30920.3020
Hunter Lab88.73126.8733-5.6375
CIE-Lab91.113011.5787-10.6258

#f3dffa color RGB value is (243,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011111 11111010
Octal 363 337 372
Decimal 243 223 250
Hex F3 DF FA

RGB Percentages of Color #f3dffa

%33.94
%31.15
%34.92

CMYK Percentages of Color #f3dffa

%3
%11
%0
%2

Triadic Colors of #f3dffa

#f3dffa #faf3df #dffaf3

Analogous Colors of #f3dffa

#f3dffa #fadff4 #e6dffa

Monochromatic Colors of #f3dffa

#f3dffa

Complementary Color

#f3dffa #e6fadf

#f3dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dffa Color CSS Codes

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

#f3dffa Text Font Color

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

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


#f3dffa Background Color

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

This div background color is #f3dffa


#f3dffa Border Color

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

This div border color is #f3dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dffa


Comments

No comments written yet.

Please login to write comment.