#FCFAF5

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

Shades of Floral White #FCFAF5

Tints of Floral White #FCFAF5

Color information

#FCFAF5 (or 0xFCFAF5) is unknown color: approx Floral White. HEX triplet: FC, FA and F5. RGB value is (252,250,245). Sum of RGB (Red+Green+Blue) = 252+250+245=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 250 (98.05% from 255 or 33.47% from 747); Blue value is 245 (96.09% from 255 or 32.80% from 747); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF5 is #03050A. Grayscale: #FAFAFA. Windows color (decimal): -197899 or 16120572. OLE color: 16120572.

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

Color convert

RGB252250245-
CMYK00.010.030.01
HSL42.86º53.85%97.45%-
HSV(B)42.86º2.78%98.82%-
XYZ90.8195.66100.06-
YUV250.03125.16129.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.73%
GREEN value IS 250 (98.05% from 255) = 33.47%
BLUE value IS 245 (96.09% from 255) = 32.80%
R=33.73%
G=33.47%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225024500.010.030.0142.8653.8597.45
HexFCFAF501312b3661
Octal37437236501315366141
Binary111111001111101011110101011111010111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF5; }

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

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

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

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

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

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

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

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