Color Hex Logo

#fff6fa Color Hex

#FFF6FA
(255,246,250)
0 Favorites   0 Comments

Color spaces of #fff6fa

RGB 255246250
HSL0.931.000.98
HSV333°100°
CMYK 0.000.040.02   0.00
XYZ91.451194.0737103.7805
Yxy94.07370.31610.3252
Hunter Lab96.9916-1.43184.4541
CIE-Lab97.66173.6923-0.8573

#fff6fa color RGB value is (255,246,250).

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

The process color (four color CMYK) of #fff6fa color hex is 0.00, 0.04, 0.02, 0.00. Web safe color of #fff6fa is #ffffff. Color #fff6fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110110 11111010
Octal 377 366 372
Decimal 255 246 250
Hex FF F6 FA

RGB Percentages of Color #fff6fa

%33.95
%32.76
%33.29

CMYK Percentages of Color #fff6fa

%0
%4
%2
%0

Triadic Colors of #fff6fa

#fff6fa #fafff6 #f6faff

Analogous Colors of #fff6fa

#fff6fa #fff7f6 #fff6ff

Monochromatic Colors of #fff6fa

#fff6fa

Complementary Color

#fff6fa #f6fffb

#fff6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff6fa Color CSS Codes

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

#fff6fa Text Font Color

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

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


#fff6fa Background Color

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

This div background color is #fff6fa


#fff6fa Border Color

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

This div border color is #fff6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff6fa

Related Colors

#fff6fa Color Palettes


Comments

No comments written yet.

Please login to write comment.