Color Hex Logo

#f3ddfa Color Hex

#F3DDFA
(243,221,250)
0 Favorites   0 Comments

Color spaces of #f3ddfa

RGB 243221250
HSL0.790.740.92
HSV286°12°98°
CMYK 0.030.120.00   0.02
XYZ80.073977.6697101.2139
Yxy77.66970.30920.2999
Hunter Lab88.13047.9540-6.4007
CIE-Lab90.629012.6231-11.3466

#f3ddfa color RGB value is (243,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011101 11111010
Octal 363 335 372
Decimal 243 221 250
Hex F3 DD FA

RGB Percentages of Color #f3ddfa

%34.03
%30.95
%35.01

CMYK Percentages of Color #f3ddfa

%3
%12
%0
%2

Triadic Colors of #f3ddfa

#f3ddfa #faf3dd #ddfaf3

Analogous Colors of #f3ddfa

#f3ddfa #faddf3 #e5ddfa

Monochromatic Colors of #f3ddfa

#f3ddfa

Complementary Color

#f3ddfa #e4fadd

#f3ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3ddfa Color CSS Codes

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

#f3ddfa Text Font Color

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

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


#f3ddfa Background Color

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

This div background color is #f3ddfa


#f3ddfa Border Color

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

This div border color is #f3ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3ddfa


Comments

No comments written yet.

Please login to write comment.