COLOR #FFF0FA

HEX: #FFF0FA RGB: (255,240,250)

Color info

#FFF0FA contains red, green and blue colors in about the same proportion. Web safe color of #FFF0FA is #FFFFFF (or #FFF).

RGB color model

#FFF0FA color RGB value is (255,240,250).

RGB: (255,240,250) (100%, 94%, 98%)

RGB channels and saturation

R 255 of 255 = 100%
G 240 of 255 = 94%
B 250 of 255 = 98%

255
240
250

R + G + B ~ 97%. #FFF0FA is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 240 + 250 = 745 (100%)
R 255 of 745 ~ 34.23%
G 240 of 745 ~ 32.21%
B 250 of 745 ~ 33.56'%

%34.23
%32.21
%33.56

CMYK color model

#FFF0FA color CMYK value is (0,6,2,0).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 1.96%
  • key color value is 0.00%

CMYK: (0,6,2,0)
C0M6Y2K0 (0%, 6%, 2%, 0%)
(0.00 / 0.06 / 0.02 / 0.00)

CMYK percentages

%0
%5.88
%1.96
%0

Codes

Color #FFF0FA in popluar color models

FF F0 FA
RGB 255 240 250
HSL 320° 100.00% 97.06%
HSB/HSV 320° 5.88% 100.00%
CMYK 0.00% 5.88% 1.96%
0.00%

Color #FFF0FA in popluar number systems.

HEX FF F0 FA
Decimal 255 240 250
Binary 11111111 11110000 11111010
Octal 377 360 372

Shades and tints

Shades of #FFF0FA

#FFF0FA
(255,240,250)
#E8DBE4
(232,219,228)
#D1C6CE
(209,198,206)
#BAB1B8
(186,177,184)
#A39CA2
(163,156,162)
#8C878C
(140,135,140)
#757276
(117,114,118)
#5E5D60
(94,93,96)
#47484A
(71,72,74)
#303334
(48,51,52)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #FFF0FA

#FFF0FA
(255,240,250)
#FFF1FA
(255,241,250)
#FFF2FA
(255,242,250)
#FFF3FA
(255,243,250)
#FFF4FA
(255,244,250)
#FFF5FA
(255,245,250)
#FFF6FA
(255,246,250)
#FFF7FA
(255,247,250)
#FFF8FA
(255,248,250)
#FFF9FA
(255,249,250)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF0FA color. Also use rgb(255,240,250) instead hex code.

Text Font Color

.myTextColor { color: #FFF0FA; }

<p style="color:#FFF0FA">This sample text font color is #FFF0FA.</p>

This text font color is #FFF0FA.

Background Color

.myBgColor { background-color: #FFF0FA; }

<div style="background-color:#FFF0FA">Inner text</div>

This div background color is #FFF0FA.

Border color

.myBorderColor { border: 1px solid #FFF0FA; }

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

This div border color is #FFF0FA.

Opacity

.myOpacity80 { color: #FFF0FA; opacity: 0.8; }

<p style="color:#FFF0FA;opacity:0.8;">80%</p>

Text with #FFF0FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFF0FA;}

<p style="text-shadow: 3px 3px 1px #FFF0FA">Text here.</p>

This text has shadow with #FFF0FA color.


.textShadow {text-shadow: 3px 3px 1px #FFF0FA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFF0FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFF0FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFF0FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFF0FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFF0FA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFF0FA;
-webkit-box-shadow: 1px 1px 3px 2px #FFF0FA;
box-shadow: 1px 1px 3px 2px #FFF0FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFF0FA; -webkit-box-shadow: 1px 1px 3px 2px #FFF0FA; box-shadow:1px 1px 3px 2px #FFF0FA;">
Div content here
</div>

This div box has shadow with color #FFF0FA.

Preview

Color preview on black background

This text has color #FFF0FA on black background.


Color preview on white background

This text has color #FFF0FA on white background.


Black color preview on #FFF0FA background

This text has black color on #FFF0FA background.


White color preview on #FFF0FA background

This text has white color on #FFF0FA background.


Related colors

Complementary color

Complementary color for #hex is #000F05.


I love getcolorcode.com

Triadic colors

1 #FAFFF0 and #F0FAFF with #FFF0FA are triadic colors.

2 #FAF0FF and #F0FFFA with #FFF0FA are triadic colors.