#FFFAF0

Color #FFFAF0 FloralWhite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of FloralWhite #FFFAF0

Tints of FloralWhite #FFFAF0

Color information

#FFFAF0 (or 0xFFFAF0) is known color: FloralWhite. HEX triplet: FF, FA and F0. RGB value is (255,250,240). Sum of RGB (Red+Green+Blue) = 255+250+240=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 240 (94.14% from 255 or 32.21% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF0 is #00050F. Grayscale: #FAFAFA. Windows color (decimal): -1296 or 15792895. OLE color: 15792895.

HSL color Cylindrical-coordinate representation of color #FFFAF0: hue angle of 40º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFFAF0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB255250240-
CMYK00.020.060
HSL40º100%97.06%-
HSV(B)40º5.88%100%-
XYZ91.1595.9296.15-
YUV250.36122.16131.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 34.23%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 240 (94.14% from 255) = 32.21%
R=34.23%
G=33.56%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525024000.020.0604010097.06
HexFFFAF00260286461
Octal377372360026050144141
Binary111111111111101011110000010110010100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFAF0; }

 p { color: rgb(255,250,240); }

 H1.HeaderClassName
 {
   color: #FFFAF0;
 }
 .AnyTagClassName
 {
   color: #FFFAF0;
 }
</style>
background-color css

<style>
 a { background-color: #FFFAF0; }

 a { background-color: rgb(255,250,240); }

 div.DivClassName
 {
   background-color: #FFFAF0;
 }
 .BgClassName
 {
   background-color: #FFFAF0;
 }
</style>
border-color css

<style>
 span { border-color: #FFFAF0; }

 span { border-color: rgb(255,250,240); }

 td.TdClassName
 {
   border-color: #FFFAF0;
 }
 .TagClassName
 {
   border-color: #FFFAF0;
 }
</style>