COLOR #FFFAF0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
250
240

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

Portions of RGB colors in percentages

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

%34.23
%33.56
%32.21

CMYK color model

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

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

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

CMYK percentages

%0
%1.96
%5.88
%0

Codes

Color #FFFAF0 in popluar color models

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

Color #FFFAF0 in popluar number systems.

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

Shades and tints

Shades of #FFFAF0

#FFFAF0
(255,250,240)
#E8E4DB
(232,228,219)
#D1CEC6
(209,206,198)
#BAB8B1
(186,184,177)
#A3A29C
(163,162,156)
#8C8C87
(140,140,135)
#757672
(117,118,114)
#5E605D
(94,96,93)
#474A48
(71,74,72)
#303433
(48,52,51)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #FFFAF0

#FFFAF0
(255,250,240)
#FFFAF1
(255,250,241)
#FFFAF2
(255,250,242)
#FFFAF3
(255,250,243)
#FFFAF4
(255,250,244)
#FFFAF5
(255,250,245)
#FFFAF6
(255,250,246)
#FFFAF7
(255,250,247)
#FFFAF8
(255,250,248)
#FFFAF9
(255,250,249)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAF0; }

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

This text font color is #FFFAF0.

Background Color

.myBgColor { background-color: #FFFAF0; }

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

This div background color is #FFFAF0.

Border color

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

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

This div border color is #FFFAF0.

Opacity

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

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

Text with #FFFAF0 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 #FFFAF0;}

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

This text has shadow with #FFFAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFAF0.

Preview

Color preview on black background

This text has color #FFFAF0 on black background.


Color preview on white background

This text has color #FFFAF0 on white background.


Black color preview on #FFFAF0 background

This text has black color on #FFFAF0 background.


White color preview on #FFFAF0 background

This text has white color on #FFFAF0 background.


Related colors

Complementary color

Complementary color for #hex is #00050F.


I love getcolorcode.com

Gradients

Color #FFFAF0 is used in Floral White gradient.

Floral White


Triadic colors

1 #F0FFFA and #FAF0FF with #FFFAF0 are triadic colors.

2 #F0FAFF and #FAFFF0 with #FFFAF0 are triadic colors.