#FCFAF6

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

Shades of Floral White #FCFAF6

Tints of Floral White #FCFAF6

Color information

#FCFAF6 (or 0xFCFAF6) is unknown color: approx Floral White. HEX triplet: FC, FA and F6. RGB value is (252,250,246). Sum of RGB (Red+Green+Blue) = 252+250+246=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 246 (96.48% from 255 or 32.89% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF6 is #030509. Grayscale: #FAFAFA. Windows color (decimal): -197898 or 16186108. OLE color: 16186108.

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

Color convert

RGB252250246-
CMYK00.010.020.01
HSL40º50%97.65%-
HSV(B)40º2.38%98.82%-
XYZ90.9795.72100.87-
YUV250.14125.66129.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.69%
GREEN value IS 250 (98.05% from 255) = 33.42%
BLUE value IS 246 (96.48% from 255) = 32.89%
R=33.69%
G=33.42%
B=32.89%

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
Decimal25225024600.010.020.01405097.65
HexFCFAF60121283262
Octal37437236601215062142
Binary111111001111101011110110011011010001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF6; }

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

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

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

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

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

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

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

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