#FCFAF7

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

Shades of Floral White #FCFAF7

Tints of Floral White #FCFAF7

Color information

#FCFAF7 (or 0xFCFAF7) is unknown color: approx Floral White. HEX triplet: FC, FA and F7. RGB value is (252,250,247). Sum of RGB (Red+Green+Blue) = 252+250+247=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 247 (96.88% from 255 or 32.98% from 749); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF7 is #030508. Grayscale: #FAFAFA. Windows color (decimal): -197897 or 16251644. OLE color: 16251644.

HSL color Cylindrical-coordinate representation of color #FCFAF7: hue angle of 36º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFAF7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252250247-
CMYK00.010.020.01
HSL36º45.45%97.84%-
HSV(B)36º1.98%98.82%-
XYZ91.1295.78101.68-
YUV250.26126.16129.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 33.38%
BLUE value IS 247 (96.88% from 255) = 32.98%
R=33.64%
G=33.38%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225024700.010.020.013645.4597.84
HexFCFAF70121242d62
Octal37437236701214455142
Binary111111001111101011110111011011001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF7; }

 p { color: rgb(252,250,247); }

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

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

 a { background-color: rgb(252,250,247); }

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

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

 span { border-color: rgb(252,250,247); }

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