Color Hex Logo

#f3faff Color Hex

#F3FAFF
(243,250,255)
0 Favorites   0 Comments

Color spaces of #f3faff

RGB 243250255
HSL0.571.000.98
HSV205°100°
CMYK 0.050.020.00   0.00
XYZ89.197894.6459108.1750
Yxy94.64590.30550.3241
Hunter Lab97.2861-6.59112.1742
CIE-Lab97.8917-1.3869-3.2006

#f3faff color RGB value is (243,250,255).

#f3faff hex color red value is 243, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f3faff hue: 0.57 , saturation: 1.00 and the lightness value of f3faff is 0.98.

The process color (four color CMYK) of #f3faff color hex is 0.05, 0.02, 0.00, 0.00. Web safe color of #f3faff is #ffffff. Color #f3faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11111010 11111111
Octal 363 372 377
Decimal 243 250 255
Hex F3 FA FF

RGB Percentages of Color #f3faff

%32.49
%33.42
%34.09

CMYK Percentages of Color #f3faff

%5
%2
%0
%0

Triadic Colors of #f3faff

#f3faff #fff3fa #fafff3

Analogous Colors of #f3faff

#f3faff #f3f4ff #f3fffe

Monochromatic Colors of #f3faff

#f3faff

Complementary Color

#f3faff #fff8f3

#f3faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3faff Color CSS Codes

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

#f3faff Text Font Color

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

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


#f3faff Background Color

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

This div background color is #f3faff


#f3faff Border Color

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

This div border color is #f3faff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,250,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3faff

Related Colors


Comments

No comments written yet.

Please login to write comment.