#FCFAF4

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

Shades of Floral White #FCFAF4

Tints of Floral White #FCFAF4

Color information

#FCFAF4 (or 0xFCFAF4) is unknown color: approx Floral White. HEX triplet: FC, FA and F4. RGB value is (252,250,244). Sum of RGB (Red+Green+Blue) = 252+250+244=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 244 (95.70% from 255 or 32.71% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF4 is #03050B. Grayscale: #F9F9F9. Windows color (decimal): -197900 or 16055036. OLE color: 16055036.

HSL color Cylindrical-coordinate representation of color #FCFAF4: hue angle of 45º degrees, saturation: 0.57, 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 #FCFAF4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252250244-
CMYK00.010.030.01
HSL45º57.14%97.25%-
HSV(B)45º3.17%98.82%-
XYZ90.6695.699.26-
YUV249.91124.66129.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.78%
GREEN value IS 250 (98.05% from 255) = 33.51%
BLUE value IS 244 (95.70% from 255) = 32.71%
R=33.78%
G=33.51%
B=32.71%

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
Decimal25225024400.010.030.014557.1497.25
HexFCFAF401312d3961
Octal37437236401315571141
Binary111111001111101011110100011111011011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF4; }

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

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

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

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

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

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

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

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